v2.0.0-alpha.3
mikiquantum
released this
14 Jul 19:44
·
80 commits
to master
since this release
Breaking changes
- Fix issue #66 by returning a bool if a storage value is empty
- Update Events for Alpha.3 (#62)
- Update ExtrinsicStatus Enum (#60) (Updates RPC status codes in ExtrinsicStatus enum (to latest Substrate 2), with the
isInBlock
(isFinalized
now indicates finality))
Other changes
- Stop SCALE decoding when no more bytes can be read to prevent decoder from hanging (#64)
- Change Metadata 11 constructor to allocate an empty slice for con… (#59)
- Add metadata v11 (#58)
- Update documentation (#53)
- Support for chains with no indices pallet (#71)
- Support for omitting fields with scale codec (#75)
- Support big numbers in UCompact encoding/decoding