What's Changed
- fix(rpc): fix RPC crash due to wrong tx consumption logic (p2) by @0xbcdev in #14
- imp(rpc): returns EVM/Wasm tx action & sig info in
be_getBlockByNumber
response by @0xbcdev in #15 - fix(rpc): fix query gov module params by @0xbcdev in #16
- imp(rpc): add query module params for
auth
andibc-transfer
module by @0xbcdev in #17 - imp(rpc):
be_getBlockByNumber
returns proposer by @0xbcdev in #18 - imp(rpc):
be_getChainInfo
returns Be-RPC version by @0xbcdev in #19 - feat(rpc): add new api
be_getRecentBlocks
to get recent blocks in just one query by @0xbcdev in #20 - fix(rpc): limit page size API
be_getRecentBlocks
by @0xbcdev in #21 - imp(rpc):
be_getValidators
returns more necessary information by @0xbcdev in #22 - fix(rpc): fix cache staking validators not reloaded correctly by @0xbcdev in #23
- imp(backend): expose method
GetBankDenomsMetadata
by @0xbcdev in #24
Full Changelog: v1.1.4...v1.2.4