besu
besu copied to clipboard
add blob support to GraphQL
Add fields for eip-4844 per execution api change here https://github.com/ethereum/execution-apis/pull/468/files
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