Releases: LimeChain/as-scale-codec
Releases · LimeChain/as-scale-codec
Release Version 0.2.3
UInt128
UInt128type
Changed decoding and encoding of the type.
It now is a wrapper foras-bignum'su128type, similar to other general integers.
Release Version 0.2.2
- Fix bug with hex encoding of
ByteArray
0.2.1
Merge pull request #61 from LimeChain/fix/hex-encoding Fix bug hex conversion, import interfaces
Release Version 0.2.0
- Add
populateFromBytes()method to Codec, used for decoding types - Add BytesReader class that decodes bytes to SCALE type
Release Version 0.1.1
UInt128now exposes commonly used static members likeOne,Zero,MaxandMin
Release Version 0.1.0
- Refactors how SCALE Arrays are storing the values. Scale arrays do not extend
Array<T>anymore, but rather have avaluesproperty that stores the information. EqualsandNot Equalsoperators added to all of the classes.
Release Version 0.0.10
- Fixes decoding bug related to the
ScaleString
Release Version 0.0.9
- Fixed an issue with the ByteArray
encodedLengthfunction - Added
equalsoperator to theByteArray
Release Version 0.0.8
Add encodedLength() to ByteArray
Release Version 0.0.7
- Add equals operators to
HashandCompactInt