All notable changes to this module will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replaced RPC_HOST with POCKET_REMOTE_CLI_URL where appropriate
- Added
remote-cli-url
flag to cluster manager & refactor - Added support for overriding of
remote-cli-url
flag with env var - Append "Hostname" to validator endpoint hostname constants
- Promoted string literal to
RandomValidatorEndpointK8SHostname
constant - Improved e2e tests error messaging
- Simplify e2e debug command calls
- Adds the query feature file
- Renames the validator feature file
- Adds a Gherkin test for querying the block store through the Query Get CLI
- Update E2E tests to use the
p1
binary name instead of theclient
binary name
- Standardizes the kube pod name that E2E tests use
- Attempts to fetch an in-cluster kubeconfig for E2E tests if none is found in
$HOME/.kube
- Changed validator DNS names to match new naming convention (again, helm chart was renamed)
- Changed validator DNS names to match new naming convention
- Changed
RPC_HOST
default value topocket-validators
which randomly resolves to one of the validators
Documentation updates
Adds Stake, Unstake, & Send Tests #653
- Introduced this
CHANGELOG.md
- Added tests for Stake, Unstake, and Send CLI commands
- Added the
e2e/tests
directory
Hello Changelog