Christian Decker
d013450f14
historian: Instead of exiting just skip large messages
...
This check was introduced to protect against the length being
corrupted but we now get some node_announcements with huge
feature-bits, triggering this rule. Let's skip them instead.
2021-09-25 15:48:19 +02:00
Peter Sebastian Nordholt
ca75d7e132
Fix string formating.
2021-02-05 09:05:16 +01:00
Peter Sebastian Nordholt
63232c0fb2
Fix handling of ignored messages in historian.py
...
Fixes a bug where gossip messages that are ignored by the historian plugin will trigger an exception being printed.
2021-02-05 09:05:16 +01:00
Peter Sebastian Nordholt
5de2675beb
Avoid out of IndexError from historian-stats
...
Fixes a bug where `historian-stats` would give IndexError when no announcements or updates where recorded yet.
2021-02-03 18:29:33 +01:00
Peter Sebastian Nordholt
368011cbb4
Fix reference to gossipd in historian.py
...
`gossipd` was referred to as `parser` resulting in errors.
2021-02-03 18:29:07 +01:00
Christian Decker
5236850245
historian: Rename the parser module to gossipd
...
We were getting a couple of path/import conflicts, renaming just to be
safe.
2021-01-22 18:00:50 +01:00
Christian Decker
efdf985352
historian: First version of the cli
2021-01-22 18:00:16 +01:00