You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We potentially want to add the following gRPC methods:
Support validator key rotation by returning the block at which the key was rotated. This must allow clients to SyncMmr from a previously sync'd block to the rotation block, which they can therefore verify is correct. After this they can continue on with the new validator key.
Trusted methods on the sequencer which allows submission of authenticated txs and batches. This is an internal only set of methods which allows internal replicas to lower the load on the sequencer. Might require a new sequencer specific gRPC service.
We potentially want to add the following gRPC methods:
SyncMmrfrom a previously sync'd block to the rotation block, which they can therefore verify is correct. After this they can continue on with the new validator key.