lnd.xprv/discovery
Andrey Samokhvalov 337a4a4f56 discovery: fix silent remote orphan announcement proof rejection
In case of the situation when we receive remote announcement with
channel id which pointing out to unknown channel the announcement have
been silently rejected. Now such announcement will be added to the
waiting proof map.

Such solution has a serious drawback - by adding the announcement proof
without information about channel itself (that this announcement have
been received from the node eligible to sending it), we allow
overwriting the waiting proof map by `Eve` node.
2017-04-26 22:05:37 -07:00
..
log.go discovery+routing: split 'routing' package on 'routing' and 'discovery' 2017-03-29 19:49:05 -07:00
service_test.go discovery: fix silent remote orphan announcement proof rejection 2017-04-26 22:05:37 -07:00
service.go discovery: fix silent remote orphan announcement proof rejection 2017-04-26 22:05:37 -07:00
utils.go discovery+funding: update wire message usage to latest API changes 2017-04-19 16:20:53 -07:00
validation.go discovery+funding: update wire message usage to latest API changes 2017-04-19 16:20:53 -07:00