jzaki / bls-wallet-aggregator

Aggregation service for bls-signed transaction data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aggregator tx batches to be based on gas cost instead of tx count.

jzaki opened this issue · comments

MAX_AGGREGATION_SIZE currently is a tx count. Change to a gas limit, and can estimate gas like this -> https://github.com/jzaki/bls-wallet/blob/main/scripts/3_measure_gas.ts#L61

Canceled for now due to the slowness of estimateGas.

Branch: https://github.com/jzaki/aggregator/tree/agg-40-limit-txs-by-gas.