Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add validator client and node public addresses
- Add the public client and node addresses to the output of `fetch-validator-status`. - The public addresses come from the pool information. The nodes themselves are unaware of their public addresses. The addresses are added to the node summary in order to ensure the results from `get_validator_info` are unmodified. - Requires a version of `bcgovimages/von-image:next-1` built with hyperledger/indy-vdr@ce0e7c4. The address fields will not be included in the summary results when using a previous version of `bcgovimages/von-image:next-1`. Signed-off-by: Wade Barnes <[email protected]>
- Loading branch information