Skip to content

Commit

Permalink
qa-tests: handle Erigon2 json rpc api improvements regarding the erro…
Browse files Browse the repository at this point in the history
…r reason (#12547)

Erigon2 v2.6x add correct **error reason** to some json rpc api
responses.
Previously, the expected reason for the error was "{}".

Affected apis are `debug_traceCall`, `debug_traceCallMany`,
`debug_traceTransaction`.

This PR uses a new branch of the rpc-tests repo that has been updated
with these changes.
  • Loading branch information
mriccobene authored Nov 1, 2024
1 parent fa452c5 commit 679e16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout RPC Tests Repository & Install Requirements
run: |
rm -rf ${{ runner.workspace }}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v0.52.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch erigon_v2.6x https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{ runner.workspace }}/rpc-tests
pip3 install -r requirements.txt
Expand Down

0 comments on commit 679e16b

Please sign in to comment.