Skip to content

Latest commit

 

History

History
144 lines (99 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

144 lines (99 loc) · 4.77 KB

Changelog

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

The format is based on Keep a Changelog

Unreleased

Improvements

  • #83 covenant-signer: remove go.mod
  • #95 removed local signer option as the covenant emulator should only connect to a remote signer
  • #96 add pagination to queryDelegationsWithStatus

v0.11.3

Bug fixes

  • #91 Add verification if the covenant public key was present in the params of the versioned BTC delegation

v0.11.2

Bug fixes

  • #84 Fix bug with deduplication of already signed delegations

v0.11.1

Bug fixes

  • #71 Fix delegation response to delegation conversion

v0.11.0

Improvements

  • #68 Bump babylon to v1.0.0-rc.1
  • #63 Add babylon address to keys command output and fix casing in dockerfile
  • #67 Add keys cmd to covenant-signer

v0.10.0

Improvements

  • #43 Test importing private key to the cosmos keyring
  • #44 Command to derive child private keys from the master key
  • #45 Add e2e test with encrypted file keyring usage
  • #47 Add unlocking keyring through API
  • #48 Add covenant signer version that requires unlocking
  • #49 Add show-key command
  • #52 Fix CosmosKeyStoreConfig
  • #57 Bump babylon to v0.18.0

v0.9.0

  • #33 Add remote signer sub module
  • #31 Bump docker workflow version, fix some Dockerfile issue
  • #36 Add public key endpoint to the remote signer
  • #38 Bump Babylon version to v0.17.1
  • #37 Add remote signer to the covenant emulator
  • #40 Fix min unbonding time validation

v0.8.0

Bug fixes

  • #30 Ignore duplicated sig error

Improvements

  • #22 Go releaser setup and move changelog reminder out
  • #32 Upgrade Babylon to v0.16.0

v0.7.0

Improvements

  • #25 Bump Babylon to v0.15.0

v0.6.0

Improvements

  • #24 Bump Babylon to v0.14.0

v0.5.0

Bug fixes

  • #23 Fix pre-approval flow

Improvements

  • #20 Add signing behind interface.