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
Contributor

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.
@@ -0,0 +76,4 @@
networks:
fixturenet-eth-net:
networks:
Contributor

Add a comment about why we need this network defined.

Add a comment about why we need this network defined.
Contributor

Debug code left in?

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

Should this be in ./config?

Should this be in ./config?
Contributor

Should this be in ./config?

Should this be in ./config?
@@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Author
Contributor

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.
@@ -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
Contributor

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.
@@ -0,0 +76,4 @@
networks:
fixturenet-eth-net:
networks:
Author
Contributor

Done

Done
@@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Contributor

Can you point me to where that is run?

Can you point me to where that is run?
@@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Author
Contributor

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
@@ -0,0 +1,6 @@
m/44'/60'/0'/0/0,0xe6CE22afe802CAf5fF7d3845cec8c736ecc8d61F,0x02cfc16a6212d7bb9dff89b603afbd856157c367de3ef6b626f205d9b150630ea0,0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218
Contributor
Here: https://github.com/cerc-io/stack-orchestrator/pull/24/files#diff-87b2242d72cd90189e0e62f38fd4f98deca481208ab2ec476eba14de87e00fe5R25
@@ -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"
Contributor

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
This repo is archived. You cannot comment on pull requests.
No Reviewers
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#24