Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@RiccardoM RiccardoM released this 26 Jun 17:35
· 63 commits to cosmos/v0.47.x since this release

Notes

This version is thought to be used with Cosmos SDK v0.47.x.

Changes

Parse Command

  • (#492) Add parse command for periodic tasks: x/bank total supply, x/distribution community pool, x/mint inflation, pricefeed token price and price history, x/staking staking pool

Upgrade Module

  • (#467) Store software upgrade plan and refresh data at upgrade height

Staking Module

  • (#443) Remove tombstone status from staking module(already stored in slashing module)
  • (#455) Added unbonding_tokens and staked_not_bonded_tokens values to staking pool table
  • (#536) Fix PoolSnapshot tokens type from sdk.Int to sdkmath.Int

Gov Module

  • (#461) Parse x/gov genesis with genesisDoc.InitialHeight instead of the hard-coded height 1
  • (#465) Get open proposal ids in deposit or voting period by block time instead of current time
  • (#489) Remove block height foreign key from proposal_vote and proposal_deposit tables and add column timestamp
  • (#499) Check if proposal has passed voting end time before marking it invalid
  • (#523) Update proposal snapshots handling on block

Daily refetch

  • (#454) Added daily refetch module to refetch missing blocks every day

Hasura

  • (#473) Improved Hasura permissions
  • (#491) Add host address to Hasura actions

Dependencies

  • (#542) Updated Juno to v5.1.0