Skip to content

feat: enable gzip compression of engine-api calls #391

@0x416e746f6e

Description

@0x416e746f6e

some of the engine api calls that rollup-boost needs to relay to the builder might get relatively big (e.g. newPayload can easily reach 70K).

it would lower the latency b/w rollup-boost and remote builder if those calls could be compressed (even if the sequencer would send them plain-text) => gzip compression of http calls seems to be a good option (enforceable via CLI-parameter)

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