Releases: crypto2lab/scale-codec
Releases · crypto2lab/scale-codec
v0.0.1-rc1
Full support to Compact
encoding and decoding,
scale_codec.CompactInteger[uint8]
scale_codec.CompactInteger[uint16]
scale_codec.CompactInteger[uint32]
scale_codec.CompactInteger[uint64]
scale_codec.CompactBigInt
See compact.go
and compact_test.go
v0.0.1-rc
This release candidate includes the minimal setup to scale encode/decode data structures
- Booleans
- Integers
- Results
- Options
- Tuples
- Enums
Missing features, strings
, vectors/lists
, enum custom enumeration