Concordium / concordium-node

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

Smart contract case 1 #1196

Closed mh-concordium closed 2 weeks ago

mh-concordium commented 4 months ago

This task is to be executed after SRE has updated validators to Node 7 but still on Protocol 6

  1. ✅ (used stagenet-99) Use genesis account or create new account using BW, then export keys.
  2. ✅ Using grpc node, deploy 5000 modules.
  3. ✅ Execute some sc transactions.
    1. ✅ Nodes are not crashing.
    2. ✅ Nodes are keeping up to the final height.
  4. ✅ One to three hours before PU start interacting with artifacts again
  5. WAIT FOR PROTOCOL UPDATE
  6. ✅ After the protocol update, verify that the cost is cheaper.
limemloh commented 3 months ago

I have prepared a small tool for deploying a lot of modules to stagenet.
Let me know when this is needed.