Skip to content

v.1.0.1 Pre-Alpha

Choose a tag to compare

@arminsabouri arminsabouri released this 17 Dec 19:23
· 771 commits to main since this release

Features

  • General Repository Improvements:
    • Implemented EDH max size limit and checks [#445](#445)
    • Added greater coverage and reporting [#433](#433)
    • Added pre-commit hooks, removed examples, cleanup [#442](#442)
    • Added implementation for fed-utils for get_balance and sweep_balance [#455](#455)
    • Added profiler for BTC and POA servers [#485](#485)
    • Added codeowners to GitHub Actions [#507](#507)
    • Added remaining Reth metrics [#505](#505)
  • BTC Server:
    • Merkle commit to tracked transactions [#435](#435)
    • Added checks and tests for BTC fee [#439](#439)
    • Added full telemetry [#488](#488)
    • Added RPC methods needed to sync wallet state [#490](#490)
    • Sync entire wallet state [#501](#501)
    • Blind signer implementation [#495](#495)
  • Frost Protocol:
    • Abort previous signing session on a new round [#447](#447)
  • Documentation:
    • Added section on submitting a PR & other minor doc fixes [#482](#482)

Fixes

  • General Fixes:
    • Fixed redundant JWT read [#448](#448)
    • Fixed BTC/Kb to Sat/Vb conversion [#480](#480)
    • Fixed retain height in ABCI commit function [#502](#502)
    • Removed examples and related artifacts [#453](#453)
    • Fixed dialing peers [#470](#470)
    • Validate signer count in federation.toml config [#472](#472)
  • Frost Protocol:
    • Fixed signers validating PSBTs by IDs [#483](#483)
  • BTC Server:
    • Fixed UTXO existence check [#491](#491)
    • Fixed handling of missing public keys [#497](#497)
    • Fixed pegouts validation temporarily and reverted [#493](#493), [#494](#494)

Refactors

  • General:
    • Refactored workflows to build off tags [#516](#516)
    • Net crate refactors [#461](#461)
    • Updated RPC docs and split pages [#487](#487)
  • BTC Server:

Chores

  • Removed old unused key hex [#458](#458)
  • Bumped BTC server version to 1.0.0 [#517](#517)
  • Reduced noisy logs [#481](#481)
  • Added latest tag to image releases [#476](#476)

Build and Dependencies

  • Bumped dependencies:
    • codecov/codecov-action from 4 to 5 [#496](#496)
    • cross-spawn from 7.0.3 to 7.0.6 [#498](#498)
    • h2 from 0.3.20 to 0.4.7 [#513](#513)
    • rustix from 0.37.23 to 0.37.27 [#514](#514)
    • Bumped Tokio to 1.30.0 [#515](#515)

New Contributors


Changelog