From 555ba32e782e9093f60d7d5467b4a5f3dbef14e1 Mon Sep 17 00:00:00 2001 From: Dong <93205232+DongLieu@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:03:20 +0700 Subject: [PATCH] Dong/updateto1.19 (#4216) * update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json * test osmosis_e2e docker * test osmosis_e2e docker * e2e: Write node Docker container logs to a file (#4118) * Write node Docker container logs to a file * add documentation * add documentation * update (#6) * update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173) * e2e: Write node Docker container logs to a file (#4118) * Write node Docker container logs to a file * add documentation * add documentation --------- Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com> * test osmosis_e2e docker * test osmosis_e2e docker * #4070 * Update push-dev-docker-images.yml * update to go1.19 * only update tests/localosmosis * missing --------- Co-authored-by: Master Pi Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com> Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> (cherry picked from commit d92be8bb8f1f405291af36f357abc42c18aca031) --- scripts/multinode-local-testnet.md | 0 tests/localosmosis/docker-compose.yml | 2 +- tests/localosmosis/state_export/docker-compose.yml | 2 +- tests/localrelayer/docker-compose.yml | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 scripts/multinode-local-testnet.md diff --git a/scripts/multinode-local-testnet.md b/scripts/multinode-local-testnet.md old mode 100644 new mode 100755 diff --git a/tests/localosmosis/docker-compose.yml b/tests/localosmosis/docker-compose.yml index d8f5a54d87c..89390eb4c8e 100644 --- a/tests/localosmosis/docker-compose.yml +++ b/tests/localosmosis/docker-compose.yml @@ -9,7 +9,7 @@ services: dockerfile: Dockerfile args: RUNNER_IMAGE: alpine:3.16 - GO_VERSION: 1.18 + GO_VERSION: 1.19 volumes: - ./scripts/nativeDenomPoolA.json:/osmosis/nativeDenomPoolA.json - ./scripts/nativeDenomPoolB.json:/osmosis/nativeDenomPoolB.json diff --git a/tests/localosmosis/state_export/docker-compose.yml b/tests/localosmosis/state_export/docker-compose.yml index fd52e032ad8..220b8e755e0 100644 --- a/tests/localosmosis/state_export/docker-compose.yml +++ b/tests/localosmosis/state_export/docker-compose.yml @@ -9,7 +9,7 @@ services: dockerfile: Dockerfile args: RUNNER_IMAGE: alpine:3.16 - GO_VERSION: 1.18 + GO_VERSION: 1.19 volumes: - ./scripts/start.sh:/osmosis/start.sh - ./scripts/testnetify.py:/osmosis/testnetify.py diff --git a/tests/localrelayer/docker-compose.yml b/tests/localrelayer/docker-compose.yml index 33b948014bd..f21c2c9b80b 100644 --- a/tests/localrelayer/docker-compose.yml +++ b/tests/localrelayer/docker-compose.yml @@ -9,7 +9,7 @@ services: dockerfile: Dockerfile args: RUNNER_IMAGE: alpine:3.16 - GO_VERSION: 1.18 + GO_VERSION: 1.19 volumes: - ./scripts/setup_chain.sh:/osmosis/setup.sh - $HOME/.osmosisd-local-a/:/osmosis/.osmosisd/ @@ -60,7 +60,7 @@ services: dockerfile: Dockerfile args: RUNNER_IMAGE: alpine:3.16 - GO_VERSION: 1.18 + GO_VERSION: 1.19 volumes: - ./scripts/setup_chain.sh:/osmosis/setup.sh - $HOME/.osmosisd-local-b/:/osmosis/.osmosisd/