Hello. I’m trying to do the counter contract tutorial, but when I get to the deployment step and try to run the following:
concordium-client module deploy dist/module.wasm.v1 --sender <YOUR-ACCOUNT> --name counter --grpc-port 20001
I get the following error:
Error: A GRPC error occurred: GRPC error: Cannot deploy with error “account or block not found”
I’ve tried to create a new account and start over as suggested here, but I still get the error. The node seems to be caught up, when I check the consensus status:
Genesis time: 2022-06-13 10:00:00 UTC
Slot duration: 250ms
Epoch duration: 1h
Best block height: 2756579
Last finalized block height: 2756578
Blocks received count: 535612
Block receive latency: 38123907907 ms (EMA), 86503 ms (EMSD)
Block receive period: 39 ms (EMA), 60 ms (EMSD)
Blocks verified count: 535611
Block arrive latency: 38123915313 ms (EMA), 88157 ms (EMSD)
Block arrive period: 40 ms (EMA), 56 ms (EMSD)
Transactions per block: 0.000 (EMA), 0.000 (EMSD)
Finalization count: 488581
Finalization period: 43 ms (EMA), 66 ms (EMSD)
Protocol version: P5
Genesis index: 2
Current era genesis time: 2022-11-22 11:05:19.5 UTC
Anyone knows why this occurs and how to fix it?
I’m using concordium-client v. 6.3.0, concordium-node v. 6.3.1 and node v. v20.14.0. I’m on Mac