From 20a4b4e67862a5fd211862deb536bb578046b99a Mon Sep 17 00:00:00 2001 From: mbreithecker Date: Wed, 8 Jan 2025 10:30:32 +0100 Subject: [PATCH] chore: cleanup --- .github/workflows/all.yml | 13 ++++++------- app/upgrades/v2_0/validator-proofs/Readme.md | 4 ++-- .../v2_0/validator-proofs/mainnet/MELLIFERA.json | 4 ++-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 76eaa3f7..090e9fd3 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -2,12 +2,11 @@ name: run all jobs on: push jobs: - migration: + verify-migration-proofs: uses: ./.github/workflows/migration.yml - # TODO tmp disable -# lint: -# uses: ./.github/workflows/lint.yml -# -# test: -# uses: ./.github/workflows/test.yml \ No newline at end of file + lint: + uses: ./.github/workflows/lint.yml + + test: + uses: ./.github/workflows/test.yml \ No newline at end of file diff --git a/app/upgrades/v2_0/validator-proofs/Readme.md b/app/upgrades/v2_0/validator-proofs/Readme.md index 96fc19bc..9186b9ed 100644 --- a/app/upgrades/v2_0/validator-proofs/Readme.md +++ b/app/upgrades/v2_0/validator-proofs/Readme.md @@ -18,14 +18,14 @@ all stake is returned to the original delegators during the migration. 3. Send 1 $KYVE from the protocol-address to the consensus-validator-operator address using the memo "Shared-Staking" and put the tx-hash in proof_1. -4. Send 1 $KYVE from the consensus-validator-operator address to the protocol address using the memo "Shared-Staking" +4. Send 1 $KYVE from the consensus-validator-operator address to the protocol-address using the memo "Shared-Staking" and put the tx-hash in proof_2. 5. Submit a Pull-Request to https://github.com/KYVENetwork/chain 6. (Optional) Perform the same steps for the `kaon` directory with your Kaon validators. -7. Run `python3 verify.py` to check if everything is correct. +7. Check if the GitHub action (verify-migration-proofs) is passing. You can also run `python3 verify.py` locally to check if everything is correct. ## General Upgrade Procedure diff --git a/app/upgrades/v2_0/validator-proofs/mainnet/MELLIFERA.json b/app/upgrades/v2_0/validator-proofs/mainnet/MELLIFERA.json index 4141178c..93d0969a 100644 --- a/app/upgrades/v2_0/validator-proofs/mainnet/MELLIFERA.json +++ b/app/upgrades/v2_0/validator-proofs/mainnet/MELLIFERA.json @@ -2,6 +2,6 @@ "name": "MELLIFERA", "consensus_address": "kyvevaloper13am3qms82sevhv9nv7z9jwfuffjsfqfum2dc2h", "protocol_address": "kyve1dsk7wfy6n2ylwj8x2el6txgsyff8av6wa5yl28", - "proof_2": "9F636AD173DBB92C911E7E4230E43995F3E12A43FC20131EF7D9B64FB16B76E9", - "proof_1": "5837D0555B087E4BBBCCBBC9B53323555891C3ABA232E8CBB6E969715026FC51" + "proof_1": "9F636AD173DBB92C911E7E4230E43995F3E12A43FC20131EF7D9B64FB16B76E9", + "proof_2": "5837D0555B087E4BBBCCBBC9B53323555891C3ABA232E8CBB6E969715026FC51" }