Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

v1.2.0 GuanYu (DO NOT USE FOR MAINNET)

Pre-release
Pre-release
Compare
Choose a tag to compare
@taobun taobun released this 03 Aug 07:52
· 2147 commits to master since this release
17768c9

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

  • #2352 Upgrade to Cosmos-SDK v0.39.1-rc1. + #2333 Upgrade to Cosmos-SDK version 0.39.1.

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 in emitSetValidator.
  • #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.