diff --git a/.changeset/afraid-wombats-agree.md b/.changeset/afraid-wombats-agree.md new file mode 100644 index 000000000..853e4c2be --- /dev/null +++ b/.changeset/afraid-wombats-agree.md @@ -0,0 +1,5 @@ +--- +'@celo/metadata-claims': patch +--- + +Backwards compatibility for existing ATTESTATIONS_SERVICE_URL claims diff --git a/.changeset/curly-dolls-heal.md b/.changeset/curly-dolls-heal.md new file mode 100644 index 000000000..13bf96135 --- /dev/null +++ b/.changeset/curly-dolls-heal.md @@ -0,0 +1,5 @@ +--- +'@celo/celocli': minor +--- + +Introduce `validatorgroup:rpc-urls` command to list community RPC nodes diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ceb6e1150..0086404a2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,11 @@ _Describe any minor or "drive-by" changes here. If none delete this section_ _An explanation of how the changes were tested or an explanation as to why they don't need to be._ + +### How to QA + +_List of steps required to QA the change if applicable_ + ### Related issues - Fixes #[issue number here] diff --git a/docs/command-line-interface/network.md b/docs/command-line-interface/network.md index 376457e5b..8951bdd7b 100644 --- a/docs/command-line-interface/network.md +++ b/docs/command-line-interface/network.md @@ -3,11 +3,60 @@ View details about the network, like contracts and parameters +* [`celocli network:community-rpc-nodes`](#celocli-networkcommunity-rpc-nodes) * [`celocli network:contracts`](#celocli-networkcontracts) * [`celocli network:info`](#celocli-networkinfo) * [`celocli network:parameters`](#celocli-networkparameters) +* [`celocli network:rpc-urls`](#celocli-networkrpc-urls) * [`celocli network:whitelist`](#celocli-networkwhitelist) +## `celocli network:community-rpc-nodes` + +Displays a list of community RPC nodes for the currently elected validator groups + +``` +USAGE + $ celocli network:community-rpc-nodes [-n ] [--globalHelp] [--columns | -x] + [--filter ] [--no-header | [--csv | --no-truncate]] [--output csv|json|yaml | + | ] [--sort ] [--all] + +FLAGS + -n, --node= URL of the node to run commands against or an alias + -x, --extended show extra columns + --all Display all community RPC nodes, not just the ones from + currently elected validator groups + --columns= only show provided columns (comma-separated) + --csv output is csv format [alias: --output=csv] + --filter= filter property by partial string matching, ex: name=foo + --globalHelp View all available global flags + --no-header hide table header from output + --no-truncate do not truncate output to fit screen + --output=