Skip to content

Latest commit

 

History

History
162 lines (93 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

162 lines (93 loc) · 5.03 KB

Changelog

Unreleased

v1.2.4 - 2024-06-03

Improvements

  • (backend) #24 Expose method GetBankDenomsMetadata

v1.2.3 - 2024-05-06

Bug Fixes

  • (rpc) #23 Fix cache staking validators not reloaded correctly

v1.2.2 - 2024-05-06

Improvements

  • (rpc) #22 be_getValidators returns more necessary information

v1.2.1 - 2024-05-06

Features

  • (rpc) #20 Add new API be_getRecentBlocks to fetch recent blocks

Improvements

  • (rpc) #18 be_getBlockByNumber returns proposer
  • (rpc) #19 be_getChainInfo returns Be-RPC version

Bug Fixes

  • (rpc) #21 Limit page size API be_getRecentBlocks

v1.1.7 - 2024-05-05

Improvements

  • (rpc) #17 Add query module params for auth and ibc-transfer module

Bug Fixes

  • (rpc) #16 Fix query gov module params

v1.1.6 - 2024-05-05

Improvements

  • (rpc) #15 Returns EVM/Wasm tx action & sig info in be_getBlockByNumber response

v1.1.5 - 2024-05-05

Bug Fixes

  • (rpc) #14 Fix RPC crash due to wrong tx consumption logic (p2)

v1.1.4 - 2024-05-03

Bug Fixes

  • (rpc) #13 Fix validators not listed correctly

v1.1.3 - 2024-05-03

Bug Fixes

  • (rpc) #12 Fix RPC crash due to wrong tx consumption logic

v1.1.2 - 2024-04-20

Improvements

  • (rpc) #7 Improve IBC messages translation & add IBC packet info into message parser
  • (rpc) #8 + #9 Add IBC packet information into be_getTransactionsInBlockRange
  • (rpc) #10 Refactor export function to reduce chance of crashing entire handler
  • (rpc) #11 Return transaction value in be_getTransactionsInBlockRange response

v1.1.1 - 2024-04-14

Improvements

  • (rpc) #6 be_getTransactionsInBlockRange response include some wasm tx information

v1.1.0 - 2024-04-14

Improvements

  • (rpc) #3 be_getAccount response include account proto type
  • (rpc) #5 be_getTransactionsInBlockRange response include some evm tx information

API Breaking

  • (rpc) #4 Contract token balance involvers extractor

v1.0.3 - 2024-04-08

Features

  • (rpc) #2 Add endpoint be_getLatestBlockNumber

v1.0.2 - 2024-04-05

Improvements

  • (parser) #1 Add message signer into involvers list