-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
TODO list during we deprecate l2geth:
- Switch signer on RN, this will stop RN from serving signature for both eth-wire block broadcast and eth66 serve block request. This will pervent l2geth from syncing any new blocks.
TODO list after we deprecated l2geth:
- clean up codebases.
-
Reth side:
-
rollup-node side:
- drop table database
block_signaturehere - remove database operation
insert_signatureandget_signaturehere. - remove database model
block_signaturehere. - stop persisting block signature when receiving a new block from the network here.
- stop persisting block signature when sequencing a new block here.
- remove logic that handles eth_wire protocol block broadcast here and here.
- remove hardcoded signer addresses here, and related args here.
- revert changes on
ScrollHeaderTransformhere, so we don't persist block signature during backfill. - remove the whole structure
ScrollRequestHeaderTransformhere.
- drop table database
-
drop database table
block_signature -
deploy new version of RN
Metadata
Metadata
Assignees
Labels
No labels