Releases: centrifuge/go-substrate-rpc-client
Releases · centrifuge/go-substrate-rpc-client
v2.0.0-RC6
- Update to Substrate 2.0.0-RC6 #97
v2.0.0-alpha.5 - Support Substrate Networks
- On Key Load allow passing network to subkey so resulting ss58 address is accurate. #87
v2.0.0-alpha.4 - Fix Events 1
- Fixed DispatchError Module Enum
- Fixed events to supported substrate v2.0.0-alpha.3
v2.0.0-alpha.3
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
v2.0.0-alpha.1
Breaking changes
- Update ExtrinsicStatus Enum (#60) (Updates RPC status codes in ExtrinsicStatus enum (to latest Substrate 2), with the
isInBlock
(isFinalized
now indicates finality))
Other changes
v1.1.0
- Update metadatav10 (#51)
- Add support for metadata v9, add support for double map storage e… (#48)
- Modify signing to hash payload if it is longer than 256 bytes (#47)
- Fix regex for new output for SS58 Address returned by subkey inspect command (#46)
- Fix events (#45)
- Add ImOnline_AllGood (#44)
- Match milliseconds encoding for type Moment (#42)
- Hotfix: TEST_PRIV_KEY env variable was not passed into docker container for end-to-end tests (#41)
M3
v1.0.0
M2
v0.0.3
M1
v0.0.2 Change license to Apache License, version 2.0 (#20)
M1
First milestone for the grant.