From dbb798d4b7070e000f5fbe58adbd240321741adb Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 6 Dec 2022 12:29:12 +0300 Subject: [PATCH] config: add dummy consensus config section into files Just to make it easier to configure. --- config/protocol.mainnet.neofs.yml | 5 +++++ config/protocol.mainnet.yml | 5 +++++ config/protocol.privnet.yml | 5 +++++ config/protocol.testnet.neofs.yml | 5 +++++ config/protocol.testnet.yml | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/config/protocol.mainnet.neofs.yml b/config/protocol.mainnet.neofs.yml index ae86c908f..6e80fe479 100644 --- a/config/protocol.mainnet.neofs.yml +++ b/config/protocol.mainnet.neofs.yml @@ -58,6 +58,11 @@ ApplicationConfiguration: AttemptConnPeers: 20 MinPeers: 5 Relay: true + Consensus: + Enabled: false + UnlockWallet: + Path: "/cn_wallet.json" + Password: "pass" Oracle: Enabled: false AllowedContentTypes: diff --git a/config/protocol.mainnet.yml b/config/protocol.mainnet.yml index 58934510a..e540125f3 100644 --- a/config/protocol.mainnet.yml +++ b/config/protocol.mainnet.yml @@ -70,6 +70,11 @@ ApplicationConfiguration: AttemptConnPeers: 20 MinPeers: 10 Relay: true + Consensus: + Enabled: false + UnlockWallet: + Path: "/cn_wallet.json" + Password: "pass" Oracle: Enabled: false AllowedContentTypes: diff --git a/config/protocol.privnet.yml b/config/protocol.privnet.yml index b9af738c5..d8a5a17e8 100644 --- a/config/protocol.privnet.yml +++ b/config/protocol.privnet.yml @@ -49,6 +49,11 @@ ApplicationConfiguration: AttemptConnPeers: 5 MinPeers: 3 Relay: true + Consensus: + Enabled: false + UnlockWallet: + Path: "/cn_wallet.json" + Password: "pass" P2PNotary: Enabled: false UnlockWallet: diff --git a/config/protocol.testnet.neofs.yml b/config/protocol.testnet.neofs.yml index e1573bf7b..53e0451d1 100644 --- a/config/protocol.testnet.neofs.yml +++ b/config/protocol.testnet.neofs.yml @@ -58,6 +58,11 @@ ApplicationConfiguration: AttemptConnPeers: 20 MinPeers: 5 Relay: true + Consensus: + Enabled: false + UnlockWallet: + Path: "/cn_wallet.json" + Password: "pass" Oracle: Enabled: false AllowedContentTypes: diff --git a/config/protocol.testnet.yml b/config/protocol.testnet.yml index 7134ffbfd..48f191afd 100644 --- a/config/protocol.testnet.yml +++ b/config/protocol.testnet.yml @@ -73,6 +73,11 @@ ApplicationConfiguration: AttemptConnPeers: 20 MinPeers: 10 Relay: true + Consensus: + Enabled: false + UnlockWallet: + Path: "/cn_wallet.json" + Password: "pass" Oracle: Enabled: false AllowedContentTypes: