Commit Graph

177 Commits

Author SHA1 Message Date
Carla Kirk-Cohen 91bc57eec7
readme: add instructions for local development bring up 2024-03-28 11:58:56 -04:00
Carla Kirk-Cohen 73071be742
scripts: add warnet install script 2024-03-28 11:28:14 -04:00
Carla Kirk-Cohen 14339b7fa6
data: add generated CSV for ln_10 and timewarped data for 28/03 2024-03-28 10:12:24 -04:00
Carla Kirk-Cohen 4abc0a7aaa
data: add sim_ln and warnet files for ln_10 2024-03-28 09:47:24 -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 3e1cd99333
data: add warnet graph for ln_10 2024-03-28 08:58:44 -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 18c73ed54a
data: add reduced mainnet graph for 10 + 100 nodes 2024-03-28 08:37:00 -04:00
Carla Kirk-Cohen c4df03be13
setup: changing to pubkey lookup 2024-03-27 16:39:32 -04:00
Carla Kirk-Cohen df48e14f20
readme: add first draft of participant instructions 2024-03-27 16:34:25 -04:00
Carla Kirk-Cohen 515bab224d
readme: minimize setup instructions for typical readme 2024-03-27 16:12:00 -04:00
Carla Kirk-Cohen c21708dc59
readme: add warnet setup instructions 2024-03-27 10:42:24 -04:00
Carla Kirk-Cohen 7a6f555f5b
readme: not using bash for simln anymore 2024-03-26 15:57:46 -04:00
Carla Kirk-Cohen 9dec433fa3
multi: add script for progressing timestamps 2024-03-26 15:57:18 -04:00
Carla Kirk-Cohen 90707e8723
gitignore: ignore csv files 2024-03-26 15:54:51 -04:00
Carla Kirk-Cohen 85ce4646d2 readme: add note about input file 2024-03-21 09:47:11 -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 8a599d9644
README: add details of data generation mutation from LND graph 2024-03-19 15:32:22 -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 67f8be18c4
gitignore: json 2024-03-19 09:59:23 -04:00
Carla Kirk-Cohen 49edcd9864
multi: add instructions for creating simln file from LND 2024-03-13 13:59:45 -04:00
Carla Kirk-Cohen e51d63e99b
Initial commit 2024-03-13 13:26:40 -04:00