Commit Graph

12 Commits

Author SHA1 Message Date
Carla Kirk-Cohen 4d3c725d77
setup: sort by short channel id before processing to match LND 2024-03-28 09:21:58 -04:00
Carla Kirk-Cohen 09bfd8b24f
setup: revert pub_key to id
LND uses pub_key, so we should probably keep as-is, but we're currently
generating as id when we reduce the graph.
2024-03-28 08:42:53 -04:00
Carla Kirk-Cohen c4df03be13
setup: changing to pubkey lookup 2024-03-27 16:39:32 -04:00
Carla Kirk-Cohen 9dec433fa3
multi: add script for progressing timestamps 2024-03-26 15:57:18 -04:00
Carla Kirk-Cohen eab17d75d4 setup: express alias as a string 2024-03-21 09:43:39 -04:00
Carla Kirk-Cohen 85eaa24914
multi: include alias for nodes in output 2024-03-19 16:33:11 -04:00
Carla Kirk-Cohen dff202f6da
setup: add deterministic scid for channels
This is how warnet will create scids and we'll deterministicly match
to their short channel values for data generation.
2024-03-19 15:28:48 -04:00
Carla Kirk-Cohen fe738cc96e
setup: fix units for capacity and remove check on max_htlc_size
We were hitting odd max_htlc_size because our calcs were of by a
thousand (as the 1000x developer I am). This commit updates to use
values in the graph and fix capacity amount.
2024-03-19 11:08:48 -04:00
Carla Kirk-Cohen 7938c95c0e
setup: account for missing source and destination pubkeys 2024-03-19 10:49:26 -04:00
Carla Kirk-Cohen c5cc93013e
setup: skip null policy edges and warn
The data we're given should already do this sanitation, but include
the check/warning just in case.
2024-03-19 10:32:29 -04:00
Carla Kirk-Cohen 0f303f1ba3
setup: updates to set max_htlc_msat to capacity at most 2024-03-19 10:31:16 -04:00
Carla Kirk-Cohen 49edcd9864
multi: add instructions for creating simln file from LND 2024-03-13 13:59:45 -04:00