Commit Graph

18 Commits

Author SHA1 Message Date
Carla Kirk-Cohen 5644d5b4b7
setup: complete the owl, add warnet graph generation 2024-03-28 17:29:09 -04:00
Carla Kirk-Cohen b4480b6fdd
setup: script that runs sim-ln for specified time 2024-03-28 17:09:36 -04:00
Carla Kirk-Cohen 33d15fb35d
setup: script creates simln data 2024-03-28 16:52:15 -04:00
Carla Kirk-Cohen 6313561e9e
setup: add output file to setup LND 2024-03-28 16:47:39 -04:00
Carla Kirk-Cohen 939a3c4399
setup: include headers in ts progression (cb is expecting it) 2024-03-28 16:41:21 -04:00
Carla Kirk-Cohen 4b23047517
setup: update progress timestamps to have a target output file 2024-03-28 16:00:59 -04:00
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