You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
confirming this fixes the txpool_content rpc compat hive failure when running with besu locally
mercynaps@macs-MacBook-Pro hive % ./hive --sim ethereum/rpc-compat --client besu --sim.limit /txpool_content --docker.nocache ethereum/rpc-compat
Apr 27 06:41:03.229 INF building image image=hive/hiveproxy nocache=false pull=false
Apr 27 06:42:09.242 INF building 1 clients...
Apr 27 06:42:09.243 INF building image image=hive/clients/besu:latest dir=clients/besu nocache=false pull=false
Apr 27 06:42:09.338 INF building 1 simulators...
Apr 27 06:42:09.338 INF building image image=hive/simulators/ethereum/rpc-compat:latest dir=simulators/ethereum/rpc-compat nocache=true pull=false
Apr 27 06:45:55.813 INF running simulation: ethereum/rpc-compat
Apr 27 06:45:56.079 INF hiveproxy started container=b24e471fa0cb addr=172.17.0.4:8081
Apr 27 06:45:56.318 INF API: suite started suite=0 name=rpc-compat
Apr 27 06:45:56.320 INF API: test started suite=0 test=1 name="client launch (besu)"
Apr 27 06:46:03.136 INF API: client besu started suite=0 test=1 container=0190b1fa
Apr 27 06:46:03.327 INF API: test started suite=0 test=2 name="txpool_content/get-content (besu)"
Apr 27 06:46:03.362 INF API: test ended suite=0 test=2 pass=true
Apr 27 06:46:03.366 INF API: test started suite=0 test=3 name="txpool_contentFrom/get-content-from-address (besu)"
Apr 27 06:46:03.393 INF API: test ended suite=0 test=3 pass=true
Apr 27 06:46:03.569 INF API: test ended suite=0 test=1 pass=true
Apr 27 06:46:03.603 INF API: suite ended suite=0
Apr 27 06:46:03.839 INF simulation ethereum/rpc-compat finished suites=1 tests=3 failed=0
mercynaps@macs-MacBook-Pro hive %
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ethereum/execution-apis#758 (comment)