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
feat(cbf): add auto-restart with exponential backoff
- #9
#9
Closed
febyeji
wants to merge 21 commits into
add-cbf-chain-source
febyeji/ldk-node:add-cbf-chain-source
from
test-ci/add-cbf-auto-restart
febyeji/ldk-node:test-ci/add-cbf-auto-restart
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Closed
feat(cbf): add auto-restart with exponential backoff
#9
febyeji
wants to merge 21 commits into
add-cbf-chain-source
febyeji/ldk-node:add-cbf-chain-source
from
test-ci/add-cbf-auto-restart
febyeji/ldk-node:test-ci/add-cbf-auto-restart
Copy head branch name to clipboard
Commits
Commits on Mar 29, 2026
2026-03-29 automated rustfmt nightly
Fmt Bot
authored and
github-actions[bot]
committed
093eefa
View commit details
Copy full SHA for 093eefa
Browse repository at this point
Commits on Mar 30, 2026
Merge pull request #852 from lightningdevkit/create-pull-request/patch
Show description for 3aef2b3
tnull
authored
3aef2b3
View commit details
Copy full SHA for 3aef2b3
Browse repository at this point
Refactor `do_connect_peer` to always propagate result to subscribers
Show description for c442e8e
tnull
committed
c442e8e
View commit details
Copy full SHA for c442e8e
Browse repository at this point
Switch Python build backend from setuptools to hatchling
Show description for 09e7fa4
tnull
committed
09e7fa4
View commit details
Copy full SHA for 09e7fa4
Browse repository at this point
Replace `python_create_package.sh` with uv-based build and publish scripts
Show description for 0da793e
tnull
committed
0da793e
View commit details
Copy full SHA for 0da793e
Browse repository at this point
Switch Python CI workflow to use uv
Show description for 0a7ae2b
tnull
committed
0a7ae2b
View commit details
Copy full SHA for 0a7ae2b
Browse repository at this point
Commits on Apr 1, 2026
Replace `to_socket_addrs()` with `tokio::net::lookup_host`
Show description for 105f835
tnull
committed
105f835
View commit details
Copy full SHA for 105f835
Browse repository at this point
Harden LNURL-auth request handling
Show description for a5d91b4
benthecarman
and
claude
committed
a5d91b4
View commit details
Copy full SHA for a5d91b4
Browse repository at this point
Merge pull request #858 from tnull/2026-03-switch-to-uv-python-build
Show description for 140451e
tnull
authored
140451e
View commit details
Copy full SHA for 140451e
Browse repository at this point
Commits on Apr 2, 2026
Merge pull request #854 from tnull/2026-03-switch-to-async-lookup
Show description for 463b1fc
tnull
authored
463b1fc
View commit details
Copy full SHA for 463b1fc
Browse repository at this point
Re-pin `idna_adapter` to for MSRV builds
Show description for 38b6122
tnull
committed
38b6122
View commit details
Copy full SHA for 38b6122
Browse repository at this point
Merge pull request #867 from tnull/2026-04-readd-idna-adapter-pin
Show description for 253dc13
tnull
authored
253dc13
View commit details
Copy full SHA for 253dc13
Browse repository at this point
Run rate limiter garbage collection before inserting new user
Show description for 818cccd
joostjager
committed
818cccd
View commit details
Copy full SHA for 818cccd
Browse repository at this point
Commits on Apr 3, 2026
Merge pull request #866 from joostjager/rate-limiter-gc
Show description for 9863649
tnull
authored
9863649
View commit details
Copy full SHA for 9863649
Browse repository at this point
Merge pull request #862 from benthecarman/ssrf-lnurl
Show description for fadc74f
tnull
authored
fadc74f
View commit details
Copy full SHA for fadc74f
Browse repository at this point
Commits on Apr 4, 2026
feat(cbf): add BIP 157 compact block filter chain source
Show description for 856c768
febyeji
committed
856c768
View commit details
Copy full SHA for 856c768
Browse repository at this point
refactor(cbf): extract build_cbf_node helper and add wallet reference
Show description for 3776ad3
febyeji
committed
3776ad3
View commit details
Copy full SHA for 3776ad3
Browse repository at this point
feat(cbf): auto-restart bip157 node with exponential backoff
Show description for dd951a7
febyeji
committed
dd951a7
View commit details
Copy full SHA for dd951a7
Browse repository at this point
feat(cbf): add liveness check before returning requester
Show description for aac6061
febyeji
committed
aac6061
View commit details
Copy full SHA for aac6061
Browse repository at this point
fix(cbf): clean up scan state on filter scan failure
Show description for 8e097fb
febyeji
committed
8e097fb
View commit details
Copy full SHA for 8e097fb
Browse repository at this point
fix(cbf): add per-block-fetch timeout to wallet sync
Show description for a138a47
febyeji
committed
a138a47
View commit details
Copy full SHA for a138a47
Browse repository at this point
You can’t perform that action at this time.