[go: up one dir, main page]

SCORU/Node: remove useless handling of finalized block

Context

The rollup node used to handle newly finalized blocks (to compute commitments) but it is not necessary anymore. This MR changes slightly the store to keep only the most recent finalized level, which is enough for all treatments done in the node.
There is also no special treatment of finalized blocks anymore; this prevents the node from accidentally fetching a block of a previous protocol.

Manually testing the MR

Refactoring, CI.

Edited by Alain Mebsout

Merge request reports

Loading