evstack / evstack/ev-reth

[FEATURE] Sequencer admin contract to encapsulate keys (and namespace) within execution client state root

Aperta
#58 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Rust
Stelle
8
Fork
9
Merge medio
2g 13h
PR unite (30g)
6

Descrizione

## Is your feature request related to a problem? Please describe.

Yes, we would like to encapsulate the public key of the sequencer within the state root of the execution client to avoid having to validate it independently for proving state transition and data availability.

Furthermore, this design lends itself to support key rotation for the sequencer software. Which is an issue independent of this, but it would be great to kill two birds with one stone.

## Describe the solution you'd like

Spoke with @tac0turtle about requesting the state root to include the sequencer's public key as well as the namespace it posts data to.

He mentioned that it could be possible to use existing staking contracts.

## Describe alternatives you've considered

Currently we verify the namespace and public key of the sequencer independently of the execution client state root. But ideally we can reduce it to only the state root if those fields are encapsulated within it.

## Additional context

n/a

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.