Kava-Labs / kava

DeFi for Crypto.
Apache License 2.0
446 stars 367 forks source link

feat: Kava Protonet Data Reset Chain CI #2025

Closed sesheffield closed 1 week ago

sesheffield commented 1 month ago

description

kava protonet genesis contains all the necessary fields set

This flow will be removed eventually for testnetV2

Description

Checklist

sesheffield commented 1 month ago

does a rebase onto master resolve the failing CI?

we probably shouldn't be updating kvtool in this PR

Nick's branch nd-implement-basic-precompile-calling updates the kvtool submodule commit to the 86012 hash.

which then causes issues for ansible with:

skipping: [localhost] TASK [chain-binaries : checkout chain repository] ******************************
2024-09-24T23:08:39.185Z
fatal: [localhost]: FAILED! => 
{
    "changed": false,
    "cmd": [
        "/usr/bin/git",
        "fetch",
        "--tags",
        "--force",
        "origin"
    ],
    "msg": "Failed to download remote objects and refs:  From https://github.com/kava-labs/kava\n   ac1bb5c9..69964888  dl-eip712-domainsep-tests -> origin/dl-eip712-domainsep-tests\n * [new branch]        dl-usdt-gas            -> origin/dl-usdt-gas\n * [new branch]        lbayas/genesis-updates -> origin/lbayas/genesis-updates\n   8ac4c5d0..ee4fc56f  master                 -> origin/master\n * [new branch]        nd-implement-basic-precompile-calling -> origin/nd-implement-basic-precompile-calling\n * [new branch]        shef-protonet-validator-network -> origin/shef-protonet-validator-network\n * [new branch]        shef-protonet-validator-network-ci -> origin/shef-protonet-validator-network-ci\n * [new branch]        shef-protonet-validator-network-ci-v2 -> origin/shef-protonet-validator-network-ci-v2\n   50418c2e..e2217257  ss-protonet-tester     -> origin/ss-protonet-tester\nFetching submodule tests/e2e/kvtool\nfatal: remote error: upload-pack: not our ref 86012e65f20488fa89d509c0183ac259ce55ffca\nErrors during submodule fetch:\n\ttests/e2e/kvtool\n"
}

but you're right, ideally we don't want any kvtool changes here, but this was the branch I needed to test since it's not in master yet.

sesheffield commented 1 month ago

setting to draft to triple check quality