Features
- btc-server: add flag excluded_eth_addresses for coin selection (7631ed9)
- btc-server: add jwt validation to recover_missing_utxos (2745e60)
- btc-server: add recover_missing_utxos method to BtcServerExtendedApi (4364675)
- btc-server: recover_missing_utxo grpc endpoint (a479c28)
- btc-server: update merkle root and flush when recovering missing utxos (2881f67)
- reth: add missing utxos on reth startup (a5f0040)
- reth: add optional argument for utxo recovery file (cf62419)
Bug Fixes
- btc-server: utxo recovery - script deserialization (bde5277)
- test: fix client import (f754831)
- test: fix script_hex in mockbitcoind (8a837b3)
- test: reduce base fee (7031aca)
Code Refactoring
- ** btc-server:** handle error properly instead of unwrap (8128764)
- authority: utxo recovery file json to use camelCase (1f221f1)
- btc-server: code readability (6a534db)
- btc-server: more logging around utxo recovery (ed4e3a6)
- btc-server: move utxo recovery file reading logic to btc-server (ee6a0b6)
- btc-server: remove unused error type (8598590)
- btc-server: use centralized OutPoint conversion in utxo recovery (9e72e2a)
- btc-server: use TryFrom for reading utxo recovery file (8e5059f)
- btc-server: utxo recovery log (b4af328)
- fixing merge conflicts when moving to hotfix branch (f9860ab)
- test: rename conflicting input to prevent resigning pegout (83b0fcd)
Tests
- authority: add unit tests for adding utxos on startup (db773e4)
- authority: update utxo recovery unit test with real examples (41b24a8)
- btc-server: add integration test for utxo recovery (1fe5855)
- btc-server: extend unit test - test_utxo_recovery_data_conversion (74c4b83)
- btc-server: update conflictring input test to account for new behavior (9c3ed77)
Miscellaneous
- ci: bump rust version on clippy checks (3193291)
- ci: fix clippy cmdline (5bdc045)
- ci: relax result-large-err clippy warning (3a641ae)
- ci: robust prepare binary for upload (ab1cc6b)
- ci: switch build binaries to k8 runners (8ca0ba2)
- ci: use clippy action (993dfaa)
- merge hotfix into main (#1002) (634f904)
- release: back-merge v1.3.2 from main to hotfix (01d63ee)
- release: bump version to 1.3.3-hotfix.1 (eddc785)
- release: bump version to 1.4.0-hotfix.1 (6ce0e2d)
- release: bump version to 1.4.0-hotfix.2 (461e24b)
- release: bump version to 1.5.0 (7a6416b)
- test: add utxo_recovery integration test (48ceb48)
- update Cargo.lock (8bdbf42)