High-Level Plan

  1. Run > 33% && < 67% of nodes of nodes using the BETA-0.10.0 release branch
  2. Verify the chain maintains liveness
  3. Run > 67 % of nodes using the BETA-0.10.0 release branch
  4. Verify the chain maintains liveness

Use the following curl command to validate that some nodes are running version 0.33.7 and some are running 0.33.8:

curl <http://<user>:<password>@node5.tendermint.testnet.pokt.network/status> | jq '.result.node_info.version

MainNet Validation

05/18/2023

curl -X POST <https://val1661361138.c0d3r.org/v1/query/height>
{"height":90174}

curl <https://val1661361138.c0d3r.org/status> | jq '.result.node_info.version'
"0.33.8"

curl -X POST <https://val1661361138.c0d3r.org/net_info> | jq '.result.n_peers'
"10"

05/22/2023

curl -X POST <https://val1661361138.c0d3r.org/v1/query/height>
{"height":95586}

curl <https://val1661361138.c0d3r.org/status> | jq '.result.node_info.version'
"0.33.8"

curl -X POST <https://val1661361138.c0d3r.org/net_info> | jq '.result.n_peers'
"7"

05/25/2023

curl -X POST <https://val1661361138.c0d3r.org/v1/query/height>
{"height":95870}

curl <https://val1661361138.c0d3r.org/status> | jq '.result.node_info.version'
"0.33.8"

curl -X POST <https://val1661361138.c0d3r.org/net_info> | jq '.result.n_peers'
"7"