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

Block limit for import block step #62

Closed matkt closed 1 year ago

matkt commented 1 year ago

PR Description

Add block import limit feature for shomei. We can specify this limit thanks to cli option or rpc call. With this option only the limit block will have snapshot state. Without this option it will be last imported block

Fixed Issue(s)

Documentation

Changelog