Releases: bandprotocol/chain
Releases · bandprotocol/chain
v2.1.0 (Laozi mainnet candidate release)
This is a candidate version of bandd
that will be used on Laozi mainnet.
- (app) Adjust block params on init and migrate command
- (bandd) Bump SDK to 0.42.9 to resolve IBC channel restart issue (9800)[https://github.com/cosmos/cosmos-sdk/issues/9800].
- (yoda) Add retry logic when query data from node
- (bandd) Parameterized max data report size
v2.0.3
Laozi Mainnet Release
BandChain
- All extra features e.g. emitter, flusher, request search, etc. are now removed from
master
branch and have been located inextra/rest
branch instead, so that validators who don't need those extra features don't have to compile unused dependencies. [#120] However, protobuf files should be the same betweenextra/rest
andmaster
branch to provide consistency. - Editing oracle scripts / data sources can now change owner address [#106]
- Fix typo [#103] [#114] [#124]
- Refactor code [#105] [#108] [#118]
- Validate max gas used by oracle script [#107]
- Reporter has been set twice [#117]
- Bring back REST endpoints for querying chain ID and EVM validators [#116]
- Improve unit test [#113]
Yoda
- Improve gas estimation [#92]
IBC
Laozi Mainnet Release
v2.0.0-rc2
WARNING: DO NOT USE master
BRANCH FOR DEPLOYING LAOZI TESTNET 1
Since there is a PR #84 that changed the encoding format of oracle results from OBI-encoded to protobuf, the PR breaks the consensus state! Therefore, please keep in mind that use laozi-testnet1
branch or this tag when upgrading Laozi testnet.
Changelog
Yoda
- [#91] Fix broadcastTx transaction that uses the same sequence number, causing Yoda unable to query transaction status since the tx already rejected during CheckTx. (This bug only exists on Laozi testnet, not the current mainnet).
BandChain
- [#83]
bandd query oracle active-validators
command is now returning list of active validators instead of count number 🎉 - [#86] A flag
--with-pricer
has been migrated to Laozi version. Usebandd query oracle request-price
to query results from the local db. - [#85] Refactor code of Hooks.
Emitter
- [#78] Add emitter hook for handling transfer tokens via IBC.