Skip to content

Commit

Permalink
fix: resolve issues with tests building against v0.58.0 of the consen…
Browse files Browse the repository at this point in the history
…sus node

Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Jan 3, 2025
1 parent 4a168ab commit 294742d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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.58.0
git clone https://github.com/hashgraph/hedera-services.git --depth 1 --branch v0.58.1
cd hedera-services
ls -ltr
${{ env.CG_EXEC }} ./gradlew assemble --stacktrace --info
Expand Down
4 changes: 0 additions & 4 deletions resources/templates/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ staking.periodMins=1
nodes.updateAccountIdAllowed=true
# TODO: remove once we have the uploader enabled, required for current p0 deadline
blockStream.streamMode=RECORDS

# Override the throttle definitions to be used during genesis.
# This override is required because release <= 0.58.x use a different default path.
bootstrap.throttleDefsJson.resource=data/config/genesis-throttles.json

0 comments on commit 294742d

Please sign in to comment.