Proto: Allow implicit accounts to delegate at bootstrap time
Context
Implements #1972 (closed). I considered adding an additional entry to the lists in bootstrap_accounts (which are presently [account, tez]), but dealing with the existing two-element lists was pretty complicated, so I decided to do it this way.
The new parameter is:
bootstrap_delegates: [{
"from_pkh" : "tz1...",
"to_pkh" : "tz1..." },
...
}
Manually testing the MR
Manually tested in tezos-k8s, and, after some hackery, works. Will file a tezos-k8s MR for the necessary changes.
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.rst
for the protocol and the environment,CHANGES.rst
at the root of the repository for everything else). -
Select suitable reviewers using the Reviewers
field below. -
Select as Assignee
the next person who should take action on that MR
Edited by David Turner