-
Notifications
You must be signed in to change notification settings - Fork 864
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
Besu RPC service consistency against other client implementations #1 #4233
Comments
Hi @JosephK95 The closest thing to a spec can be found here: https://ethereum.github.io/execution-apis/api-documentation/ As all the examples, except for |
Hi, @daniellehrner. Yes, I agree that the implementations can behave differently. Thanks. |
Hi @JosephK95 I'm taking a look at this - agree with @daniellehrner the spec is a little vague - and at the same time consistency is generally good. @JosephK95 in your analysis you mention getProof and getFeeHistory but there are no test files for those? |
Created #4987 for the remaining getUncle difference. |
(Updated 22.08.11.)
Sorry, I moved the remaining parts of this report to the following link: ethereum/execution-apis#286
Please check for the edit history to see my original report.
Description
Hi all,
I am working on a project that validates whether Besu behaves consistently to other Ethereum client implementations against RPC requests.
(I will refer to the implementations as node A, B and C here.)
I would appreciate it if you can clarify whether the following results are intentional or require patches.
Thank you so much in advance and please let me know if there is anything necessary.
Q1.
getPendingTransactions
support[]
Steps to Reproduce (Bug)
https://drive.google.com/file/d/1ufiZH8hjJrr5Wn-Nif4KSN8QgxOGHi1H/view?usp=sharing
https://drive.google.com/file/d/16QkzKvit4gTEg-HInt8gJmyyOpdm6Dke/view?usp=sharing
test_cases.tar.gz
besu --data-path CHAIN_DIR/data-besu --genesis-file CHAIN_DIR/besu.json --rpc-http-port 8549 --rpc-http-enabled --rpc-http-api ETH --network-id 15 --discovery-enabled false
node TC_FILE
Versions (Add all that apply)
The text was updated successfully, but these errors were encountered: