Skip to content

Releases: crypto2lab/scale-codec

v0.0.1-rc1

06 Jan 19:24
Compare
Choose a tag to compare
v0.0.1-rc1 Pre-release
Pre-release

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

02 Jan 18:09
Compare
Choose a tag to compare
v0.0.1-rc Pre-release
Pre-release

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