Patch Changes
- cb4a928: Make block hashes deterministic by using the same clique signer key
- f1b2731: Fixes incorrect type parsing in the RollupClient. The gasLimit became greater than the largest safe JS number so it needs to be represented as a string
- a64f816: Implement the next fee spec in both geth and in core-utils
- 5e4eaea: fix potential underflow when launching the chain when the last verified index is 0
- 1293825: Fix gasLimit overflow
- a25acbb: Refactor the SyncService to more closely implement the specification. This includes using query params to select the backend from the DTL, trailing syncing of batches for the sequencer, syncing by batches as the verifier as well as unified code paths for transaction ingestion to prevent double ingestion or missed ingestion
- c2b6e14: Implement the latest fee spec such that the L2 gas limit is scaled and the tx.gasPrice/tx.gasLimit show correctly in metamask