-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIP 326 Anti Fee Sniping #1134
Comments
Since this is a functional change I moved it to the alpha.4 release. If we don't think we'll be able to implement it right now I'll move it to the 1.1 feature release. |
@benthecarman How does this bip326 implementation look to you so far? master...ValuedMammal:bdk:feat/bip326-afs |
Looking pretty good so far, you should make it a PR so people can comment on it |
I propose we push to to a post 1.0 release since it's a functional improvement that shouldn't change the current wallet API. |
For what it's worth, here is the implementation for the Bitcoin Core wallet: bitcoin/bitcoin#24128. |
Removing from 1.0 beta milestone. Need to figure out which post 1.0 milestone to put this in. |
Describe the enhancement
BDK currently has anti-fee sniping implemented, however it just sets the transaction locktime to the current height.
This can be improved by implementing BIP-326 which is designed to be more privacy preserving for the rest of the network, specifically for taproot transcations.
https://github.com/bitcoin/bips/blob/master/bip-0326.mediawiki
The text was updated successfully, but these errors were encountered: