This page contains the results of executing the TestNet Rehearsal

The discord server to track conversations related to this release can be found here.

06/14/2023

0. Verifying Validators are updated

Version Validation

Screenshot 2023-06-14 at 6.39.54 PM.png

1. Upgrading the protocol

Upgrading Protocol

<https://node2.testnet.pokt.network/v1/client/rawtx>
{
    "logs": null,
    "txhash": "C7743F3ABF96112BB7D4A05231FDA265A609478CB4DBF1401AA907922A2AE27F"
}

Screenshot 2023-06-14 at 6.56.30 PM.png

2. Caching Bug (CRVAL)

Caching Bug

HEIGHT=$(curl -s -X POST ${POCKET_ENDPOINT}/v1/query/height | jq '.height')
pocket gov enable $DAO $((HEIGHT+3)) CRVAL $NETWORK 10000 --remoteCLIURL ${POCKET_ENDPOINT}
{
    "logs": null,
    "txhash": "8D3FBB64A04DAD83D01B12098FC7EFB6F3B4934AB63E1D44D33D40EFA1B9D0C8"
}

Screenshot 2023-06-14 at 7.23.37 PM.png