Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

P2P Ethermint cluster w/ mock da layer #18

Merged
merged 12 commits into from
May 10, 2022
Merged

Conversation

jbowen93
Copy link
Contributor

@jbowen93 jbowen93 commented Apr 25, 2022

This PR makes several notable changes to the ephemeral cluster.

  • Creates a new ethermint/ dir with contains static config files and keys for an ethermint node
  • Updates the dalc/ dir to contain an optimint_server.toml config file to work with the newer version of the DALC
  • Creates a new docker/mock-dalc-docker-compose.yml file to start a mock DALC server using the optimint-mockserv binary and a ethermint-mock-docker-compose.yml file to use this mock DALC server. The mock-ethermint.sh script uses these files.
  • Creates both old-ethermint-docker-compose.yml and old-dalc-docker-compose.yml files to enable running a full ethermint cluster prior to the breaking changes at current HEAD. The old-minimal-ethermint.sh script uses these files.
  • Modifies the ethermint-docker-compose.yml file to include 2 ethermint nodes with the first utilizing the new ethermint/ dir's static config files and keys. This enables the second node to use the first node a p2p.seed.

resolves: #17

@jbowen93 jbowen93 force-pushed the jbowen93/p2p-ethermint branch from f4d61cb to 41296c1 Compare April 26, 2022 10:33
@jbowen93 jbowen93 marked this pull request as ready for review May 3, 2022 22:59
@jbowen93 jbowen93 requested a review from adlerjohn May 9, 2022 17:44
Copy link
Member

@adlerjohn adlerjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate a persistent key for an Ethermint bootstrap node
2 participants