- (x/bounty) #786 Add a
bounty
module.
- (x/cert) #786 Add a
bountyadmin
certificate.
- (bech32) #787 Disable old prefix address compatibility.
Version 2.8.0 changes the Bech32 address prefix to 'shentu'.
- (app) #718 Modify the persisted Bech32 addresses for various modules to change the prefix to 'shentu'.
- (x/cert) #754 Fix the bug of wrongly decoding of platform certificate.
- (x/gov) #761 fix the bug of votes are removed early for general proposals
- (app) #702 Upgrade IBC to v4.2.1
Version 2.7.0 brings Oracle 1.5, which offers security evaluation for transactions running on business chains.
- (x/gov) #651 Achieve the compatibility with Cosmos gov interface by removing customized implementation from the gov module.
- (x/oracle) #613 Introducing Oracle 1.5 to provide trusted scoring for other on-chain business transactions.
- (app) #646 Upgrade cosmos-sdk from v0.45.9 to v0.45.11 and tendermint from v0.34.21 to v0.34.23
- (app) #599 Upgrade IBC to v4.2.0
- (app) #633 Improve go deps and proto gen.
- (x/shield) #563 Fix shield service fees bug.
- (app) #467 Change binary name to
shentud
fromcertik
- (app) #467 Change package path to "github.com/shentufoundation/shentu" from "github.com/certikfoundation/shentu"
- (app) #386 Remove MixedCoins from codebase
- (app) #501 Apply Dragonberry patch
- (app) #506 Disable ica module init upgradeHandler
- (app) #394 Bump Go version to 1.18
- (app) #399 Format & fix bugs in shield module
- (tests) #489 Fix e2e test bug
- (app) #471 Add shield crisis invariant fix for the upgrade
- (x/auth) #452 fix auth v1->v2 migration bug
- (x/shield) #380 Add more fine-grained and additional shield rewards to the collateral providers.
- (app) #387 Add genesis validator key rotation command.
- (x/shield) #437 Add automatic reward withdrawals on deposit/withdraw collateral.
- (app) #376 Add Rosetta Command & config command.
- (x/gov) #373 Add a fix to correctly export gov genesis state.
- (x/auth) #371 Add an upgrade height to fix the outdated MVA accounts.
- (x/cert) #326 Remove
Bech32
encoding for validator pubkeys.
- (app) #326 Bump Cosmos SDK to v0.44.3.
- (app) #334 Implement in-store migration from v2.2.0 to v2.3.0.
- (x/gov) #334
TxHash
field has been removed fromVote
andDeposit
types.
- (app) #326 Add
authz
andfeegrant
modules.
- (deps) Bump Tendermint to v0.34.14.
- (x/shield) #326 Add checks for expired entries in shield purchase.
- (x/gov) #331 Fix gov tally logic.
- (x/oracle) \345 Fix oracle operator update txs permission checks.
- (x/cvm) #357 Fix cvm contract view.
- (SDK) #323 Bump SDK to 0.42.9
Version 2.1.0 re-enables endblocker in the staking module, and bumps SDK to 0.42.9 for necessary query route.
- (x/staking) #323 Re-enable staking endblockers.
- (app) #323 Bump Cosmos SDK to 0.42.9.
Version 2.0.0 brings many breaking changes with SDK upgrading to Stargate version. For more information on the SDK upgrade, visit CosmosSDK Release Notes
- (x/cvm) #231 Remove direct solidity file deployment.
- (x/shield) #244 Fix shield query & state export.
- (x/cert) #249 Certification module refactor.
- (x/shield) #269 Shield gRPC query refactor.
- (app) #221 Upgraded SDK to 0.42.9.
- (x/shield) #286 Fix shield emitted events to include sender.
- (x/cert) #302 Removed validator certificate.
- (x/cvm) #301 Removed zero-address coins recycling.
- (ibc) #251 Add IBC support.
- #230 Optimized shield invariant & removed crisis module from endblocker.
- #286 Fix shield emitted events to include sender.
- #283 Improve vesting account generation.
- #296 General test improvements over the modules.
- #280 Additional test cases for cert and oracle modules.
- (app) #254 Disable module account receiving coins.
- (x/gov) #259 Gov module bug fixes.
- (x/gov) #268 Fix proposal migration bug.
- #230 Optimized shield invariant & removed crisis module from endblocker
- #219 Implement SimApp for testing.
- #216 Fixed Shield fee distribution.
- (rest) #131 Set default query limit to 100.
- (x/shield) #173 Fixed indexing problem when paying out from unbonding delegations
- (x/shield) #170 Fixed conditional check for depositing collateral
- (assets) #131 Added height checks for newly added tx routes.
- (x/shield) #132 Enabled Shield claim proposals for reimbursements.
- (x/shield) #131 Enabled Staking for Shield.
- (x/auth) #124 Fixed locked send event output.
- (x/gov) #145 Fixed param change proposal for simulations.
- (x/oracle) #6 Updated the
aggregate_task
event. - (x/gov) #9 Paginated query and next page field in votes query.