From f7ee66ff8b140c88f2d76a9aeb9632939f03dcd6 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Wed, 4 Dec 2024 12:22:07 +0300 Subject: [PATCH] config: enable hardforks for default NeoFS testnet config Otherwise all hardforks enabled by default from genesis which leads to errors like this if we introduce new hardfork: ``` Dec 04 02:46:46 titan1 neofs-node[157390]: warn client/multi.go:43 could not establish connection to RPC node {"endpoint": "wss://rpc.morph.t5.fs.neo.org/ws", "error": "WS client initialization: failed to get network magic: unexpected hardfork: Echidna"} ``` Signed-off-by: Anna Shaleva --- config/protocol.testnet.neofs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/protocol.testnet.neofs.yml b/config/protocol.testnet.neofs.yml index 29f0ea389..10dc8273e 100644 --- a/config/protocol.testnet.neofs.yml +++ b/config/protocol.testnet.neofs.yml @@ -24,6 +24,11 @@ ProtocolConfiguration: - morph7.t5.fs.neo.org:50333 VerifyTransactions: true P2PSigExtensions: true + Hardforks: + Aspidochelone: 0 + Basilisk: 0 + Cockatrice: 0 + Domovoi: 0 ApplicationConfiguration: SkipBlockVerification: false