aptos-operational-tool

Crates.ioaptos-operational-tool
lib.rsaptos-operational-tool
version0.2.7
sourcesrc
created_at2022-06-06 05:32:52.262894
updated_at2022-08-16 07:55:50.811923
descriptionTool for operators to manage nodes
homepagehttps://aptoslabs.com
repositoryhttps://github.com/aptos-labs/aptos-core
max_upload_size
id600493
size265,307
(aptos-crates)

documentation

README

Aptos Operational Tool

The aptos-operational-tool provides a tool for operators to perform maintenance functions on the blockchain post-genesis. The functionality of the tool is dictated by the organization of nodes within the system:

  • Validator owners (OW) that have accounts on the blockchain. These accounts contain a validator configuration and specify a validator operator.
  • Validator operators (OP) that have accounts on the blockchain. These accounts have the ability to update validator configuration.

Important Notes

  • A namespace in Vault is represented as a subdirectory for secrets and a prefix followed by __ for transit, e.g., namespace__.
  • A namespace in GitHub is represented by a subdirectory
  • The GitHub repository and repository owner translate into the following url: https://github.org/REPOSITORY_OWNER/REPOSITORY
  • The owner-address is intentionally set as all 0s as it is unused at this point in time.
Commit count: 18889

cargo fmt