Releases: centrifuge/go-substrate-rpc-client
Releases · centrifuge/go-substrate-rpc-client
v3.0.2
v3.0.1
Patch v2.0.0-rc6.3
- Fixes DispatchError enum decoder
v3.0.0
Compatibility with Substrate V3 chains. Chains that do not use MutliAddress yet would need to either upgrade the chain or use v2
Changelog
- c38f474 → add Call comment about encoding
- a36d0e4 → upgrade geth dep (#148)
- 7a9613c → Bump github.com/gorilla/websocket from 1.4.1 to 1.4.2 (#147)
- 444c5fb → Bump github.com/rs/cors from 1.6.0 to 1.7.0 (#144)
- c0211b7 → V3 substrate update (#143)
- 904cb0b → add event EventClaimsClaimed (#135)
❤
GSRPC v2.1.0
Release Notes:
- Replace Parity Subkey environmental dependency by go-subkey (https://github.com/vedhavyas/go-subkey/releases/tag/v1.0.2). Work done in: #114
GSRPC v2.0.1
Main changes:
- Using Go Modules as package manager
- New council types
- RefCount to u8
- Remove unix cgo constant
v2.0.0-RC6.2 - Add Council new Result Types
v2.0.0-rc6.2 Updating result type in Council
v2.0.0-RC6.1 - Patch to backport types
v2.0.0
v2.0.0-RC6-0
- Added JSON Inspect parser #98