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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 3, 2026. It is now read-only.
lightningdevkit
/
ldk-sample
Public archive
Notifications
You must be signed in to change notification settings
Fork
106
Star
188
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
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 3, 2026
Merge pull request #141 from TheBlueMatt/main
Show description for 8900058
TheBlueMatt
authored
8900058
View commit details
Copy full SHA for 8900058
Browse repository at this point
Commits on Jan 15, 2026
Only build for windows on rustc latest, not 1.63
TheBlueMatt
committed
de9eac1
View commit details
Copy full SHA for de9eac1
Browse repository at this point
Commits on Jan 6, 2026
Drop redundant `FilesystemStore` initialization
TheBlueMatt
committed
132ef2e
View commit details
Copy full SHA for 132ef2e
Browse repository at this point
Drop `tokio` blocking now that `poll_for_user_input` is async
TheBlueMatt
committed
ad6620d
View commit details
Copy full SHA for ad6620d
Browse repository at this point
Stop persisting peer addresses to disk and use the public gossip db
Show description for 64b7577
TheBlueMatt
committed
64b7577
View commit details
Copy full SHA for 64b7577
Browse repository at this point
Fix outbound payment amount tracking
TheBlueMatt
committed
1be2068
View commit details
Copy full SHA for 1be2068
Browse repository at this point
Marginally simplify checking if we're already connected
TheBlueMatt
committed
e923f41
View commit details
Copy full SHA for e923f41
Browse repository at this point
Switch to (beta) async persistence of `ChannelMonitor`s
TheBlueMatt
committed
538004c
View commit details
Copy full SHA for 538004c
Browse repository at this point
Use the new `load_existing_monitor` over `watch_channel`
Show description for 3604a21
TheBlueMatt
committed
3604a21
View commit details
Copy full SHA for 3604a21
Browse repository at this point
Switch to async traits for bitcoind and KVStore outside of monitors
Show description for 4d9ae57
TheBlueMatt
committed
4d9ae57
View commit details
Copy full SHA for 4d9ae57
Browse repository at this point
Update to LDK 0.2 keeping sync, update Cargo.lock with new deps
Show description for 1a5ffa8
TheBlueMatt
committed
1a5ffa8
View commit details
Copy full SHA for 1a5ffa8
Browse repository at this point
Commits on Feb 26, 2025
Merge pull request #139 from Psycho-Pirate/openchannel_parser
Show description for 6c300c7
TheBlueMatt
authored
6c300c7
View commit details
Copy full SHA for 6c300c7
Browse repository at this point
openchannel: allow creating channels with connected peers without an address
Show description for 438f2a7
Psycho-Pirate
committed
438f2a7
View commit details
Copy full SHA for 438f2a7
Browse repository at this point
Commits on Feb 25, 2025
Merge pull request #137 from TheBlueMatt/main
Show description for 664f6c4
tnull
authored
664f6c4
View commit details
Copy full SHA for 664f6c4
Browse repository at this point
Commits on Jan 18, 2025
Add HRN-based payments to `sendpayment`
TheBlueMatt
committed
e09d9e0
View commit details
Copy full SHA for e09d9e0
Browse repository at this point
Commits on Jan 16, 2025
Switch to a separate executor for RPC calls to avoid tokio hangs
Show description for d6e65fa
TheBlueMatt
committed
d6e65fa
View commit details
Copy full SHA for d6e65fa
Browse repository at this point
Use an `OMDomainResolver` by default to resolve HRNs for others
TheBlueMatt
committed
dcdc608
View commit details
Copy full SHA for dcdc608
Browse repository at this point
Disable `Gossip`-level logging at runtime
Show description for c1652fb
TheBlueMatt
committed
c1652fb
View commit details
Copy full SHA for c1652fb
Browse repository at this point
Drop use of now-deprecated `create_invoice_from_channelmanager`
TheBlueMatt
committed
db5c60d
View commit details
Copy full SHA for db5c60d
Browse repository at this point
Update to LDK 0.1
TheBlueMatt
committed
70d766e
View commit details
Copy full SHA for 70d766e
Browse repository at this point
Commits on Oct 28, 2024
Merge pull request #136 from TheBlueMatt/main
Show description for 3676248
tnull
authored
3676248
View commit details
Copy full SHA for 3676248
Browse repository at this point
Commits on Oct 15, 2024
Switch to `submitpackage` for broadcasting transactions
TheBlueMatt
committed
7ca1088
View commit details
Copy full SHA for 7ca1088
Browse repository at this point
Print network graph statistics in nodeinfo
TheBlueMatt
committed
c52bf5b
View commit details
Copy full SHA for c52bf5b
Browse repository at this point
Use `Balance`s to calculate balances instead of `ChannelDetails`
Show description for cfcd28b
TheBlueMatt
committed
cfcd28b
View commit details
Copy full SHA for cfcd28b
Browse repository at this point
Upgrade to LDK 0.0.125/rust-bitcoin 0.32
TheBlueMatt
committed
d8ab0a6
View commit details
Copy full SHA for d8ab0a6
Browse repository at this point
Commits on Oct 14, 2024
Drop `sendonionmessage` custom message sending command
Show description for 6d171e0
TheBlueMatt
committed
6d171e0
View commit details
Copy full SHA for 6d171e0
Browse repository at this point
Commits on Jun 27, 2024
Merge pull request #134 from valentinewallace/2024-05-migrate-spendable-outputs
Show description for eb7ba30
tnull
authored
eb7ba30
View commit details
Copy full SHA for eb7ba30
Browse repository at this point
Migrate deprecated spendable outputs persistence.
valentinewallace
committed
67fa5b0
View commit details
Copy full SHA for 67fa5b0
Browse repository at this point
Commits on May 29, 2024
Merge pull request #133 from valentinewallace/2024-04-0.0.123
Show description for 0071c38
tnull
authored
0071c38
View commit details
Copy full SHA for 0071c38
Browse repository at this point
Commits on May 28, 2024
Use new OutputSweeper to sweep spendable outputs.
valentinewallace
committed
c394d2f
View commit details
Copy full SHA for c394d2f
Browse repository at this point
Update to LDK 0.0.123.
valentinewallace
committed
b1bc2aa
View commit details
Copy full SHA for b1bc2aa
Browse repository at this point
Commits on Apr 25, 2024
Merge pull request #131 from tnull/2024-02-align-rustfmt
Show description for e6dd91c
TheBlueMatt
authored
e6dd91c
View commit details
Copy full SHA for e6dd91c
Browse repository at this point
Commits on Mar 9, 2024
Merge pull request #132 from tnull/2024-03-avoid-offer-hash-collision
tnull
authored
16bc6f4
View commit details
Copy full SHA for 16bc6f4
Browse repository at this point
Commits on Mar 8, 2024
Fix warning by including error in error prompt
tnull
committed
f58bb84
View commit details
Copy full SHA for f58bb84
Browse repository at this point
Generate random `PaymentId` for outbound offers
Show description for 4a1a645
tnull
committed
4a1a645
View commit details
Copy full SHA for 4a1a645
Browse repository at this point
Previous
Next
You can’t perform that action at this time.