Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
evanlinjin
/
bdk-tx
Public
forked from
bitcoindevkit/bdk-tx
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
feat!: extract anti-fee-sniping from create_psbt
- #6
#6
Open
evanlinjin
wants to merge 27 commits into
master
evanlinjin/bdk-tx:master
from
claude/review-plan-MzzcO
evanlinjin/bdk-tx:claude/review-plan-MzzcO
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
feat!: extract anti-fee-sniping from create_psbt
#6
evanlinjin
wants to merge 27 commits into
master
evanlinjin/bdk-tx:master
from
claude/review-plan-MzzcO
evanlinjin/bdk-tx:claude/review-plan-MzzcO
Copy head branch name to clipboard
Commits
Commits on May 7, 2026
feat!: extract anti-fee-sniping from create_psbt
Show description for 9e49c24
claude
committed
9e49c24
View commit details
Copy full SHA for 9e49c24
Browse repository at this point
Commits on May 11, 2026
refactor: AFS becomes pre-construction Selection mutation
Show description for f3852e2
claude
committed
f3852e2
View commit details
Copy full SHA for f3852e2
Browse repository at this point
refactor: drop AntiFeeSnipingError::TipBelowExistingLocktime
Show description for 2310e41
claude
committed
2310e41
View commit details
Copy full SHA for 2310e41
Browse repository at this point
refactor: move sequence override into Plan variant; validate set_sequence
Show description for cee5fff
claude
committed
cee5fff
View commit details
Copy full SHA for cee5fff
Browse repository at this point
refactor: skip relative-timelocked inputs at AFS selection instead of erroring
Show description for e90cd3c
claude
committed
e90cd3c
View commit details
Copy full SHA for e90cd3c
Browse repository at this point
refactor: auto-bump tx version to V2 in AFS instead of erroring
Show description for 4add2b6
claude
committed
4add2b6
View commit details
Copy full SHA for 4add2b6
Browse repository at this point
feat!: flip PsbtParams::fallback_sequence default to ENABLE_RBF_NO_LOCKTIME
Show description for 78b7b21
claude
committed
78b7b21
View commit details
Copy full SHA for 78b7b21
Browse repository at this point
refactor: don't bump tx version in AFS; force locktime branch at v1 instead
Show description for 7ef9103
claude
committed
7ef9103
View commit details
Copy full SHA for 7ef9103
Browse repository at this point
refactor: force sequence branch when effective lock_time is time-based
Show description for e9bc616
claude
committed
e9bc616
View commit details
Copy full SHA for e9bc616
Browse repository at this point
refactor(example): drop dead clone of selection.inputs
Show description for 3258276
claude
committed
3258276
View commit details
Copy full SHA for 3258276
Browse repository at this point
refactor(example): collapse PsbtParams literal to ::default()
Show description for 809033e
claude
committed
809033e
View commit details
Copy full SHA for 809033e
Browse repository at this point
refactor: Selection::apply_anti_fee_sniping consumes and returns self
Show description for f8f862e
claude
committed
f8f862e
View commit details
Copy full SHA for f8f862e
Browse repository at this point
refactor(example): chain apply_anti_fee_sniping into create_psbt
Show description for f87f88c
claude
committed
f87f88c
View commit details
Copy full SHA for f87f88c
Browse repository at this point
Revert "refactor(example): chain apply_anti_fee_sniping into create_psbt"
Show description for 418823c
claude
committed
418823c
View commit details
Copy full SHA for 418823c
Browse repository at this point
refactor(example): chain apply_anti_fee_sniping into create_psbt
Show description for f71a2f0
claude
committed
f71a2f0
View commit details
Copy full SHA for f71a2f0
Browse repository at this point
refactor: rename AntiFeeSnipingError::TimeBasedLocktime → NoApplicableBranch
Show description for cdc1b86
claude
committed
cdc1b86
View commit details
Copy full SHA for cdc1b86
Browse repository at this point
feat!: validate locktime-unit consistency in Selector::new
Show description for d788278
claude
committed
d788278
View commit details
Copy full SHA for d788278
Browse repository at this point
feat!: rename PsbtParams::fallback_locktime → min_locktime
Show description for a96287d
claude
committed
a96287d
View commit details
Copy full SHA for a96287d
Browse repository at this point
feat!: rename PsbtParams::version → min_version with opportunistic bumping
Show description for e358edd
claude
committed
e358edd
View commit details
Copy full SHA for e358edd
Browse repository at this point
feat!: replace PsbtParams::sighash_type with per-input Input::set_sighash_type
Show description for 459dc87
claude
committed
459dc87
View commit details
Copy full SHA for 459dc87
Browse repository at this point
feat!: introduce TxTemplate as intermediary between Selection and Psbt
Show description for 3220da7
claude
committed
3220da7
View commit details
Copy full SHA for 3220da7
Browse repository at this point
feat: TxTemplate::shuffle_inputs and shuffle_outputs
Show description for 10247ea
claude
committed
10247ea
View commit details
Copy full SHA for 10247ea
Browse repository at this point
feat!: redesign Finalizer API around populate_finalizer
Show description for b3fe0b5
claude
committed
b3fe0b5
View commit details
Copy full SHA for b3fe0b5
Browse repository at this point
feat!: make Selection and TxTemplate fields pub(crate)
Show description for 0073930
claude
committed
0073930
View commit details
Copy full SHA for 0073930
Browse repository at this point
feat: TxTemplate::set_input_sequence and set_input_sighash
Show description for 546e37e
claude
committed
546e37e
View commit details
Copy full SHA for 546e37e
Browse repository at this point
Commits on May 12, 2026
feat!: rename Finalizer → PsbtFinalizer; create_psbt returns (Psbt, PsbtFinalizer)
Show description for 4528a32
claude
committed
4528a32
View commit details
Copy full SHA for 4528a32
Browse repository at this point
refactor: rename src/template.rs → src/tx_template.rs; TemplateParams → TxTemplateParams
Show description for 46c5085
claude
committed
46c5085
View commit details
Copy full SHA for 46c5085
Browse repository at this point
You can’t perform that action at this time.