lnd.xprv/discovery
Olaoluwa Osuntokun 812c2f1ce6
discovery: add new PropagateFeeUpdate method
This commit adds a new method to the AuthenticatedGossiper:
PropagateFeeUpdate. This new method will allow callers to update the
fee schedule advertised for a particular channel, or all currently
active channels. With this method exposed, the AuthenticatedGossiper
will now craft the new channel update messages, sign the new state,
commit the new policy to the underlying graph, and finally add the
message to the next announcement epoch batch.
2017-08-22 00:53:06 -07:00
..
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
service_test.go discovery: update tests to match latest API+verification changes 2017-08-22 00:52:45 -07:00
service.go discovery: add new PropagateFeeUpdate method 2017-08-22 00:53:06 -07:00
utils.go discovery: fill in ChainHash, and Features in ChannelAnnouncement 2017-08-22 00:52:42 -07:00
validation.go discovery: modify message validation to match BOLT-0007 2017-08-22 00:52:40 -07:00