github daywalker90/sling v2.0.0

latest release: v2.1.0
4 months ago

Added

  • sling-refresh-gossmap-interval: How often to read gossip_store updates in seconds. Default is every 10s

Changed

  • sling now reads the gossip_store file directly instead of polling the whole graph via listchannels. This drastically reduces CPU usage on and especially after the first read. Also, since sling is reading incremental changes to the gossip_store file, it can poll it much more often to keep a closer track of any gossip changes.
  • Options code refactored. All options are now natively dynamic and there is no longer any manual reading of config files. Read the updated README section on how to set options for more information

Removed

  • sling-refresh-graph-interval, replaced by sling-refresh-gossmap-interval

Fixed

  • Restored backward compatibility to v23.11
  • When running paralleljobs>1 there were still duplicate routes taken sometimes

Release binaries info

  • Release binaries were built using rust 1.78.0
  • Linux release binaries require glibc>=2.31

Don't miss a new sling release

NewReleases is sending notifications on new releases.