Add build and compose defintions for Merge 'fixturenet'. #24

Merged
telackey merged 6 commits from telackey/fixturenet into main 2022-10-14 20:11:56 +00:00
Member

Add container and compose info for setting up a post-Merge eth network for testing.

Add container and compose info for setting up a post-Merge eth network for testing.
dboreham reviewed 2022-10-14 18:03:05 +00:00
@ -0,0 +76,4 @@
networks:
fixturenet-eth-net:
networks:
Owner

Add a comment about why we need this network defined.

Add a comment about why we need this network defined.
dboreham reviewed 2022-10-14 18:59:30 +00:00
Owner

Debug code left in?

Debug code left in?
@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Owner

Should this be in ./config?

Should this be in ./config?
Owner

Should this be in ./config?

Should this be in ./config?
telackey reviewed 2022-10-14 19:37:03 +00:00
telackey reviewed 2022-10-14 19:40:16 +00:00
@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Author
Member

I think it belongs here, because the accounts are used by ethereum-genesis-generator when it generates the genesis file with pre-funded accounts during the container build.

I think it belongs here, because the accounts are used by `ethereum-genesis-generator` when it generates the genesis file with pre-funded accounts during the container build.
telackey reviewed 2022-10-14 19:41:27 +00:00
@ -0,0 +1,21 @@
mnemonic: "viable ketchup woman library opinion copy rhythm attend rose knock penalty practice photo bundle budget dentist enter round bind holiday useful arch danger lobster"
Author
Member

Same as with the accounts, I think it needs to stay here, as it is part of the input used to generate the genesis file during the container build.

Same as with the accounts, I think it needs to stay here, as it is part of the input used to generate the genesis file during the container build.
telackey reviewed 2022-10-14 19:42:05 +00:00
@ -0,0 +76,4 @@
networks:
fixturenet-eth-net:
networks:
Author
Member

Done

Done
dboreham reviewed 2022-10-14 19:45:16 +00:00
@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Owner

Can you point me to where that is run?

Can you point me to where that is run?
telackey reviewed 2022-10-14 19:51:19 +00:00
@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Author
Member

https://github.com/cerc-io/stack-orchestrator/pull/24/files#diff-b2251121f1cc991ed1e0fd066bf19bec47a989e5ac03ad2a189583b72bf8eec8R10

I got my comments backwards on el-config.yaml and accounts.csv. The latter is a bit more complicated. Strictly speaking it out to be an output of the build step rather than an input, as the keys are predictably generated from the mnemonic in el-config.yaml.

There is an issue here: https://github.com/bozemanpass/merge-testnet/issues/1

https://github.com/cerc-io/stack-orchestrator/pull/24/files#diff-b2251121f1cc991ed1e0fd066bf19bec47a989e5ac03ad2a189583b72bf8eec8R10 I got my comments backwards on el-config.yaml and accounts.csv. The latter is a bit more complicated. Strictly speaking it out to be an *output* of the build step rather than an input, as the keys are predictably generated from the mnemonic in el-config.yaml. There is an issue here: https://github.com/bozemanpass/merge-testnet/issues/1
dboreham reviewed 2022-10-14 19:54:07 +00:00
@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Owner
Here: https://github.com/cerc-io/stack-orchestrator/pull/24/files#diff-87b2242d72cd90189e0e62f38fd4f98deca481208ab2ec476eba14de87e00fe5R25
dboreham reviewed 2022-10-14 19:58:00 +00:00
@ -0,0 +1,21 @@
mnemonic: "viable ketchup woman library opinion copy rhythm attend rose knock penalty practice photo bundle budget dentist enter round bind holiday useful arch danger lobster"
Owner

I think I got confused between build_el.sh and run_el.sh

I think I got confused between build_el.sh and run_el.sh
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#24
No description provided.