guild-operators
guild-operators copied to clipboard
Artifacts and scripts created by Guild operators
**Describe the feature** Add support for the Sanchonet network. Include updates to the Mithril scripts, `guild-deploy.sh`, and the container's `entrypoint.sh`, and anything else to support cardano-node release candidates. **Additional context**...
## Description Adds a couple of new larger features within CNTools: - Multisig wallet support through advanced menu item. - Custom mnemonic derivation path on mnemonic/hardware import and creation of...
**Describe the Feature** When the node and the signer run in the same pod (containerized environments / k8s) they share the same IP / Loopback(s) (127.0.0.1 etc.). The current logic...
## Description * Splits the **isValidIPv4** function so that it returns 1 on invalid IPv4 addresses. * Adds new **isValidHostnameOrDomain** function to provide the extra check that **isValidIPv4** was performing...
## Description pool registration edge case fix Closes #1827
**Describe the bug** It appears that isValidIPv4 attempts to do both IPv4 validation and hostname/domainname validation. This causes almost any string to be valid, even IPv4 addresses. The only invalid...
**Describe the bug** The test for EKG_HOST is to validate an IPv4 address. When using containers / kubernetes with separate pods for node and cncli setting the name of the...
**Describe the bug** I am attempting to register a pool through cntools on preview network, and once I supply all of the prompted information, it attempts to submit the registration...
Currently, we have it set to `error` but that could be leniant (+ slightly inconsistent across the board) for various scripts ```log ./scripts/grest-helper-scripts/getmetrics.sh:50:14: warning: Prefer mapfile or read -a to...
Fallout item from PR #1783 to update CNTools for Koios 1.2.0 support once available