Consensys / shomei

Shomei Linea state manager extends the Hyperledger Besu functionality. This component communicates with Besu in order to maintain and update the ZK state. This component will communicate with Besu thanks to this plugin https://github.com/ConsenSys/besu-shomei-plugin
https://documenter.getpostman.com/view/27370530/2s93ebTr7h
Apache License 2.0
1 stars 5 forks source link

add zkEndStateRootHash to trace response #77

Closed garyschulte closed 10 months ago

garyschulte commented 10 months ago

PR Description

adds zkEndStateRootHash to the proof response.

Fixed Issue(s)

76

Documentation

Changelog

garyschulte commented 10 months ago

anything but a complete range in shomei results in:

{
    "jsonrpc": "2.0",
    "id": 1,
    "error": {
        "message": "BLOCK_MISSING_IN_CHAIN - block XXX is missing",
        "code": -32602
    }
}