Releases: bcdevtools/block-explorer-rpc-cosmos
Releases · bcdevtools/block-explorer-rpc-cosmos
v1.2.4
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
v1.1.4
v1.1.3
v1.1.2
What's Changed
- imp(rpc): improve IBC messages translation & add IBC packet info into message parser by @0xbcdev in #7
- imp(rpc): add IBC packet information into
be_getTransactionsInBlockRange
by @0xbcdev in #8 - imp(rpc): returns multiple IBC packet information by
be_getTransactionsInBlockRange
by @0xbcdev in #9 - imp(rpc): refactor export function to reduce chance of crashing entire handler by @0xbcdev in #10
- imp(rpc): return transaction value in
be_getTransactionsInBlockRange
response by @0xbcdev in #11
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0 Breaking change
Breaking change
What's Changed
- imp(rpc):
be_getAccount
response include account proto type by @0xbcdev in #3 - [Breaking change] feat(rpc): contract token balance involvers extractor by @0xbcdev in #4
- imp(rpc):
be_getTransactionsInBlockRange
response include some evm tx information by @0xbcdev in #5
Full Changelog: v1.0.3...v1.1.0
v1.0.3
v1.0.2
Block Explorer Json-RPC for Cosmos chains
v1.0.1 update README.md