-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routing: update route hints when seeing a ChannelUpdate msg #5218
routing: update route hints when seeing a ChannelUpdate msg #5218
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0a9c2e - Browse repository at this point
Copy the full SHA e0a9c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b9b19 - Browse repository at this point
Copy the full SHA f3b9b19View commit details -
routing: fix TestSendPaymentErrorRepeatedFeeInsufficient
The simulated error returned was rejected due to signature failure, and didn't simulate correctly the insufficient fees error as intended. Fix error by including correct signature.
Configuration menu - View commit details
-
Copy full SHA for d35304d - Browse repository at this point
Copy the full SHA d35304dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f873c74 - Browse repository at this point
Copy the full SHA f873c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for c74a754 - Browse repository at this point
Copy the full SHA c74a754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3cd27 - Browse repository at this point
Copy the full SHA 5c3cd27View commit details -
routing: use require in router test
This commit refactors some of the tests in router_test.go to use the require package.
Configuration menu - View commit details
-
Copy full SHA for cd6f483 - Browse repository at this point
Copy the full SHA cd6f483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de0ca2 - Browse repository at this point
Copy the full SHA 5de0ca2View commit details -
routing: move sendErr handling in shardHandler
This commit moves the handleSendError method from ChannelRouter to shardHandler. In doing so, shardHandler can now apply updates to the in-memory paymentSession if they are found in the error message.
Configuration menu - View commit details
-
Copy full SHA for ef12011 - Browse repository at this point
Copy the full SHA ef12011View commit details -
routing: add method UpdateAdditionalEdge and GetAdditionalEdgePolicy
This commit adds the method UpdateAdditionalEdge in PaymentSession, which allows the addtional channel edge policy to be updated from a ChannelUpdate message. Another method, GetAdditionalEdgePolicy is added to allow querying additional edge policies.
Configuration menu - View commit details
-
Copy full SHA for 45a288e - Browse repository at this point
Copy the full SHA 45a288eView commit details -
routing: make shardHandler aware of payment session
This commit adds payment session to shardHandler to enable private edge policies being updated in shardHandler. The relevant interface and mock are updated. From now on, upon seeing a ChannelUpdate message, shardHandler will first try to find the target policy in additionalEdges and update it. If nothing found, it will then check the database for edge policy to update.
Configuration menu - View commit details
-
Copy full SHA for 4825afa - Browse repository at this point
Copy the full SHA 4825afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 940ec75 - Browse repository at this point
Copy the full SHA 940ec75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109e4da - Browse repository at this point
Copy the full SHA 109e4daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b10206 - Browse repository at this point
Copy the full SHA 0b10206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04beb84 - Browse repository at this point
Copy the full SHA 04beb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98822a1 - Browse repository at this point
Copy the full SHA 98822a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 427fa22 - Browse repository at this point
Copy the full SHA 427fa22View commit details