Skip to content

Version v0.12.0

Compare
Choose a tag to compare
@KonradStaniec KonradStaniec released this 09 Oct 14:37
· 138 commits to main since this release
v0.12.0
43499da

v0.12.0

State Machine Breaking

  • #132 Add CosmWasm parameters update during v1 upgrade handler.
  • #142 Remove signed finality providers insert from the v1 upgrade handler.

Improvements

  • #130 Fix bugs in the transaction fee refunding mechanism for covenant signatures and finality signatures
  • #125 Implement ADR-028 and refund transaction fee for certain transactions from protocol stakeholders
  • #137 Adapt tests to the pre-approval flow.
  • #138 Intercept staking module messages inside authz.MsgExec.
  • #146 Add property status as a filter to BTC delegations rest request QueryBTCDelegationsRequest.
  • #144 Add new finality provider events
  • #131 Add new staking events
  • #113 Add multibuild binary for upgrade handler testnet and mainnet.

Bug Fixes

  • #141 Generate voting power events only once when reaching covenant committee quorum
  • #140 Removed unbonding and add verified to delegation status parse NewBTCDelegationStatusFromString.