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.