Signer: rename legacy attestation highwatermark file
What
Rename the signer legacy attestation highwatermark files with the non legacy one.
Why
Get rid of the last legacy attestation naming.
How
By renaming files
Manually testing the MR
- Spawn a sandbox node
- Spawn a sandbox client (client1)
- Spawn another sandbox client (client2)
In client2:
- octez-signer gen keys alice
- octez-signer show address alice
- recover the alice tz1
- octez-signer launch http signer -W
In client1:
- octez-activate-023-PtSEouLo
- octez-client import secret key alice http://localhost:6732/tz1...
- octez-client --wait none transfer 1000000 from bootstrap1 to alice --burn-cap 0.07
- octez-client bake for --minimal-timestamp
- octez-client --wait none set delegate for alice to alice
- octez-client bake for --minimal-timestamp
- octez-client --wait none stake 99000 for alice
- octez-client bake for --minimal-timestamp -n 50
Observe that without the MR changes in the client2 base-dir the highwatermarks use the legacy name and use attestation and preattestation with the MR 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.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