Skip to content

Commit

Permalink
rpc-integration-test: bump rpc-tests to v1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Jan 30, 2025
1 parent 4715102 commit b95a16d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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 @@ -32,7 +32,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 v1.27.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v1.38.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{ runner.workspace }}/rpc-tests
pip3 install -r requirements.txt
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/scripts/run_rpc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ set +e # Disable exit on error
disabled_tests=(
# Erigon2 and Erigon3 never supported this api methods
trace_rawTransaction
debug_getRawTransaction
# to investigate
engine_exchangeCapabilities/test_1.json
engine_exchangeTransitionConfigurationV1/test_01.json
engine_getClientVersionV1/test_1.json
# these tests require Fix on erigon DM on repeipts domain
eth_getLogs/test_16
eth_getLogs/test_17
eth_getLogs/test_18
eth_getLogs/test_19
eth_getLogs/test_20
# these tests requires Erigon active
admin_nodeInfo/test_01.json
admin_peers/test_01.json
Expand Down

0 comments on commit b95a16d

Please sign in to comment.