go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

internal/ethapi: eth_getRequiredBlockState endpoint addition

Open jstr1121 opened this issue 2 years ago • 1 comments

This feature can be utilized on zkevms and other projects that need the full witness of a block.

Spec: https://github.com/ethereum/execution-apis/pull/455/files

This is built on top of https://github.com/rjl493456442/go-ethereum/tree/trie-witness

jstr1121 avatar Oct 27 '23 15:10 jstr1121

I just want to highlight that the spec has been updated and the data structure has a slightly different form now.

perama-v avatar Oct 31 '23 00:10 perama-v

Closing this until it is accepted to ethereum/execution-apis.

lightclient avatar Aug 02 '24 17:08 lightclient