Skip to content

Latest commit

 

History

History
160 lines (98 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

160 lines (98 loc) · 4.8 KB

Changelog

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

The format is based on Keep a Changelog

Unreleased

Improvements

  • #178 chore: better bucket range

v0.19.4

Bug Fixes

  • #171 fix: delegation iter

v0.19.3

Bug Fixes

  • #166 fix: refactor checkpoint tx submission, fix change addr creation

v0.19.2

Bug Fixes

  • #160 fix: resubmit interval

v0.19.1

Bug Fixes

  • #154 fix: panic in maybeResendSecondTxOfCheckpointToBTC

Improvements

  • #155 chore: increase retry attempts for header reporter

v0.19.0

Bug Fixes

  • #138 fix: panic in SendCheckpointToBTC

Improvements

  • #139 add opcc slashing event
  • #136 rate limit activations
  • #141 decrement tracked delegations in atomic slasher
  • #143 adds nlreturn linter rule
  • #145 fix: tracked delegation mutex
  • #147 babylon to v1.0.0-rc.1

v0.18.0

Improvements

  • #132 bump bbn v0.18.0

v0.17.3

Improvements

  • #127 fix long lock time

v0.17.2

Improvements

  • #123 more metrics for bstracker

v0.17.1

Improvements

  • #113 goreleaser wasm version
  • #115 updates bbn to v0.17.1

v0.17.0

Improvements

  • #100 bump docker workflow to 0.10.2, fix some dockerfile issue
  • #111 updates bbn to v0.17.0

v0.16.1

Improvements

  • #105 Measure latency
  • #106 Wait for stacking tx to be k-deep

v0.16.0

  • #94 adds gosec and fixes gosec issues
  • #96 fixes potential stale data read
  • #98 fixes golangci configuration
  • #102 babylon v0.16.0 upgrade

v0.15.0

  • #90 upgrade babylon to v0.15.0

v0.14.0

Bug Fixes

  • #84 fix spawning more go routines than needed when activating delegations, add more logging

Improvements

  • #87 adr 029 for generalized unbonding

v0.13.0

Improvements

  • #80 bump babylon to use uint32 in BTC block heights and BLS valset response
  • #79 handle no change output when building tx
  • #77 add arm64 static build
  • #76 add goreleaser setup and move out changelog reminder