Skip to content

v1.1.0

Compare
Choose a tag to compare
@crypin crypin released this 14 Apr 08:26
· 19 commits to release/v1.1.x since this release
eb46f97

State Machine Breaking

Running a full node will encounter wrong app hash issue if it doesn't upgrade to this version prior to UpgradeHeight (48000). Instead of going through on-chain governance proposal by using UpgradeProposal, this upgrade mechanism is chosen as it is security hot fix that is better to be fixed as soon as it can and also it is directly related to governance proposal.

  • (x/claim) #23 Fix gas consumption issue for ConditionTypeVote. UpgradeHeight is set as 48000.

Full Changelog: v1.0.0...v1.1.0