Draft
Conversation
GAtom22
approved these changes
Apr 12, 2023
| @@ -18,8 +18,7 @@ MNEMONIC="stumble tilt business detect father ticket major inner awake jeans nam | |||
| BUILD_DIR=$(pwd)/localnet/build | |||
|
|
|||
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved | |||
Contributor
There was a problem hiding this comment.
Nit: remove the comment
Suggested change
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved |
| done | ||
|
|
||
| echo "copy config.toml to get the seeds" | ||
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved |
Contributor
There was a problem hiding this comment.
Nit: remove comment
Suggested change
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved |
| sed -i.bak 's/moniker = \"node0\"/moniker = \"orchestrator\"/g' $CONFIG | ||
|
|
||
| echo "copy app.toml to have same config on all nodes" | ||
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved |
Contributor
There was a problem hiding this comment.
Nit remove comment
Suggested change
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved |
GAtom22
reviewed
Apr 12, 2023
| @@ -75,19 +74,16 @@ $CHAIND validate-genesis --home $DATA_DIR | |||
| echo "- Distribute final genesis.json to all validators" | |||
| for i in $(ls $BUILD_DIR | grep 'node');do | |||
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved | |||
Contributor
There was a problem hiding this comment.
Nit remove comment
Suggested change
| # TODO uncomment this when issue https://github.com/evmos/ethermint/issues/1579 is solved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runs all nodes with
ethermint. Nothing shows on Grafana, but nodes and tx bot seem to be running.note also that this uses a local
tx-botbuild, once we update the deployed version we should remove that change here