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)
some of the engine api calls that
rollup-boostneeds to relay to thebuildermight get relatively big (e.g.newPayloadcan easily reach 70K).it would lower the latency b/w
rollup-boostand remotebuilderif those calls could be compressed (even if thesequencerwould send them plain-text) => gzip compression of http calls seems to be a good option (enforceable via CLI-parameter)