Skip to content

Add block aggregator service #3086

@MitchTurner

Description

@MitchTurner

The GraphQL endpoint for getting blocks is very expensive. It's fine for small amounts of blocks, but gets out of hand with large reequests. It has a lot of overhead for serialization as well as accessing the txs for each transaction.

Instead, we can have a separate service that stores full blocks in the serialize format as they are produced. This way the blocks can be just be sent in the stored format and deserialized client-side.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    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