This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
v1.1.0 GuanYu (DO NOT USE FOR MAINNET & GUANYU TESTNET)
Pre-release
Pre-release
The next version of Phase1 aims to use in the development network only. Don't run this version on band-guanyu-testnet1
Main feature/Improvements
- Upgrade to Cosmos-SDK v0.39
- Revisit gas costs in some of the operations in go-owasm.
- Added support for
received
transaction on Scan.
Chain (Consensus)
Improvements
- #2292 Change gas consumption amount when call set return data and allow to set return data only one time.
Patch
- #2288 Upgrade to Cosmos-SDK v0.39
Bug fixes
- #2251 Allow OEI to read nil external data
Chain (Not consensus)
Improvements
- #2232 CLI/REST for query active oracle validators.
Yoda
New features
- #2218 Implement MultiExec to combine multiple executors.
Improvements
- #2247 Use max data size configurations from oracle module
- #2249 docker: Run test program during initialization.
Emitter & Flusher
- #2275 Add field
accumulated_commission
invalidators
table. - #2248 Add identity column on delegation view table.
- #2273 Fix bug update delegators table after withdraw reward.
- #2255 Fix bug
reward_amount
andcommission_amount
in extra field. - #2252
handle_set_validator
get wrong validator id. - #2250 Add account id in
validators
table. - #2246 Implement handle all resolve proposal status.
- #2242 Implement handle MsgVote for emitter and flusher.
- #2241 Implement handle MsgDeposit for emitter and flusher.
- #2240 Emit Kafka msg for staking genesis state.
- #2238 Implement handle MsgSubmitProposal for emitter and flusher.
Scan
Features
- #2276 Implemented mobile version of homepage top part
Improvements
- #2284 Patch to support new type of big number.
- #2287 Improve UI on blockhomepage, and add new card component for mobile.
- #2245 Added more features and patch for guanyu testnet.
- #2237 Add validator's oracle status.
- #2235 added
unbonding
andredelegate
tabs to account index page. - #2234 Added support for
received
transaction on Scan. - #2228 Add
expired
request status to Scan. - #2203 Patch request, report subscription for new cacher.
- #2199 Remove proposed blocks count & adjust UI.
- #2176 Fixed delegations/unbonding subs, avg blocktime and validator uptime to work with new cacher.
Bug fixes
- #2236 Fixed uptime query on ValidatorIndexPage.