plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Historian update

Open endothermicdev opened this issue 7 months ago • 1 comments

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 avatar Apr 24 '25 21:04 endothermicdev

@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.md and 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:

chrisguida avatar Apr 24 '25 22:04 chrisguida

Hey @cdecker - I'm confused as to why this was merged without unarchiving the plugin. Is this plugin maintained, or not?

chrisguida avatar Jul 16 '25 19:07 chrisguida

I'll unarchive this @chrisguida. I think it should be safe to maintain now.

endothermicdev avatar Jul 16 '25 21:07 endothermicdev

@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).

chrisguida avatar Jul 16 '25 22:07 chrisguida

Yep, sounds good.

endothermicdev avatar Jul 16 '25 23:07 endothermicdev