Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcdaemon: call ethbackend.canonical_body_for_storage if key empty in MaxTxNum #2441

Merged
merged 12 commits into from
Oct 24, 2024
Prev Previous commit
Next Next commit
comments temporary estimate_gas
lupin012 committed Oct 23, 2024
commit e64d150ec9bf0f05a91de9c8a3cd0925f1eb226d
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.sh
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ erigon_getLatestLogs,\
eth_getLogs,\
ots_searchTransactionsAfter,\
ots_searchTransactionsBefore,\
eth_estimateGas/test_05.json,\
eth_estimateGas,\
txpool_content --transport_type http,websocket

failed_test=$?