Skip to content

feat: Remove requirement to use the same keypair during ledger replay #299

Open
@GabrielePicco

Description

@GabrielePicco

Description

To resume correct operation, we must restart with the previous validator keypair since delegate accounts are specifically tied to the validator identity. However, the validator keypair is not actually required during ledger replay.

Proposed Solution

Remove this requirement and only enforce the keypair check after replay is completed (before starting the RPC). This provides the following benefits:

  • Enables broader replay capabilities – Anyone can replay a session.
  • Improves testing – Replay can be tested in isolation without requiring the validator keypair; any keypair would suffice.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions