Remove unnecessary commands from approver and proposer docs

This commit is contained in:
Anton Livaja 2025-02-03 20:30:30 -05:00
parent 923828a3b8
commit 2f9dd52d54
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 1 additions and 15 deletions

View File

@ -48,10 +48,6 @@ The approver is responsible for verifying a transaction proposed by a [proposer]
1. Plug in the Operator smart card 1. Plug in the Operator smart card
1. Set a local variable `pgp_key_id` to the smart card OpenPGP key id:
* `pgp_key_id="$(oct list -i | head -1)"`
1. Copy the git repo locally from the Ceremony SD card 1. Copy the git repo locally from the Ceremony SD card
* `cp -r /media/<device_name>/vaults /root/vaults` * `cp -r /media/<device_name>/vaults /root/vaults`
@ -70,7 +66,7 @@ The approver is responsible for verifying a transaction proposed by a [proposer]
1. Create a signed git commit: 1. Create a signed git commit:
* `git commit -S -m "add payload signature for payload_<num>.json using $pgp_key_id"` * `git commit -S -m "add payload signature for payload_<num>.json"`
1. {{ #include ../../../../component-documents/finding-device-name.md:content }} 1. {{ #include ../../../../component-documents/finding-device-name.md:content }}

View File

@ -92,16 +92,6 @@ The proposer must combine these values into a JSON file, such as:
* e.g `mkdir -p solana-01/ceremonies/2025-01-01/payloads` * e.g `mkdir -p solana-01/ceremonies/2025-01-01/payloads`
1. Create a new file `payload_<num>.json`, for example `payload_1.json`
* `touch <namespace>/ceremonies/<date>/payloads/payload_<num>.json`
* e.g `touch solana-01/ceremonies/2025-01-01/payloads/payload_1.json`
1. Import the keys relevant to the ceremony:
* `gpg --import <namespace>/keyring.asc`
1. Use `icepick workflow --help` to list the available workflows and options 1. Use `icepick workflow --help` to list the available workflows and options
1. Use icepick to generate and sign the payload: 1. Use icepick to generate and sign the payload: