Skip to content

Commit

Permalink
Tweak Release Notes for v10.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrellenstein committed Jan 10, 2025
1 parent 8628aac commit 3d074c5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions release-notes/release-notes-v10.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ The following transaction construction parameters have been deprecated (but rema
- Fix endpoint to get info from raw transaction when block index is not provided
- Fix issue where composed transactions contained `script_pubkey` (lock script) where the `script_sig` (unlock script) should be
- Fix bootstrap when using `--bootstrap-url` flag
- Fix Blockchain reorg of several blocks
- Fix logic for blockchain reorgs of several blocks
- Have the node terminate when the `follow` loop raises an error
- Don't stop the server on "No such mempool or blockchain" error


## Codebase

- Remove the AddrIndexRs dependency
- Replacement of `transaction.py` and `transaction_helper/*` with `composer.py`
- Replace `transaction.py` and `transaction_helper/*` with `composer.py`
- Use the `bitcoin-utils` library for generating transactions
- No longer block the follow process on mempool parsing
- Add a timeout when parsing mempool transaction from ZMQ
Expand All @@ -52,6 +55,8 @@ The following transaction construction parameters have been deprecated (but rema
- Trigger State DB refreshes automatically on version bumps
- Use only Rust to deserialize blocks and transactions
- Add `testnet4` support
- Repeat the RPC call to Bitcoin Core indefinitely until it succeeds
- Raise a specific `BlockOutOfRange` error when querying an unknown block

## API

Expand Down

0 comments on commit 3d074c5

Please sign in to comment.