Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed Jan 8, 2025
1 parent 0750027 commit 20a4b4e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
lint:
uses: ./.github/workflows/lint.yml

test:
uses: ./.github/workflows/test.yml
4 changes: 2 additions & 2 deletions app/upgrades/v2_0/validator-proofs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/upgrades/v2_0/validator-proofs/mainnet/MELLIFERA.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "MELLIFERA",
"consensus_address": "kyvevaloper13am3qms82sevhv9nv7z9jwfuffjsfqfum2dc2h",
"protocol_address": "kyve1dsk7wfy6n2ylwj8x2el6txgsyff8av6wa5yl28",
"proof_2": "9F636AD173DBB92C911E7E4230E43995F3E12A43FC20131EF7D9B64FB16B76E9",
"proof_1": "5837D0555B087E4BBBCCBBC9B53323555891C3ABA232E8CBB6E969715026FC51"
"proof_1": "9F636AD173DBB92C911E7E4230E43995F3E12A43FC20131EF7D9B64FB16B76E9",
"proof_2": "5837D0555B087E4BBBCCBBC9B53323555891C3ABA232E8CBB6E969715026FC51"
}

0 comments on commit 20a4b4e

Please sign in to comment.