This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[qctl] support external nodes (#106)
* add external_nodes to configyaml used by qctl, so qctl can interact with it, e.g. add, delete, ls * add support for listing the external nodes in a network: > qctl ls extnodes --all * add support for adding an external node: > qctl add extnode --enode="enode://[email protected]:7000" --tmurl=http://1.2.3.4:9000 --nodekeyaddr=0x1234334 * add support deleting external nodes: > qctl delete external-node * allow the external_node `Node_Acct_Addr` field to be set to a hex without quotes or a string hex in the qubernetes yaml. If it is set as a hex without quotes, the hex value will be converted to a BigNum, cover both cases in `istanbul-validator.toml.erb`. the yaml parser (https://godoc.org/gopkg.in/yaml.v2) used does not preserve double quotes around the hex mikefarah/yq#19
- Loading branch information
Showing
5 changed files
with
475 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.