plugins
plugins copied to clipboard
Historian update
This brings the historian plugin up to date:
- updates the dependencies of historian
- handles dns addresses in node announcements
- ignores the dying flag (closing channels that may in fact be in splice) in gossip store message headers
- filters out all private gossip types (for older CLN nodes)
It also adds the ability to publish to a message queue if the RABBITMQ_URL environment variable is set. (This is how Greenlight consumes gossip, so it's really useful to have it built into the plugin.)
@endothermicdev are you planning to maintain this plugin? If so, you should un-archive it.
- remove it from
archived.md - put it back in
README.mdand add the CI badges like the rest of the plugins - make sure the tests are passing
- move its source out of
archived/and into the top-level dir
It would be great to see this plugin return to its former glory! :heart:
Hey @cdecker - I'm confused as to why this was merged without unarchiving the plugin. Is this plugin maintained, or not?
I'll unarchive this @chrisguida. I think it should be safe to maintain now.
@endothermicdev great!! So to clarify, I should treat you as the new maintainer, correct? (The person who unarchives the plugin is the default maintainer on all the other plugins).
Yep, sounds good.