Joost Jager
|
62a9c2c3ac
|
channeldb/test: make route comparison a pure function
Previously the route to compare was modified in order for DeepEqual to
function properly. This created problems when tests were ran in
parallel.
|
2019-09-10 15:46:49 +02:00 |
|
Olaoluwa Osuntokun
|
c78e3aaa9d
|
channeldb: update route.Hop serialization to include new EOB related fields
We also include a migration for the existing routes stored on disk.
|
2019-08-22 18:53:04 -07:00 |
|
Joost Jager
|
5ce04091d8
|
routing+routerrpc+channeldb: return route on invalid payment details
|
2019-07-04 09:27:16 +02:00 |
|
Joost Jager
|
eb2647e8fc
|
channeldb: add subscription to control tower
Allows other sub-systems to subscribe to payment success and fail
events.
|
2019-06-05 12:41:49 +02:00 |
|
Joost Jager
|
87d3207baf
|
channeldb+routing: move control tower interface to routing
This commit creates an empty shall for control tower in the routing
package. It is a preparation for adding event notification.
|
2019-06-05 12:41:47 +02:00 |
|