@@ -292,8 +292,6 @@ cf. [Deposits Specification][deposits-spec]
292292
293293## Withdrawals
294294
295- > ** TODO** expand this whole section to be clearer
296-
297295[ withdrawals ] : glossary#withdrawals
298296
299297In general, a withdrawal is a transaction sent from L2 to L1 that may transfer data and/or value.
@@ -321,8 +319,6 @@ must elapse before a [withdrawal][withdrawals] can be finalized.
321319The finalization period is necessary to afford sufficient time for [ validators] [ validator ] to make a [ fault
322320proof] [ fault-proof ] .
323321
324- > ** TODO** specify current value for finalization period
325-
326322
327323## Configuration
328324
@@ -507,9 +503,6 @@ A batcher is a software component (independent program) that is responsible to m
507503availability provider. The batcher communicates with the rollup node in order to retrieve the channels. The channels are
508504then made available using [ batcher transactions] [ batcher-transaction ] .
509505
510- > ** TODO** In the future, we might want to make the batcher responsible for constructing the channels, letting it only
511- > query the rollup node for L2 block inputs.
512-
513506### Batcher Transaction
514507
515508[ batcher-transaction ] : glossary#batcher-transaction
@@ -560,8 +553,6 @@ The purpose of channel timeouts is dual:
560553
561554[ reset-channel-buffer ] : ../protocol/consensus/derivation#resetting-channel-buffering
562555
563- > ** TODO** specify ` CHANNEL_TIMEOUT `
564-
565556
566557## L2 Output Root Proposals
567558
@@ -746,8 +737,6 @@ behavior.
746737
747738A rollup node running in validator mode is sometimes called _ a replica_ .
748739
749- > ** TODO** expand this to include output root submission
750-
751740See the [ rollup node specification] [ rollup-node-spec ] for more information.
752741
753742### Rollup Driver
@@ -757,9 +746,6 @@ See the [rollup node specification][rollup-node-spec] for more information.
757746The rollup driver is the [ rollup node] [ rollup-node ] component responsible for [ deriving the L2 chain] [ derivation ]
758747from the L1 chain (L1 [ blocks] [ block ] and their associated [ receipts] [ receipt ] ).
759748
760- > ** TODO** delete this entry, alongside its reference — can be replaced by "derivation process" or "derivation logic"
761- > where needed
762-
763749### L1 Attributes Predeployed Contract
764750
765751[ l1-attr-predeploy ] : glossary#l1-attributes-predeployed-contract
0 commit comments