Dedupe gossip msgs while updating networkGraph from RGS
authorGursharan Singh <3442979+G8XSU@users.noreply.github.com>
Tue, 11 Oct 2022 19:20:33 +0000 (15:20 -0400)
committerGursharan Singh <3442979+G8XSU@users.noreply.github.com>
Tue, 18 Oct 2022 17:43:53 +0000 (10:43 -0700)
commit7f089df1e31063df0546b2c43070a702c353c3c2
treeee51cdd04a3acfb0a2f0018603dbef30da4a0cc3
parent559ed20f92cb86b02094421fa51ad243dbf800b6
Dedupe gossip msgs while updating networkGraph from RGS

While applying gossip info from RGS-server, number of harmless
errors might arise which should be ignored. E.g. client should not
fail if there is a duplicate gossip for same channel or duplicate
update.
lightning-rapid-gossip-sync/src/processing.rs
lightning/src/routing/gossip.rs