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

[Bug] Inconsistency in Deployed Page vs Code #492

Open
bh2smith opened this issue Nov 14, 2023 · 0 comments
Open

[Bug] Inconsistency in Deployed Page vs Code #492

bh2smith opened this issue Nov 14, 2023 · 0 comments

Comments

@bh2smith
Copy link

transactions:
anyOf:
- title: Transaction hashes
type: array
items:
$ref: '#/components/schemas/hash32'
- title: Full transactions
type: array
items:
$ref: '#/components/schemas/TransactionInfo'

This Block object says that it contains TransactionInfo which contains fields like "from" and "hash" as required.

However, in the deployed api interface page: https://ethereum.github.io/execution-apis/api-documentation/, say under eth_getBlockByNumber the "FullTransactions" are of enum type "SignedTransaction" and do not contain the those fields.

Screenshot 2023-11-14 at 13 39 41

When testing the endpoint, say with:

sample request
curl -X POST $NODE_URL --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x119f996", true],"id":1}' | jq

sample response: http://jsonblob.com/1173956359015489536

We see that these fields are available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant