Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
lightningdevkit
/
rust-lightning
Public
Notifications
You must be signed in to change notification settings
Fork
421
Star
1.3k
Code
Issues
270
Pull requests
65
Discussions
Actions
Projects
2
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
main
User selector
martinsaposnic
Datepicker
All time
Commit History
Commits on Oct 28, 2025
Test manual broadcast tracking and holder commit flow
Show description for ea95a15
martinsaposnic
committed
ea95a15
Copy full SHA for ea95a15
Queue holder commit once funding tx confirms
Show description for be1955a
martinsaposnic
committed
be1955a
Copy full SHA for be1955a
Defer claimable tracking until funding tx confirms
Show description for 4131680
martinsaposnic
committed
4131680
Copy full SHA for 4131680
Gate holder broadcast queueing on funding confirmation
Show description for 6c5ef04
martinsaposnic
committed
6c5ef04
Copy full SHA for 6c5ef04
Set funding_seen_onchain=true in filter_block
Show description for 04a2776
martinsaposnic
committed
04a2776
Copy full SHA for 04a2776
Add manual-funding broadcast tracking to ChannelMonitor
Show description for b9158c5
martinsaposnic
committed
b9158c5
Copy full SHA for b9158c5
Prefactor: drop #[rustfmt::skip] on broadcast_latest_holder_commitment_txn
martinsaposnic
committed
6287ed3
Copy full SHA for 6287ed3
Commits on Sep 25, 2025
Support client_trusts_lsp on LSPS2
martinsaposnic
committed
8ce4147
Copy full SHA for 8ce4147
Commits on Sep 2, 2025
Add LSPS5 DOS protections.
Show description for 4370cff
martinsaposnic
committed
4370cff
Copy full SHA for 4370cff
Commits on Aug 12, 2025
[LSPS5] Change notification cooldown time to 1 minute, also update docs.
martinsaposnic
committed
c7694f4
Copy full SHA for c7694f4
Commits on Aug 7, 2025
Use rust-lld linker for windows to fix link.exe error
martinsaposnic
committed
e1edbde
Copy full SHA for e1edbde
Make LSPSDateTime Copy rather than explicitely _clone_ing
martinsaposnic
committed
552d8e4
Copy full SHA for 552d8e4
Commits on Aug 5, 2025
Change abs_diff to duration_since, so it returns a Duration
martinsaposnic
committed
42243e8
Copy full SHA for 42243e8
introduce SLOW_DOWN error so we don't silently fail to send an LSPS5/notification
martinsaposnic
committed
bae3224
Copy full SHA for bae3224
LSPS5: Correct notification cooldown & reset logic
Show description for 89962a1
martinsaposnic
committed
89962a1
Copy full SHA for 89962a1
Remove peerState if there are no pending requests with that peer
martinsaposnic
committed
cf23e91
Copy full SHA for cf23e91
Use VecDeque on LSPS5/Client to limit amount of pending requests
martinsaposnic
committed
9ab2d27
Copy full SHA for 9ab2d27
Commits on Aug 4, 2025
Get rid of TimeProvider on LSPS5/client.
Show description for d2c7c66
martinsaposnic
committed
d2c7c66
Copy full SHA for d2c7c66
Commits on Jul 29, 2025
Simplify LSPS5/validator: drop time checks & custom signature storage
Show description for dc97b9c
martinsaposnic
committed
dc97b9c
Copy full SHA for dc97b9c
include LSPS5 on lightning-liquidity README
martinsaposnic
committed
7782e3d
Copy full SHA for 7782e3d
Stop logging on Error / Info level on possible peer garbage
martinsaposnic
committed
20bcf4f
Copy full SHA for 20bcf4f
Commits on Jul 25, 2025
rename broadcast_notification to send_notifications_to_client_webhooks so it describes what it does more clearly
martinsaposnic
committed
79f1da5
Copy full SHA for 79f1da5
link instead of duplicate a value on doc on response_max_age_secs lsps5/ClientConfig
martinsaposnic
committed
af00b42
Copy full SHA for af00b42
get rid of unnecesary clone on liquidity manager
martinsaposnic
committed
6c95b87
Copy full SHA for 6c95b87
Move TimeProvider to utils::time module for better organization
martinsaposnic
committed
81313cd
Copy full SHA for 81313cd
Commits on Jul 23, 2025
Add tests for LSPS5 client and service.
martinsaposnic
committed
18fe164
Copy full SHA for 18fe164
Integrate LSPS5 with liquidity manager
Show description for 2c870fb
martinsaposnic
committed
2c870fb
Copy full SHA for 2c870fb
Add LSPS5 module structure
martinsaposnic
committed
f135fee
Copy full SHA for f135fee
Introduce LSPS5/Validator, a utility for validating webhook notifications from an LSP.
Show description for a744797
martinsaposnic
committed
a744797
Copy full SHA for a744797
Add LSPS5 webhook client implementation
Show description for 867f12b
martinsaposnic
committed
867f12b
Copy full SHA for 867f12b
Add LSPS5 webhook service implementation
Show description for bc2f990
martinsaposnic
committed
bc2f990
Copy full SHA for bc2f990
Add LSPS5 service and client events
Show description for 229dfb0
martinsaposnic
committed
229dfb0
Copy full SHA for 229dfb0
Add LSPS5 message formats for webhook registration
Show description for 82ae710
martinsaposnic
committed
82ae710
Copy full SHA for 82ae710
Add custom URL parser for LSPS5.
Show description for c0b8834
martinsaposnic
committed
c0b8834
Copy full SHA for c0b8834
Prefactor -> Introduce sign_message on NodeSigner, to be used by LSPS5/service when signing notifications
martinsaposnic
committed
8ac732c
Copy full SHA for 8ac732c
Pagination
Previous
Next
You can’t perform that action at this time.