Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 22 forks source link

Validator 10 - special case #1193

Closed mh-concordium closed 2 weeks ago

mh-concordium commented 4 months ago

VM name: ubuntu@172.31.16.49

Run the old node, catch up half way and update the node to version 7.x before Protocol Update. Notice that the node should still be catching up when PU takes the effect.

  1. Install the node version 6.3.1.
  2. Set the node up for Stagenet, enable debug logs.
  3. Setup Prometheus with CONCORDIUM_NODE_PROMETHEUS_LISTEN_PORT=9090 and also I think CONCORDIUM_NODE_PROMETHEUS_LISTEN_ADDRESS=0.0.0.0
  4. Start the node and start to catch up
  5. Update the node to version 7.x before Protocol Update but the node should still be catching up while PU is in effect.
  6. WAIT FOR PROTOCOL UPDATE
  7. After protocol update verify:
    1. Node is still catching up.

Progress