Tezlink : Bootstrap accounts at kernel installation kernel
What
In this MR, we introduce support for passing bootstrap accounts for TezLink in kernel_config commands, while maintaining the existing behavior for Etherlink.
To make the review process easier, I’ve split the changes into focused commits wherever possible.
After
- Edit get_balance RPC tests to use the previous MRs
How
We mostly split the very "etherlink centric" bootstrap account settings to have one per L2 chain.
- bootstrap-balance -> eth-bootstrap-balance,tez-bootstrap-balance
- bootstrap-account -> eth-bootstrap-account,tez-bootstrap-account
Edited by Brahima Dibassi