Skip to content

Releases: babylonlabs-io/finality-provider

Release v0.4.1

08 Jan 20:31
v0.4.1
a4257b4
Compare
Choose a tag to compare

Improvements

  • #262 Add new command to export pop

Release v0.14.3

07 Jan 03:29
e355c5e
Compare
Choose a tag to compare

Improvements

  • #253 Refactor to start from the last finalized height
  • #260 Allow running of jailed fp

v0.14.2

23 Dec 16:31
v0.14.2
f92bb52
Compare
Choose a tag to compare

Bug Fixes

  • #244 fix: save key name mapping
    verifies if there is a eots client running
  • #246 fix: start fp after register

Full Changelog: v0.14.1...v0.14.2

v0.14.1

21 Dec 16:37
v0.14.1
f57fbdd
Compare
Choose a tag to compare
  • #240 fix removed printf in cmd command

v0.14.0

21 Dec 14:19
v0.14.0
a69c053
Compare
Choose a tag to compare

Improvements

  • #207 create finality provider from JSON file
  • #208 Remove sync fp status loop
  • #211 Clean up unused cmd
  • #214 Gradual benchmark
  • #216 Add multiple fpd connecting to one eotsd in e2e tests
  • #218 Prune used merkle proof
  • #221 Cleanup TODOs
  • #228 Save key name mapping in eotsd import commands
  • #227 Fix FP submission loop
  • #226 Update local fp before register
  • #233 Refactor CommitPubRand
  • #234 eotsd ls command
  • #238 bump babylon v1.0.0-rc.1

v0.13.1

06 Dec 08:46
ca558cc
Compare
Choose a tag to compare

Bug Fixes

  • #199 EOTS signing for multiple finality providers

v0.13.0

05 Dec 10:34
40cad01
Compare
Choose a tag to compare

Improvements

  • #149 Remove update of config after fpd keys add
  • #148 Allow command eotsd keys add to use empty HD path to derive new key and use master private key.
  • #153 Add unsafe-commit-pubrand command
  • #154 Use sign schnorr instead of getting private key from EOTS manager
  • #167 Remove last processed height
  • #168 Remove key creation in create-finality-provider
  • #176 Refactor: determining start height based on ADR-35
  • #175 adds: eotsd version command
  • #179 Change btc_pk text to eots_pk in CLI
  • #182 Remove fp manager
  • #184 eots manager sign record store
  • #189 Remove fpd register-finality-provider cmd
  • #190 Benchmark pub rand
  • #193 adds unsafeSignEOTS for e2e tests
  • #195 Not block unjailing
  • #197 Bump Babylon to v0.18.0

Bug Fixes

  • #166 fix: eotsd keys add --output flag

v0.12.1

26 Nov 07:00
84b5375
Compare
Choose a tag to compare

Bug Fixes

  • #158 Remove start height validation

v0.12.0

22 Nov 10:29
5dff674
Compare
Choose a tag to compare

Bug Fixes

  • 139 Ignore voting power not updated error

Improvements

  • #127 Bump docker workflow version and fix some dockerfile issue
  • #132 Replace fast sync with batch processing
  • #146 Upgrade Babylon to v0.17.1

Documentation

#120 Spec of finality vote submission

Version 0.11.0

14 Nov 14:34
ab8df8b
Compare
Choose a tag to compare

Improvements

  • #126 Adds linting config
  • #128 Upgrade Babylon to v0.16.0

Documentation

  • #117 Spec of commit public randomness

Bug Fixes

  • #124 Ignore duplicated finality vote error