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
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 }}
febyeji
/
ldk-node
Public
forked from
lightningdevkit/ldk-node
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix CBF reorg handling for Lightning confirmations
- #22
#22
Closed
febyeji
wants to merge 22 commits into
add-cbf-chain-source
febyeji/ldk-node:add-cbf-chain-source
from
cbf-reorg-unconfirm
febyeji/ldk-node:cbf-reorg-unconfirm
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Closed
Fix CBF reorg handling for Lightning confirmations
#22
febyeji
wants to merge 22 commits into
add-cbf-chain-source
febyeji/ldk-node:add-cbf-chain-source
from
cbf-reorg-unconfirm
febyeji/ldk-node:cbf-reorg-unconfirm
Copy head branch name to clipboard
Commits
Commits on May 22, 2026
Add BIP 157 compact block filter chain source
febyeji
committed
532617a
View commit details
Copy full SHA for 532617a
Browse repository at this point
Add CBF integration tests and documentation
febyeji
committed
b34f224
View commit details
Copy full SHA for b34f224
Browse repository at this point
Add optional fee source from esplora/electrum
Show description for 9f38ba6
randomlogin
authored and
febyeji
committed
9f38ba6
View commit details
Copy full SHA for 9f38ba6
Browse repository at this point
Remove race condition in test unified_send_receive
Show description for 4be5655
randomlogin
authored and
febyeji
committed
4be5655
View commit details
Copy full SHA for 4be5655
Browse repository at this point
Fix CBF chain source build errors and UniFFI bindings (#5)
febyeji
committed
78410a3
View commit details
Copy full SHA for 78410a3
Browse repository at this point
Remove last_synced_height from cbf
Show description for 2eb2705
randomlogin
authored and
febyeji
committed
2eb2705
View commit details
Copy full SHA for 2eb2705
Browse repository at this point
feat(cbf):
Show description for 8248bc9
febyeji
committed
8248bc9
View commit details
Copy full SHA for 8248bc9
Browse repository at this point
test(cbf): strengthen wait_for_cbf_sync with state verification
Show description for 2e012ec
febyeji
committed
2e012ec
View commit details
Copy full SHA for 2e012ec
Browse repository at this point
Add test to capture wallet checkpoint push problems
randomlogin
authored and
febyeji
committed
38e0f38
View commit details
Copy full SHA for 38e0f38
Browse repository at this point
fix(cbf): use CheckPoint::insert for reorg-aware wallet sync
Show description for 93e8183
2 people
authored and
febyeji
committed
93e8183
View commit details
Copy full SHA for 93e8183
Browse repository at this point
remove latest_tip from the cbf chain source
randomlogin
authored and
febyeji
committed
cd13aaa
View commit details
Copy full SHA for cd13aaa
Browse repository at this point
fix(cbf): treat UnknownHash as skip-this-cycle in fee_rate_cache_from_cbf
Show description for b18167f
2 people
authored and
febyeji
committed
b18167f
View commit details
Copy full SHA for b18167f
Browse repository at this point
fix(cbf): advance lightning-wallet sync timestamp when no scripts registered
Show description for 3e79850
2 people
authored and
febyeji
committed
3e79850
View commit details
Copy full SHA for 3e79850
Browse repository at this point
update kyoto version (#14)
randomlogin
authored and
febyeji
committed
994dd38
View commit details
Copy full SHA for 994dd38
Browse repository at this point
fix(cbf): rename BestBlock to BlockLocator after rebase onto main
Show description for d0d3c71
febyeji
committed
d0d3c71
View commit details
Copy full SHA for d0d3c71
Browse repository at this point
fix(cbf): replace lock().unwrap() with expect("lock")
Show description for 9d9e9b0
febyeji
committed
9d9e9b0
View commit details
Copy full SHA for 9d9e9b0
Browse repository at this point
Fix(cbf): stop kyoto during backoff wait (#16)
Show description for 6c38403
randomlogin
authored and
febyeji
committed
6c38403
View commit details
Copy full SHA for 6c38403
Browse repository at this point
Change `registered_scripts` from `Vec` to `HashSet` (#18)
Show description for 7faa5ae
randomlogin
authored and
febyeji
committed
7faa5ae
View commit details
Copy full SHA for 7faa5ae
Browse repository at this point
Bump kyoto version (#20)
Show description for 304f69f
randomlogin
authored and
febyeji
committed
304f69f
View commit details
Copy full SHA for 304f69f
Browse repository at this point
fix(cbf): stop chain source before waiting on tasks
Show description for 6624206
febyeji
committed
6624206
View commit details
Copy full SHA for 6624206
Browse repository at this point
Commits on May 25, 2026
Add fee rate cache for cbf fee source (#21)
Show description for 5f7d5c5
randomlogin
authored
5f7d5c5
View commit details
Copy full SHA for 5f7d5c5
Browse repository at this point
Commits on May 29, 2026
fix(cbf): unconfirm lightning transactions on reorg
Show description for ce2444b
febyeji
committed
ce2444b
View commit details
Copy full SHA for ce2444b
Browse repository at this point
You can’t perform that action at this time.