• Mark Tyneway's avatar
    l2geth: configurable min L2 gas limit · 0e14855c
    Mark Tyneway authored
    This commit adds a new config flag `--rollup.minl2gaslimit` that
    defaults to `0` and is used to prevent transactions from being ingested
    that have a L2 gas limit smaller than the value configured. This
    config flag can also be controlled with the env var
    `ROLLUP_MIN_L2_GAS_LIMIT`.
    0e14855c
Name
Last commit
Last update
..
dump Loading commit data...
fees Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
sync_service.go Loading commit data...
sync_service_test.go Loading commit data...
types.go Loading commit data...