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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
lightningdevkit
/
rust-lightning
Public
Notifications
You must be signed in to change notification settings
Fork
479
Star
1.4k
Code
Issues
272
Pull requests
2
Discussions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Projects
Wiki
Security and quality
Insights
Add default implementation for tracking metadata
- #636
#636
Closed
sourabhmarathe
wants to merge 16 commits into
lightningdevkit:master
lightningdevkit/rust-lightning:master
from
sourabhmarathe:channel-fee-penalty
sourabhmarathe/rust-lightning:channel-fee-penalty
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
Add default implementation for tracking metadata
#636
sourabhmarathe
wants to merge 16 commits into
lightningdevkit:master
lightningdevkit/rust-lightning:master
from
sourabhmarathe:channel-fee-penalty
sourabhmarathe/rust-lightning:channel-fee-penalty
Copy head branch name to clipboard
Commits
Commits on Jun 7, 2020
Add default implementation for tracking metadata
Show description for e76ac4e
sourabhmarathe
committed
e76ac4e
View commit details
Copy full SHA for e76ac4e
Browse repository at this point
Commits on Jun 8, 2020
Track failed portion of MPP, not entire MPP
sourabhmarathe
committed
42f7d56
View commit details
Copy full SHA for 42f7d56
Browse repository at this point
Remove failed route tracking methods
sourabhmarathe
committed
a424c63
View commit details
Copy full SHA for a424c63
Browse repository at this point
Remove functions that would never be called
Show description for 51c8d1b
sourabhmarathe
committed
51c8d1b
View commit details
Copy full SHA for 51c8d1b
Browse repository at this point
Return u64::MAX if chan is on failed list
Show description for 1a1dc96
sourabhmarathe
committed
1a1dc96
View commit details
Copy full SHA for 1a1dc96
Browse repository at this point
Commits on Jun 12, 2020
Change output of get_channel_fee_penalty
sourabhmarathe
committed
4664e99
View commit details
Copy full SHA for 4664e99
Browse repository at this point
Add failed_route()
sourabhmarathe
committed
37c6de6
View commit details
Copy full SHA for 37c6de6
Browse repository at this point
Add RoutingFeePenalty param to get_route
sourabhmarathe
committed
4397c0e
View commit details
Copy full SHA for 4397c0e
Browse repository at this point
Commits on Jun 14, 2020
Add fee penalty to htlc minimum in get_route()
sourabhmarathe
committed
84b7f6b
View commit details
Copy full SHA for 84b7f6b
Browse repository at this point
Commits on Jun 17, 2020
Do not add route to failed list on success
sourabhmarathe
committed
33deb1f
View commit details
Copy full SHA for 33deb1f
Browse repository at this point
Move penalty fee check to correct place in code
sourabhmarathe
committed
5e229fc
View commit details
Copy full SHA for 5e229fc
Browse repository at this point
Commits on Jun 24, 2020
Address ariard review
sourabhmarathe
committed
6beca99
View commit details
Copy full SHA for 6beca99
Browse repository at this point
Add constructor for DefaultMetadata
sourabhmarathe
committed
9e7e2f6
View commit details
Copy full SHA for 9e7e2f6
Browse repository at this point
Add DefaultMetadata param to get_route calls
sourabhmarathe
committed
7529726
View commit details
Copy full SHA for 7529726
Browse repository at this point
Commits on Jun 25, 2020
Use checked_add when calculating new_fee in get_route()
sourabhmarathe
committed
8dd338c
View commit details
Copy full SHA for 8dd338c
Browse repository at this point
Remove channel from failed channels on success
Show description for bb5c725
sourabhmarathe
committed
bb5c725
View commit details
Copy full SHA for bb5c725
Browse repository at this point
You can’t perform that action at this time.