·
64 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/banktotal supply,x/distributioncommunity pool,x/mintinflation,pricefeedtoken price and price history,x/stakingstaking 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_tokensandstaked_not_bonded_tokensvalues to staking pool table - (#536) Fix
PoolSnapshottokens type fromsdk.Inttosdkmath.Int
Gov Module
- (#461) Parse
x/govgenesis withgenesisDoc.InitialHeightinstead 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 refetchmodule to refetch missing blocks every day
Hasura
Dependencies
- (#542) Updated Juno to
v5.1.0