Skip to content

Latest commit

 

History

History
205 lines (124 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

205 lines (124 loc) · 6.32 KB

Changelog

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

The format is based on Keep a Changelog

Unreleased

Improvements

  • #229 chore: bigger batch size for fetching delegations
  • #233 chore: cleanup ckpt cache

Bug Fixes

  • #209 fix: wait until slashing tx k-deep
  • #223 fix: consider minimal fee for bump
  • #226 fix: reselect inputs after adding manual output
  • #229 chore: lax unecessary btc tx checks

v0.19.9

Improvements

  • #211 feat: adds indexer to btc staking tracker

Bug Fixes

  • #202 fix: bump down btcd

v0.19.8

Improvements

  • #194 fix: reduce locks
  • #195 chore: bump bbn to rc4
  • #196 fix: reporter ensure bootstrap happens on error

v0.19.7

Improvements

  • #190 chore: additional metric for tracker, less logs

v0.19.6

Bug Fixes

  • #184 fix: removing from metrics tracker

v0.19.5

Improvements

  • #178 chore: better bucket range
  • #179 chore: metrics for bs tracker

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