Skip to content

Commit 3d6bee9

Browse files
authored
Merge pull request #695 from input-output-hk/drazen/demo/more-immutable-dbs
demo: Add immutable DBs containing full(er) Praos blocks
2 parents c627888 + 91f51ac commit 3d6bee9

File tree

17 files changed

+864
-9
lines changed

17 files changed

+864
-9
lines changed

demo/2025-11/.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ DEF_RATE_N0_TO_DOWN="100Mbps"
2727
DEF_DELAY_N0_TO_DOWN="20ms"
2828
DEF_RATE_DOWN_TO_N0="100Mbps"
2929
DEF_DELAY_DOWN_TO_N0="20ms"
30+
31+
# DEF_CLUSTER_RUN="./data/2025-10-08-19-42-9d25e-1050-50-blocks-50-coay-sup"
32+
DEF_CLUSTER_RUN="./data/2025-10-10-13-29-24641-1050-50-blocks-50-coay-sup"

demo/2025-11/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,16 @@ variables:
6464
```shell
6565
CARDANO_NODE=cardano-node
6666
IMMDB_SERVER=immdb-server
67+
6768
DATA_DIR=data
69+
CLUSTER_RUN=data/2025-10-10-13-29-24641-1050-50-blocks-50-coay-sup
6870
REF_SLOT=41
6971
SECONDS_UNTIL_REF_SLOT=5
7072
LEIOS_MANIFEST=manifest.json
73+
7174
ANALYSE_PY=analyse.py
7275
PYTHON3=python
76+
7377
RATE_UP_TO_N0="100Mbps";
7478
DELAY_UP_TO_N0="20ms";
7579
RATE_N0_TO_UP="100Mbps";

demo/2025-11/build.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
DEF_DELAY_N0_TO_DOWN = "20ms";
6868
DEF_RATE_DOWN_TO_N0 = "100Mbps";
6969
DEF_DELAY_DOWN_TO_N0 = "20ms";
70+
# DEF_CLUSTER_RUN = ./data/2025-10-08-19-42-9d25e-1050-50-blocks-50-coay-sup;
71+
DEF_CLUSTER_RUN = ./data/2025-10-10-13-29-24641-1050-50-blocks-50-coay-sup;
7072
};
7173
text = ''
7274
process-compose --no-server -f ${./process-compose.yaml};

demo/2025-11/data/genesis/genesis.alonzo.json renamed to demo/2025-11/data/2025-10-08-19-42-9d25e-1050-50-blocks-50-coay-sup/genesis/genesis.alonzo.json

File renamed without changes.

demo/2025-11/data/genesis/genesis.byron.json renamed to demo/2025-11/data/2025-10-08-19-42-9d25e-1050-50-blocks-50-coay-sup/genesis/genesis.byron.json

File renamed without changes.

demo/2025-11/data/genesis/genesis.conway.json renamed to demo/2025-11/data/2025-10-08-19-42-9d25e-1050-50-blocks-50-coay-sup/genesis/genesis.conway.json

File renamed without changes.

demo/2025-11/data/genesis/genesis.shelley.json renamed to demo/2025-11/data/2025-10-08-19-42-9d25e-1050-50-blocks-50-coay-sup/genesis/genesis.shelley.json

File renamed without changes.

demo/2025-11/data/upstream-node/immutable.tar.gz renamed to demo/2025-11/data/2025-10-08-19-42-9d25e-1050-50-blocks-50-coay-sup/immutable.tar.gz

File renamed without changes.

0 commit comments

Comments
 (0)