-
Notifications
You must be signed in to change notification settings - Fork 834
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
Add Cancun GraphQL fields #5923
Conversation
Add the fields for Blobs into the GraphQL service. Signed-off-by: Danno Ferrin <[email protected]>
|
...in/java/org/hyperledger/besu/ethereum/api/graphql/internal/pojoadapter/BlockAdapterBase.java
Fixed
Show fixed
Hide fixed
...in/java/org/hyperledger/besu/ethereum/api/graphql/internal/pojoadapter/BlockAdapterBase.java
Fixed
Show fixed
Hide fixed
.../java/org/hyperledger/besu/ethereum/api/graphql/internal/pojoadapter/TransactionAdapter.java
Fixed
Show fixed
Hide fixed
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spotless sad, otherwise changes LGTM
@@ -199,6 +199,14 @@ type Block { | |||
withdrawals are unavailable for this block, this field will be null. | |||
""" | |||
withdrawals: [Withdrawal!] | |||
|
|||
"""BlobGasUsed is the total amount of gas used by the transactions.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"""BlobGasUsed is the total amount of gas used by the transactions.""" | |
"""BlobGasUsed is the total amount of blob gas used by the transactions.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a cut and paste from the execution-apis repo, it should be fixed there first - https://github.com/ethereum/execution-apis/pull/468/files#diff-a44507d2ad2482bb3ed863208b9e1e0393069edfdbd686593bac598901f36770R804
.../api/src/test/java/org/hyperledger/besu/ethereum/api/graphql/TransactionDataFetcherTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than spotless
Signed-off-by: Danno Ferrin <[email protected]>
Add the fields for Blobs into the GraphQL service. Signed-off-by: Danno Ferrin <[email protected]> Signed-off-by: Justin Florentine <[email protected]>
Add the fields for Blobs into the GraphQL service. Signed-off-by: Danno Ferrin <[email protected]>
PR description
Add the fields for Blobs into the GraphQL service.
Fixed Issue(s)