Skip to content

Releases: LimeChain/as-scale-codec

Release Version 0.2.3

05 Mar 11:08
9982786
Compare
Choose a tag to compare

UInt128

  • UInt128 type
    Changed decoding and encoding of the type.
    It now is a wrapper for as-bignum's u128 type, similar to other general integers.

Release Version 0.2.2

07 Jan 07:48
3c7f3e4
Compare
Choose a tag to compare
  • Fix bug with hex encoding of ByteArray

0.2.1

07 Jan 07:47
3c7f3e4
Compare
Choose a tag to compare
Merge pull request #61 from LimeChain/fix/hex-encoding

Fix bug hex conversion, import interfaces

Release Version 0.2.0

12 Nov 09:12
3ef07f1
Compare
Choose a tag to compare
  • Add populateFromBytes() method to Codec, used for decoding types
  • Add BytesReader class that decodes bytes to SCALE type

Release Version 0.1.1

21 Jul 13:31
Compare
Choose a tag to compare
  • UInt128 now exposes commonly used static members like One, Zero, Max and Min

Release Version 0.1.0

20 Jul 07:25
Compare
Choose a tag to compare
  • Refactors how SCALE Arrays are storing the values. Scale arrays do not extend Array<T> anymore, but rather have a values property that stores the information.
  • Equals and Not Equals operators added to all of the classes.

Release Version 0.0.10

16 Jul 07:27
Compare
Choose a tag to compare
  • Fixes decoding bug related to the ScaleString

Release Version 0.0.9

14 Jul 14:55
Compare
Choose a tag to compare
  • Fixed an issue with the ByteArray encodedLength function
  • Added equals operator to the ByteArray

Release Version 0.0.8

13 Jul 08:34
Compare
Choose a tag to compare

Add encodedLength() to ByteArray

Release Version 0.0.7

08 Jul 13:49
Compare
Choose a tag to compare
  • Add equals operators to Hash and CompactInt