Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add another node to e2e test setup #43

Merged
merged 4 commits into from
Oct 13, 2023
Merged

add another node to e2e test setup #43

merged 4 commits into from
Oct 13, 2023

Conversation

pirtleshell
Copy link
Member

Updates the e2e test setup!

  • renames kava node to kava-validator
  • adds new kavapruning node that is an API-enabled peer in same network
  • adds docs on how to add more nodes in the future

Originally wrote this in a way that made all the nodes validators but then realized that simple API nodes were sufficient 🤦

Once merged, will rebase #42 onto it and fully e2e test the sharding process.

.env Outdated
@@ -34,13 +38,13 @@ TEST_PROXY_SERVICE_EVM_RPC_HOSTNAME=localhost:7777
TEST_PROXY_SERVICE_EVM_RPC_DATA_URL=http://localhost:7778
TEST_PROXY_BACKEND_EVM_RPC_HOST_URL=http://localhost:8545
TEST_DATABASE_ENDPOINT_URL=localhost:5432
TEST_PROXY_BACKEND_HOST_URL_MAP=localhost:7777>http://kava:8545,localhost:7778>http://kava:8545
TEST_PROXY_BACKEND_HOST_URL_MAP=localhost:7777>http://kava-validator:8545,localhost:7778>http://kavapruning:8545
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:kava-pruning?

@pirtleshell pirtleshell merged commit f3d3172 into main Oct 13, 2023
4 checks passed
@pirtleshell pirtleshell deleted the rp-multiple-nodes branch October 13, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants