Skip to content

Separate verifications and sequences syncing in a thread #5

@V-Staykov

Description

@V-Staykov

Currently, the queries to L1 for verifications and sequences are done inside the stages. This slows them down needlessly, since they have to query for new blocks each time.

A better solution os to bring the syncing in a separate thread and pass the verifications and sequences in channels. Then the stages will just check for new data in the channels and continue if none is present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions