Tezlink/Node: manager key
What
previous: !17653 (merged)
next: !17732 (merged)
The manager_key rpc
Why
see milestone
How
The service is in a private module, so we first make it public. While we're at it, we make it public in all versions we might need in the future.
We test using curl because the octez-client doesn't provide what's needed. A proper test (with a non null value) will require bootstrap accounts.
And now that the services are public in the plugin, we can also import balance instead of copying it.
Manually testing the MR
dune exec etherlink/tezt/tests/main.exe -- tezlink manager_key
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 Pierre-Emmanuel CORNILLEAU