FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing development...validator-install-hardening · threefoldtech/grid_deployment · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: threefoldtech/grid_deployment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: threefoldtech/grid_deployment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: validator-install-hardening
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 18 files changed
  • 1 contributor

Commits on Aug 5, 2026

  1. tfchain-validator: unattended installs, safe re-runs, and secrets hyg…

    …iene
    
    - .gitignore for .secrets.env under tfchain-validator/ and
      tfchain-validator-snapshots/. Every other component already had one; these
      two are the ones whose .secrets.env holds the node key and the validator
      wallet mnemonic, and without it a git add -A in a clone stages them.
    - install-tfchain-validator.sh and validator-init.sh accept -y/--yes (or
      ASSUME_YES=1) so they can run from CI, Terraform or config management.
    - the installer no longer restores the snapshot when the node already has a
      chain database, so re-running it cannot clobber a synced validator.
    - snapshot download goes to /srv/grid_snapshots_tmp on every network; qanet,
      testnet and mainnet used the home directory, which can fill the root disk
      (the mainnet snapshot is ~28G compressed).
    - validator-init.sh reminds the operator to clear MNEMONIC afterwards.
    - prep-env-prereq.sh installs node_exporter 1.12.1 instead of 1.6.0.
    
    readme: how to move an existing validator to new hardware (keys reused, no
    council motion, stop the old node first), container log rotation, and the
    container-storage caveat on VMs whose root filesystem disallows mknod.
    PeterNashaat committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    20223f4 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL