Rollup node: save protocol activation levels from L1 node on startup
What
Fill the DB table protocols with information from L1. If the rollup node is connected to an older Octez node this table is not filled on startup but this does not otherwise impact the rollup node.
Why
This allows to have protocol activation levels before the origination of the rollup. This information is important for DAL proofs.
How
Using the RPC of !15447 (merged).
Edited by Alain Mebsout