Agnostic_baker: Change name into octez-experimental-agnostic-baker
What
Change the binary name from octez-agnostic-baker into octez-experimental-agnostic-baker.
Why
So that users can clearly understand that (in case the binary is released very soon) the binary is experimental.
How
Manually testing the MR
Now, the command to recompile the agnostic baker will be:
rm -rf octez-experimental-agnostic-baker && dune build src/bin_agnostic_baker/main_agnostic_baker.exe && mv _build/default/src/bin_agnostic_baker/main_agnostic_baker.exe octez-experimental-agnostic-baker
In addition, when running the binary:
./octez-experimental-agnostic-baker -- --base-dir ~/.tezos-client-ghostnet --endpoint http://localhost:18733 run with local node ~/.tezos-node-ghostnet --liquidity-baking-toggle-vote pass
A warning message should appear:
Jan 27 15:32:44.840: agnostic baker started
Jan 27 15:32:44.841: [WARNING] As the name suggests, this binary is EXPERIMENTAL, therefore it is intended for testing purposes only. Please do not
Jan 27 15:32:44.841: use it on `mainnet`.
Jan 27 15:32:44.843: starting baker for protocol PsQuebecnLBy with arguments: "--base-dir /Users/gabrielmoise/.tezos-client-ghostnet --end[...]"
Jan 27 15:32:44.844: baker for protocol PsQuebecnLBy is now running
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 Mattias