Releases: LimeChain/as-scale-codec
Releases · LimeChain/as-scale-codec
Release Version 0.2.3
UInt128
UInt128
type
Changed decoding and encoding of the type.
It now is a wrapper foras-bignum
'su128
type, 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
UInt128
now exposes commonly used static members likeOne
,Zero
,Max
andMin
Release Version 0.1.0
- Refactors how SCALE Arrays are storing the values. Scale arrays do not extend
Array<T>
anymore, but rather have avalues
property that stores the information. Equals
andNot Equals
operators 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
encodedLength
function - Added
equals
operator to theByteArray
Release Version 0.0.8
Add encodedLength()
to ByteArray
Release Version 0.0.7
- Add equals operators to
Hash
andCompactInt