0.2.7 Aug 16, 2022
0.2.6 Aug 14, 2022
0.2.2 Jul 22, 2022
0.1.7 Jul 10, 2022
0.1.1 Jun 6, 2022

#6 in #validators

41 downloads per month
Used in 2 crates (via testcases)

Apache-2.0

2MB
39K SLoC

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.

Dependencies

~92MB
~2M SLoC