Files
palladum-lightning/plugins
Rusty Russell f17c5f5a6b askrene: don't use tmpctx in minflow()
I tested with a really large gossmap (hacked to be 4GB), and when we
keep retrying to minimize cost (calling minflow 11 times), and we
don't free tmpctx.

Due to an issue with how gossmap estimates the index sizes, we ended
up running out of memory.  This fixes it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-10-15 09:58:04 +10:30
..
2024-10-03 11:20:52 -07:00
2024-09-22 00:12:39 -07:00
2024-09-22 00:12:39 -07:00
2024-09-19 12:16:53 +09:30
2024-09-19 12:16:53 +09:30
2024-10-07 14:05:47 +02:00

Plugin Directory

Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).