This is the canonical version for band-guanyu-testnet2
testnet network.
Main feature/Improvements
- Upgrade to Cosmos-SDK v0.39.1-rc1
- Use HMAC in NIST SP 800-90 for RNG.
Chain (Consensus)
Improvements
- #2349 chain/rng: Use HMAC in NIST SP 800-90 for RNG.
Patch
Chain (Not consensus)
Improvements
- #2332 Emit gas used as an attribute event during prepare and execute.
Bug fixes
- #2297 Update json key name of request and response packets.
Yoda
Improvements
- #2231 Fix sync broadcast and poll for transaction status.
- #2307 Add Yoda configurable timeout duration.
Emitter & Flusher
- #2319 Add index on blocks table and swap order of primary key of validator_votes table.
- #2302 Add offset check before sync flusher.
- #2298 Fix bug
accumulated_commission
inemitSetValidator
. - #2295 Truncate
accumulated_commission
precision.
Scan
Features
- #2294 Implemented top part of
ValidatorIndexPage
for mobile - #2296 Implemented delegators and proposed blocks table in
ValidatorIndexPage
mobile version.
Improvements
- #2375 Added Tx memo on TxIndexPage
- #2351 Added cmc link and edit social logo color
- #2347 Added media query for small mobile
- #2334 Implemented the sorting function on validator homepage's mobile layout.
- #2330 Fixed share_percentage decoder in DelegationSub
- #2317 Implemented account Index Page (Mobile)
- #2315 Improved how to pass account type on the AddressRender component
- #2312 Implemented the BlockIndexPage layout for mobile view
- #2316 Implemented the ValidatorHomePage layout for mobile view
- #2310 Implemented the TxIndexpage layout for mobile view
- #2305 Implement the TxHomepage layout for mobile view and adjusted the pagination on mobile view.
- #2313 Added commision amount on Account Index Page
- #2299 Update the latest transactions table for mobile version.
Bug fixes
- #2350 Fixed the overflow scroll issue on mobile
- #2348 Fixed msg badge bug on mobile.
- #2346 Fixed the dropdown sort position
- #2343 Fixed burger menu and sorting text issues.
- #2342 Fixed bugs on mobile screen.
- #2290 Fix average block time calculation on
ValidatorHomePage
when using new cacher.
Owasm
Improvements
- #2359 Add NaN canonicalization flag during initialization.
- #2362 Remove unnecessary traits in ext and add more docs.
- #2339 Refactor runtime code into owasm package.
Helpers
Features
- #2301 Add
pyband
initial implementation.