[Guide] Upgrading to 1.35.3 for CoinCashew Users

Hi I’m a little late to the party

Getting this error on relay1, I have not updated the producer yet.

Get root peers from the ledger after slot 60000
Oct 13 18:48:44 byron-adaknowd-com cardano-node[42575]: NetworkMagicMismatch “/home/ubuntu/cardano-my-node/db/protocolMagicId” (NetworkMagic {unNetworkMagic = 764824073}) (NetworkMagic {unNetworkMagic = 9})
Oct 13 18:48:44 byron-adaknowd-com cardano-node[42575]: cardano-node: Wrong NetworkMagic in “/home/ubuntu/cardano-my-node/db/protocolMagicId”: NetworkMagic {unNetworkMagic = 764824073}, but expected: NetworkMagic {unNetworkMagic = 9}

If I change this file from 764824073 to 9, I get another error

error, called at src/Ouroboros/Consensus/Storage/ImmutableDB/Impl/Validation.hs:557:15 in ouroboros-consensus-0.1.0.0-e8412bb67631dca3b86758a255779a6b9eb6e2a657c5fef3086957a3bd4375af:Ouroboros.Consensus.Storage.ImmutableDB.Impl.Validation

Solved: Yes
Getting this error on relay1, I have not updated the producer yet.

cardano-node: FatalError {fatalErrorMessage = “Cardano.Node.Run.handleSimpleNodeP2P.readTopologyFile: Is your topology file formatted correctly? Expecting P2P Topology file format. The port and valency fields should be numerical. If you specified the correct topology file make sure that you correctly setup EnableP2P configuration flag. Error in $.PublicRoots[0].publicRoots.accessPoints[0]: key "address" not found”}

The formatting of the new topo file is a little different

This issue was fixed by adding “ess” to the end of the old addr syntax.

      { "addr": "MyBlockProducerIP", "port": 6000, "valency": 1 } ,
      { "address": "vasil-dev-node.world.dev.cardano.org", "port": 30001 }

I solved this issue

This was missing from the github docs. Thank you