Skip to content

Latest commit

 

History

History
109 lines (76 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

109 lines (76 loc) · 3.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Unreleased

v0.11.0

State Machine Breaking

  • #107 Implement ADR-027 and enable in-protocol minimum gas price
  • #103 Add token distribution to upgrade handler and rename signet-launch to v1
  • #55 Remove x/zoneconcierge module
  • #117 Add support for pre-approval flow (ADR-026)

Bug fixes

Misc Improvements

  • #106 Add CLI command for querying signing info of finality providers.

v0.10.1

Bug Fixes

  • #91 fix testnet command by add ibc default gen state and min gas price specification of 1ubbn
  • #93 fix genesis epoch initialization.

v0.10.0

State Machine Breaking

  • #80 Implement ADR-25 and enable jailing/unjailing finality providers
  • #45 Implement ADR-23 and improve BTC staking parameters
  • #51 Implement ADR-24 and enable timestamping of the public randomness committed by finality providers
  • #32 Replace chain-id with client-id to identify consumer chains in zoneconcierge module
  • #35 Add upgrade that processes MsgCreateFinalityProvider message during upgrade execution
  • #4 Add upgrade that Insert BTC headers into btclightclient module state during upgrade execution

Misc Improvements

  • #84 Add unjail-finality-provider cmd to finality module CLI.

v0.9.3

v0.9.2

Improvements

  • #19 Modify Babylon node LICENSE.md file

v0.9.1

Bug Fixes

  • #13 fix shadowing bug in Babylon retry library

v0.9.0

Initial Release!