Skip to content

Releases: LimeChain/as-scale-codec

Version 0.0.6

07 Jul 14:04
Compare
Choose a tag to compare
  • Export the Bytes util

Release Version 0.0.4

03 Jul 06:49
Compare
Choose a tag to compare
  • Upgrade to the latest version of assembly script
  • Modify example. The garbage collector does not release allocated memory properly [Latest version of JS loader]

Release Version 0.0.3

23 Jun 12:39
Compare
Choose a tag to compare

Release Version 0.0.2

08 Jun 14:50
9d70bd6
Compare
Choose a tag to compare

Initial implementation of Polkadot SCALE codec written in AssemblyScript

More detailed information about the SCALE codec specification can be found here.

Supported types

The following table shows the status of the types and their arrays:

Type Support Array Support
Fixed width number
Compact Int
Big Integer 🔸 Limited Support 🔸 Limited Support
Byte
Bool
Hash
String

The following table shows the status of the fixed width numbers:

Тype 8 16 32 64 128 256
int
uint

Special Types