avalanche-ops
avalanche-ops copied to clipboard
operation toolkit for Avalanche nodes
Updates the requirements on [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. Changelog Sourced from aws-sdk-s3's changelog. December 22nd, 2023 Service Features: aws-sdk-bedrockagent (1.7.0): Adding Claude 2.1 support to Bedrock Agents aws-sdk-glue...
Updates the requirements on [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. Changelog Sourced from aws-sdk-ssm's changelog. December 21st, 2023 Service Features: aws-sdk-amp (1.9.0): This release updates Amazon Managed Service for Prometheus...
Updates the requirements on [aws-sdk-cloudformation](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. Changelog Sourced from aws-sdk-cloudformation's changelog. December 21st, 2023 Service Features: aws-sdk-amp (1.9.0): This release updates Amazon Managed Service for Prometheus...
Updates the requirements on [aws-sdk-cloudwatch](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. Changelog Sourced from aws-sdk-cloudwatch's changelog. December 21st, 2023 Service Features: aws-sdk-amp (1.9.0): This release updates Amazon Managed Service for Prometheus...
Updates the requirements on [aws-sdk-ec2](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. Changelog Sourced from aws-sdk-ec2's changelog. December 21st, 2023 Service Features: aws-sdk-amp (1.9.0): This release updates Amazon Managed Service for Prometheus...
Updates the requirements on [ssh-scp-manager](https://github.com/gyuho/ssh-scp-manager) to permit the latest version. Commits f291cef update See full diff in compare view Dependabot will resolve any conflicts with this PR as long as...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.9 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Enable nodes to be marked as API nodes (a third category after anchor and non-anchor) which would not stake. This provides a more realistic load-testing environment where not all nodes...
ref. https://github.com/ava-labs/hypersdk/blob/main/examples/tokenvm/DEVNETS.md
A CLI tool should virtually never panic. Any error should be handled and bubbled up to the user in a human-readable way. TODO * Remove all uses of `.unwrap()` from...