Skip to content

Releases: InjectiveLabs/mainnet-config

Injective Protocol Canary Chain Mainnet Release Candidate 1

29 Jun 21:10
Compare
Choose a tag to compare

Release update-validator-files

28 Jun 12:24
Compare
Choose a tag to compare

A tool for updating injectived / peggo binaries from the official source. For use on live environments.

> update-validator-files -h
Usage of update-validator-files:
  -bin-dir string
    	Sets the name for bin dir, relative to home-dir or absolute (default "bin")
  -chain-release-tag string
    	Specify the chain binaries release tag (default "v4.0.9-1624286601")
  -config-dir string
    	Sets the name for config dir, relative to home-dir or absolute (default "config")
  -genesis-download
    	Enable genesis download
  -genesis-name string
    	Set the name of genesis file (default "genesis.json")
  -home-dir string
    	Sets the home dir (default "/Users/xlab")
  -injectived-bin string
    	Set the name of injectived executable (default "injectived")
  -network-config-tag string
    	Specify network config release tag (for genesis download) (default "10001")
  -peggo-bin string
    	Set the name of peggo executable (default "peggo")
  -release-os string
    	Specify release OS. Linux x86_64 is the default (default "linux-amd64")

Release init-validator-files

27 Jun 12:53
1f54ba7
Compare
Choose a tag to compare

This is a lightweight tool for initialising the validator's state in cloud environments.

$ init-validator-files -h
Usage of init-validator-files:
  -config-dir string
    	Sets the name for config dir (default "config")
  -data-dir string
    	Sets the name for data dir (default "data")
  -node-key-name string
    	Override the validator's node key name (default "node_key.json")
  -root-dir string
    	Sets the root dir for validator's keys (Optional) (default "./validator/")
  -val-key-name string
    	Override the validator's private key name (default "priv_validator_key.json")
  -val-state-name string
    	Override the validator's private state name (default "priv_validator_state.json")

Initial Release of SELinux Policies

26 Jun 16:24
Compare
Choose a tag to compare

A set of SELinux policies to use during cloud init of the validator machine. Use with care on existing environments.

Load order:

semodule -i /root/injectived-validator.pp
semodule -i /root/peggo-orchestrator.pp
semodule -i /root/injective-update.pp