Commit b8559fc
refactor: improve upgrade script for cross-platform compatibility and sequential upgrades (#238)
* refactor: upgrade script
* chore: nit
* chore: nits
* chore: nits
* chore: nit
* refactor: pos upgrade scenario (#240)
* chore: filter l2-el and l2-cl containers
* chore: rename method and add check on containers
* chore: nit
* chore: nit
* chore: nit
* chore: rename methods
* chore: reduce requests made to the CL node
* chore: add liveness check to get_any_cl_api_url
* chore: nit
* chore: define local vars
* chore: clean up
* chore: clean up
* chore: clean up upgrade_cl_node
* chore: clean up upgrade_el_node
* chore: clean up
* chore: add docker_network_name var
* chore: add sections
* chore: nit
* docs: update comments
* chore: clean up
* chore: clean up
* chore: wait_for_devnet_to_reach_block
* chore: nit
* chore: clean up
* fix: typo
* fix: shellcheck issues
* fix: same
* chore: nit
* chore: use amd64 images by default
* chore: same
* fix: sleep interval
* fix: typo
* chore: nit
* chore: nit
* chore: nit
* chore: update logs
* chore: nit
* chore: nit
* chore: nit
* fix: typo
* chore: nit
* docs: remove nodes from comments
* chore: nit
* docs: document script and wait for network to progress
* fix: use docker instead of kurtosis to wait for rpcs to reach block
* chore: remove loop
* fix: typo
* chore: update output.log
* chore: nit
* fix: nits
* chore: fix readme
* fix: typo
* docs: nit
* update README
* fix: get_orphaned_containers
* chore: nit
* doc: add sleep 1 comment
---------
Co-authored-by: kamuikatsurgi <shahkrishang11@gmail.com>
---------
Co-authored-by: Léo Vincent <28714795+leovct@users.noreply.github.com>1 parent a3a192d commit b8559fc
File tree
5 files changed
+885
-690
lines changed- scenarios/pos/upgrade
5 files changed
+885
-690
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| 22 | + | |
16 | 23 | | |
17 | | - | |
| 24 | + | |
18 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments