-
Notifications
You must be signed in to change notification settings - Fork 68
version upgrade catchup test #706
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
Merged
fixxxedpoint
merged 19 commits into
Cardinal-Cryptography:main
from
fixxxedpoint:message_compatibility-catchup
Nov 8, 2022
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
9106149
support in cliain for version_upgrade
fixxxedpoint a13cc8f
support of our docker-compose to run using bridged docker's network
fixxxedpoint dc072d9
catchup_version_upgrade_test.sh
fixxxedpoint 83e02be
added the catchup version upgrade test to github pipelines
fixxxedpoint 143ec1b
review changes
fixxxedpoint 8ca57d7
chmod +x catchup_version_upgrade_test.sh
fixxxedpoint 02fd76b
review changes: using `matrix` for catch-up version upgrade test
fixxxedpoint 87defd7
review changes: bumped version of aleph-client; added schedule_versio…
fixxxedpoint 65a41f6
review changes: comment about key derivation in docker-compose `//1` …
fixxxedpoint 4e05972
fix: e2e...yml: wrong `uses`
fixxxedpoint 148439c
bumped e2e-tests/Cargo.lock
fixxxedpoint d3d65ed
fix: version_upgrade after api refactor
fixxxedpoint 35563c7
review changes: added cache cleanup to build-cliain-image job
fixxxedpoint 22dce1e
fix: typo in e2e...yml s/NODE2/Node2
fixxxedpoint 781c881
fix for e2e...yml: fixed matrix-include for catch-up version upgrade …
fixxxedpoint 999ef6f
Merge branch 'main' into message_compatibility-catchup
fixxxedpoint 992926a
review changes: renamed local variable in catchup_version_upgrade.sh
fixxxedpoint dd9e3ed
Merge branch 'main' into message_compatibility-catchup
fixxxedpoint 0b27557
more review changes for catchup_version_upgrade_test.sh
fixxxedpoint File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
support of our docker-compose to run using bridged docker's network
- Loading branch information
commit a13cc8f161bfb11dccabf6c25b4f4bf025aa907c
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| # When increasing number of nodes in this file, change default value of --validators-count param in e2e-tests/src/config.rs | ||
|
|
||
| services: | ||
| Node0: | ||
| extends: | ||
| file: common.yml | ||
| service: AlephBootNode | ||
| container_name: Node0 | ||
| environment: | ||
| - RPC_PORT=9933 | ||
| - WS_PORT=9943 | ||
| - PORT=30333 | ||
| - VALIDATOR_PORT=30343 | ||
| - PUBLIC_VALIDATOR_ADDRESS=127.0.0.1:30343 | ||
| - NAME=Node0 | ||
|
|
||
| Node1: | ||
| extends: | ||
| file: common.yml | ||
| service: AlephNonBootNode | ||
| container_name: Node1 | ||
| environment: | ||
| - RPC_PORT=9934 | ||
| - WS_PORT=9944 | ||
| - PORT=30334 | ||
| - VALIDATOR_PORT=30344 | ||
| - PUBLIC_VALIDATOR_ADDRESS=127.0.0.1:30344 | ||
| - NAME=Node1 | ||
| - BASE_PATH=/data/5GBNeWRhZc2jXu7D55rBimKYDk8PGk8itRYFTPfC8RJLKG5o | ||
| - NODE_KEY_PATH=/data/5GBNeWRhZc2jXu7D55rBimKYDk8PGk8itRYFTPfC8RJLKG5o/p2p_secret | ||
|
|
||
| Node2: | ||
| extends: | ||
| file: common.yml | ||
| service: AlephNonBootNode | ||
| container_name: Node2 | ||
| environment: | ||
| - RPC_PORT=9935 | ||
| - WS_PORT=9945 | ||
| - PORT=30335 | ||
| - VALIDATOR_PORT=30345 | ||
| - PUBLIC_VALIDATOR_ADDRESS=127.0.0.1:30345 | ||
| - NAME=Node2 | ||
| - BASE_PATH=/data/5Dfis6XL8J2P6JHUnUtArnFWndn62SydeP8ee8sG2ky9nfm9 | ||
| - NODE_KEY_PATH=/data/5Dfis6XL8J2P6JHUnUtArnFWndn62SydeP8ee8sG2ky9nfm9/p2p_secret | ||
|
|
||
| Node3: | ||
| extends: | ||
| file: common.yml | ||
| service: AlephNonBootNode | ||
| container_name: Node3 | ||
| environment: | ||
| - RPC_PORT=9936 | ||
| - WS_PORT=9946 | ||
| - PORT=30336 | ||
| - VALIDATOR_PORT=30346 | ||
| - PUBLIC_VALIDATOR_ADDRESS=127.0.0.1:30346 | ||
| - NAME=Node3 | ||
| - BASE_PATH=/data/5F4H97f7nQovyrbiq4ZetaaviNwThSVcFobcA5aGab6167dK | ||
| - NODE_KEY_PATH=/data/5F4H97f7nQovyrbiq4ZetaaviNwThSVcFobcA5aGab6167dK/p2p_secret | ||
|
|
||
| Node4: | ||
| extends: | ||
| file: common.yml | ||
| service: AlephNonBootNode | ||
| container_name: Node4 | ||
| environment: | ||
| - RPC_PORT=9937 | ||
| - WS_PORT=9947 | ||
| - PORT=30337 | ||
| - VALIDATOR_PORT=30347 | ||
| - PUBLIC_VALIDATOR_ADDRESS=127.0.0.1:30347 | ||
| - NAME=Node4 | ||
| - BASE_PATH=/data/5DiDShBWa1fQx6gLzpf3SFBhMinCoyvHM1BWjPNsmXS8hkrW | ||
| - NODE_KEY_PATH=/data/5DiDShBWa1fQx6gLzpf3SFBhMinCoyvHM1BWjPNsmXS8hkrW/p2p_secret | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| services: | ||
| Node0: | ||
| extends: | ||
| file: docker-compose.base.yml | ||
| service: Node0 | ||
| networks: | ||
| - main | ||
| - Node0 | ||
|
|
||
| Node1: | ||
| extends: | ||
| file: docker-compose.base.yml | ||
| service: Node1 | ||
| networks: | ||
| - main | ||
| - Node1 | ||
| environment: | ||
| - BOOT_NODES=/dns4/Node0/tcp/30333/p2p/$BOOTNODE_PEER_ID | ||
|
|
||
| Node2: | ||
| extends: | ||
| file: docker-compose.base.yml | ||
| service: Node2 | ||
| networks: | ||
| - main | ||
| - Node2 | ||
| environment: | ||
| - BOOT_NODES=/dns4/Node0/tcp/30333/p2p/$BOOTNODE_PEER_ID | ||
|
|
||
| Node3: | ||
| extends: | ||
| file: docker-compose.base.yml | ||
| service: Node3 | ||
| networks: | ||
| - main | ||
| - Node3 | ||
| environment: | ||
| - BOOT_NODES=/dns4/Node0/tcp/30333/p2p/$BOOTNODE_PEER_ID | ||
|
|
||
| Node4: | ||
| extends: | ||
| file: docker-compose.base.yml | ||
| service: Node4 | ||
| networks: | ||
| - main | ||
| - Node4 | ||
| environment: | ||
| - BOOT_NODES=/dns4/Node0/tcp/30333/p2p/$BOOTNODE_PEER_ID | ||
|
|
||
| networks: | ||
| main: | ||
| name: main-network | ||
| Node0: | ||
| name: Node0-network | ||
| Node1: | ||
| name: Node1-network | ||
| Node2: | ||
| name: Node2-network | ||
| Node3: | ||
| name: Node3-network | ||
| Node4: | ||
| name: Node4-network |
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
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.
Uh oh!
There was an error while loading. Please reload this page.