mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
* WIP: support uint8 and uint16 * WIP: Supports encode/decode for bytes * WIP: Add encode/decode for slice * WIP: Add struct encoding * WIP: Add decoder for struct * WIP: fix tests * WIP: Aggregating tests * WIP: data driven test * WIP: implemented more decode tests * WIP: Clean code and add more error check * WIP: more polishing * WIP: Added optional encode size calculation pass * WIP: Improve error message reporting * WIP: Add encoderDecoderCache * Fix bazel * Rearrange code * Fix lint * Address Nishant's comment * Fix comments