- Remove MaxL1CoordTxs parameter from the TxSelector because this parameter doesn't exist - Use ChainID in l1tx byte encoding - Pass txprocessor configuration to batch builder via an existing parameter
- KVDB contains the Checkpoint & Resets system - StateDB uses KVDB and adds all the StateDB related methods
- Abstract TxProcessor from StateDB - Upgrade to last version of go-merkletree for the key-value DB usage