Skip to content

Commit

Permalink
rpcdaemon: update evmone fork to fix gas cost for failed check_requir…
Browse files Browse the repository at this point in the history
…ements (#2762)
  • Loading branch information
Sixtysixter authored Mar 6, 2025
1 parent ad2e3fc commit dd53ec1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.49.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v1.50.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{runner.workspace}}/rpc-tests
pip3 install -r requirements.txt --break-system-packages
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ python3 ./run_tests.py --continue --blockchain mainnet --jwt "$2" --display-only
debug_accountRange,\
debug_getModifiedAccountsBy,\
debug_storageRangeAt,\
debug_traceBlockByHash/test_10,\
debug_traceBlockByNumber/test_10,\
debug_traceBlockByNumber/test_24,\
debug_traceBlockByNumber/test_25,\
debug_traceBlockByNumber/test_26,\
Expand All @@ -28,15 +26,10 @@ debug_traceBlockByNumber/test_28,\
debug_traceCall/test_21,\
debug_traceTransaction/test_25,\
debug_traceTransaction/test_36,\
debug_traceTransaction/test_43,\
debug_traceTransaction/test_62,\
debug_traceTransaction/test_74,\
debug_traceTransaction/test_75,\
debug_traceTransaction/test_77,\
debug_traceTransaction/test_90,\
debug_traceTransaction/test_91,\
debug_traceTransaction/test_92,\
debug_traceTransaction/test_96,\
engine_,\
erigon_getBalanceChangesInBlock,\
eth_getLogs/test_16,\
Expand Down
2 changes: 1 addition & 1 deletion third_party/evmone/evmone

0 comments on commit dd53ec1

Please sign in to comment.