Currently only used by the archiver during its creation. Archiver only begins syncing L1 blocks from this number. Very useful when a user wants to run Aztec against a forked mainnet.
The registry smart contract stores the block number a rollup contract was created. So the archiver can directly fetch this block number from the smart contract, instead of us passing this parameter around for realising this!
Good UX TOO since devs now don't need to set this param.
h/t Lasse for this idea!
Currently only used by the archiver during its creation. Archiver only begins syncing L1 blocks from this number. Very useful when a user wants to run Aztec against a forked mainnet.
The registry smart contract stores the block number a rollup contract was created. So the archiver can directly fetch this block number from the smart contract, instead of us passing this parameter around for realising this!
Good UX TOO since devs now don't need to set this param.
h/t Lasse for this idea!