ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.21k stars 2.99k forks source link

op-conductor: Add test to ensure raft state is snapshotted safely #11007

Open BrianBland opened 5 days ago

BrianBland commented 5 days ago

Description

Adds a new test which ensures that Raft FSM snapshots used by the op-conductor are not mutated by future applies, and can safely be persisted after a delay.

Tests

See above, test-only change

Additional context

Add any other context about the problem you're solving.

Metadata