Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Oct 17, 2024
1 parent de35868 commit 1f1873c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions local-network/configs/wavesnode/waves.conf
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
}

Expand All @@ -166,6 +148,3 @@ waves {
password = ""
}
}

kamon.enable = no
metrics.enable = no
Empty file.

0 comments on commit 1f1873c

Please sign in to comment.