besu icon indicating copy to clipboard operation
besu copied to clipboard

add blob support to GraphQL

Open macfarla opened this issue 11 months ago • 1 comments

Add fields for eip-4844 per execution api change here https://github.com/ethereum/execution-apis/pull/468/files

macfarla avatar Mar 12 '24 00:03 macfarla

There is call and estimateGas function on both the Block object and the Pending object. I think I'd use pending as it's clearer. https://github.com/shemnon/besu/blob/2360908cf5cdaee270bc06eeaf43442687df352f/ethereum/api/src/main/resources/schema.graphqls#L177 and https://github.com/shemnon/besu/blob/2360908cf5cdaee270bc06eeaf43442687df352f/ethereum/api/src/main/resources/schema.graphqls#L254 is the structure for the call data

macfarla avatar Mar 12 '24 00:03 macfarla