From 1f1873c4cc8ec98e35ee788c5b230707f3bb4f1e Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Thu, 17 Oct 2024 19:18:51 +0300 Subject: [PATCH] cleanup --- local-network/configs/wavesnode/waves.conf | 21 --------------------- local-network/deploy/local/__init__.py | 0 2 files changed, 21 deletions(-) delete mode 100644 local-network/deploy/local/__init__.py diff --git a/local-network/configs/wavesnode/waves.conf b/local-network/configs/wavesnode/waves.conf index b7d38280..6473e406 100644 --- a/local-network/configs/wavesnode/waves.conf +++ b/local-network/configs/wavesnode/waves.conf @@ -1,7 +1,5 @@ # Waves node settings waves { - directory = /var/lib/waves - db.directory = /var/lib/waves/data db.store-state-hashes = true # Blockchain settings @@ -13,16 +11,6 @@ waves { feature-check-blocks-period = 1 blocks-for-feature-activation = 1 min-asset-info-update-interval = 7 - generation-balance-depth-from-50-to-1000-after-height = 0 - last-time-based-fork-parameter = 1492128000000 - reset-effective-balances-at-height = 4650 - block-version-3-after-height = 0 - max-complexity-in-block = 10000000000 - double-features-periods-after-height = 1000000000 - max-transaction-time-back-offset = 120m - max-transaction-time-forward-offset = 90m - lease-expiration = 1000000 - min-block-time = 12000ms delay-delta = 3 @@ -68,7 +56,6 @@ waves { miner { enable = yes micro-block-interval = 200ms - max-transactions-in-key-block = 0 max-transactions-in-micro-block = 500 min-micro-block-age = 0ms quorum = 0 @@ -97,9 +84,6 @@ waves { enable-peers-exchange = no enable-blacklisting = no - max-inbound-connections = 70 - max-outbound-connections = 70 - traffic-logger { # Codes of transmitted messages to ignore. See MessageSpec.messageCode ignore-tx-messages = [] # BlockMessageSpec, TransactionsMessageSpec @@ -143,8 +127,6 @@ waves { # Hash of API key string api-key-hash = "2etchmPPsitn9VMShPjACKjWZ1M2sZLG7tsZqj9qEaRx" # hashSecure of "testapi" - api-key-different-host = yes - evaluate-script-complexity-limit = 52000 minimum-peers = 0 } @@ -166,6 +148,3 @@ waves { password = "" } } - -kamon.enable = no -metrics.enable = no diff --git a/local-network/deploy/local/__init__.py b/local-network/deploy/local/__init__.py deleted file mode 100644 index e69de29b..00000000