EVM node: Add l2-chain-id multiple argument to the make kernel installer config
What
The octez-evm-node make kernel installer config command can take l2-chain-id and encode it as a List for the kernel
Why
The design of the multichain changes because of a deprecated command that we can't use #5301 (closed) to list all the chain ids in /evm/chain_configurations/.
So instead we revert to an old design where this command takes the list of the l2 chain ids and stores it in /evm/chain_ids.
The kernel will read at this path to know what are the chain_ids and find their respective configurations.
How
Manually testing the MR
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Arnaud Bihan