Skip to content

Commit

Permalink
upgrade all files to v0.58.0 which is required for genesis-network.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Dec 23, 2024
1 parent 14c7c7a commit 0e92b9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
if: ${{ runner.os == 'linux' && (inputs.npm-test-script == 'test-e2e-node-local-hedera' || inputs.npm-test-script == 'test-e2e-node-local-ptt' || inputs.npm-test-script == 'test-e2e-node-add-local') && !cancelled() && !failure() }}
run: |
cd ..
git clone https://github.com/hashgraph/hedera-services.git --depth 1 --branch v0.57.3
git clone https://github.com/hashgraph/hedera-services.git --depth 1 --branch v0.58.0
cd hedera-services
ls -ltr
${{ env.CG_EXEC }} ./gradlew assemble --stacktrace --info
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SOLO_NETWORK_SIZE: 2
SOLO_NAMESPACE: solo-e2e
SOLO_CHART_VERSION: 0.36.3
CONSENSUS_NODE_VERSION: v0.57.3
CONSENSUS_NODE_VERSION: v0.58.0
vars:
use_port_forwards: "true"

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-network-config/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SOLO_NETWORK_SIZE: 10
SOLO_NAMESPACE: solo-alex-kuzmin-n4
SOLO_CHART_VERSION: 0.36.3
CONSENSUS_NODE_VERSION: v0.57.3
CONSENSUS_NODE_VERSION: v0.58.0
VALUES_FLAG: "--values-file {{.USER_WORKING_DIR}}/init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt {{.USER_WORKING_DIR}}/settings.txt"
SOLO_HOME: "/Users/user/.solo-alex-kuzmin-n4"
Expand Down
2 changes: 1 addition & 1 deletion examples/performance-tuning/Latitude/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SOLO_NETWORK_SIZE: 10
SOLO_NAMESPACE: solo-perf-lat
SOLO_CHART_VERSION: 0.36.3
CONSENSUS_NODE_VERSION: v0.57.3
CONSENSUS_NODE_VERSION: v0.58.0
VALUES_FLAG: "--values-file {{.USER_WORKING_DIR}}/init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt {{.USER_WORKING_DIR}}/settings.txt"
SOLO_HOME: "/Users/user/.solo-perf-lat"
Expand Down
2 changes: 1 addition & 1 deletion examples/performance-tuning/solo-perf-test/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SOLO_NETWORK_SIZE: 7
SOLO_NAMESPACE: solo-perf-test
SOLO_CHART_VERSION: 0.36.3
CONSENSUS_NODE_VERSION: v0.57.3
CONSENSUS_NODE_VERSION: v0.58.0
VALUES_FLAG: "--values-file {{.USER_WORKING_DIR}}/init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt {{.USER_WORKING_DIR}}/settings.txt"
SOLO_HOME: "/Users/user/.solo-perf-test"
Expand Down
2 changes: 1 addition & 1 deletion examples/solo-gke-test/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
SOLO_NETWORK_SIZE: 5
SOLO_NAMESPACE: solo-gke-test
SOLO_CHART_VERSION: 0.36.3
CONSENSUS_NODE_VERSION: v0.57.3
CONSENSUS_NODE_VERSION: v0.58.0
VALUES_FLAG: "--values-file {{.USER_WORKING_DIR}}/init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt {{.USER_WORKING_DIR}}/settings.txt"
SOLO_HOME: "{{.solo_home_override_dir}}"
Expand Down

0 comments on commit 0e92b9f

Please sign in to comment.