You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #232: fix: Validate prevouts in get_psbt_input
6ffc874 fix!: Check prevout bounds in `Wallet::build_fee_bump` (志宇)
00a57cf fix: Validate prevouts in `get_psbt_input` (ItshMoh)
Pull request description:
Fixes#50Fixes#51
Replaces bitcoindevkit/bdk#1911
Replaces bitcoindevkit/bdk#1913
### Description
We should check the bounds of the prev txs.
### Changelog notice
```md
Fixed:
- Wallet::get_psbt_input method now checks bounds when fetching prevout
- Wallet::build_fee_bump method now checks bounds when fetching prevout
```
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo fmt` and `cargo clippy` before committing
#### Bugfixes:
~~* [ ] I've added tests to reproduce the issue which are now passing~~
* [x] I'm linking the issue being fixed by this PR
ACKs for top commit:
ValuedMammal:
ACK 6ffc874
Tree-SHA512: f2df49b5bc827583251b1dc8b965a038a239a7fa321cc30504d2f1862523be4e132066643c1e1309122d19eefd65ddbac4c714724899b662c6a879df71bd3752
0 commit comments