I update cardano node to version 1.35.1 the latest. Mainnet runs fine but when I try the testnet I get this error:
cardano-node: decodeTelescope: invalid telescope length
CallStack (from HasCallStack):
error, called at src/Ouroboros/Consensus/HardFork/Combinator/Serialisation/Common.hs:443:27 in ouroboros-consensus-0.1.0.0-6Kpqbym2b1s1arV4kigRIW:Ouroboros.Consensus.HardFork.Combinator.Serialisation.Common[
If you want to understand the git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest | jq -r .tag_name) command, then go to https://api.github.com/repos/input-output-hk/cardano-node/releases/latest using your Web browser, and then find the tag_name key in the JSON results. Currently, the value for the key (and therefore the value returned using command substitution in the git checkout command above) is 1.34.1
Testnet is non functional for 1.35.3. If you want to run tests on that node, you have different environment options - either preview or pre-production. Check the Cardano Docs for running the different environments.
I believe they will reinstate back the regular Testnet environment in the future.