Remove git-ssh usage

This commit is contained in:
Shreerang Kale 2025-06-19 11:01:34 +05:30
parent 0a93c5101b
commit 4a75025e23
10 changed files with 15 additions and 15 deletions

View File

@ -10,7 +10,7 @@
cargo install tmkms --features=softsign --version=0.14.0
```
- Install `zstd` using `sudo apt install zstd`
- testnet-state.zst ([exported testnet state](./run-first-validator.md#export-testnet-state))
- testnet-state.zst ([exported testnet state](./run-first-validator.md#export-testnet-state))
- LPS distribution Google spreadsheet URL or CSV file path
## Steps
@ -20,7 +20,7 @@
- Fetch stack:
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
- Generate LPS lockup distribution JSON file
@ -96,7 +96,7 @@
cerc_moniker: "LaconicMainnet"
# Set desired key name
key_name: "laconic-validator"
cerc_chain_id: "laconic-mainnet"
min_gas_price: 0.001
cerc_loglevel: "info"
@ -150,7 +150,7 @@
```
- Import the private validator key into tmkms:
```bash
tmkms softsign import $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR/data/laconicd-data/config/priv_validator_key.json $CWD/tmkms-first-node/secrets/priv_validator_key
```
@ -209,7 +209,7 @@
# Check consensus_pubkey in output
laconic-so deployment --dir $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR exec laconicd 'laconicd query staking validators -o json | jq .validators'
```
- Compare it with the pubkey noted from logs in TMKMS
- Check bonds list to confirm that testnet state was transferred properly:
@ -331,7 +331,7 @@
```
- Import the private validator key into tmkms:
```bash
tmkms softsign import $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR/data/laconicd-data/config/priv_validator_key.json $CWD/tmkms-second-node/secrets/priv_validator_key
```

View File

@ -25,7 +25,7 @@
- laconicd-stack
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
## Build laconicd to generate genesis file

View File

@ -7,7 +7,7 @@
- To fetch laconicd-stack:
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
- Machine 1: Where your SAPO testnet node is already running

View File

@ -260,7 +260,7 @@ Instructions to reset / update the deployments
* If code has changed, fetch and build with updated source code:
```bash
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend setup-repositories --git-ssh --pull
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend setup-repositories --pull
# rebuild containers
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend build-containers --force-rebuild

View File

@ -15,7 +15,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
- Fetch the stack:
```bash
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
```
- Copy the example variables file:

View File

@ -25,7 +25,7 @@
- name: Clone cosmos-multisig-ui repo
shell: |
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.2 --git-ssh --pull
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.2 --pull
- name: Build container image
shell: |

View File

@ -24,7 +24,7 @@
- name: Setup required repositories
shell: >
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
setup-repositories --git-ssh --pull
setup-repositories --pull
- name: Build container images
shell: |

View File

@ -17,7 +17,7 @@
- name: Fetch tmkms stack
shell: |
laconic-so fetch-stack git.vdb.to/LaconicNetwork/tmkms-stack --git-ssh --pull
laconic-so fetch-stack git.vdb.to/LaconicNetwork/tmkms-stack --pull
- name: Build tmkms container images
shell: |

View File

@ -8,7 +8,7 @@
- name: Setup required repositories
shell: >
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
setup-repositories --git-ssh --pull
setup-repositories --pull
- name: Build container images
shell: |

View File

@ -31,7 +31,7 @@
- name: Setup required repositories
shell: >
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
setup-repositories --git-ssh --pull
setup-repositories --pull
- name: Build container images
shell: |