Draft: wip signer: update naming
What
WIP
TODO:
-
ensure transition from endorsement watermark file to attestation watermark file -
ensure transition from .tezos-signerdirectory to.octez-signerdirectory -
check both TEZOS_andOCTEZ_env variable
Why
How
Manually testing the MR
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
Summary by CodeRabbit
-
Refactor
- Updated error messaging to use more consistent and clear terminology during attestation operations.
-
New Features
- Enhanced network configuration by supporting an additional environment variable for setting the TCP host.
- Updated the signer's default data directory to reflect a more consistent naming convention.
These improvements aim to refine error clarity and offer greater flexibility in configuration, contributing to a more intuitive user experience.
Edited by Ghost User