Closed weilbith closed 5 years ago
This should be discussed at the end of the today's daily meeting.
Result:
no_persistent_txqueue
-> removemax_peers
-> removereseal_on_tx
-> removemin_gas_prize
-> to be clarified (if @andfletcher don't care we go for 1
) [ @cducrest will ask]tx_queue_per_sender
-> 100
We agreed and will be using min_gas_price = 1000000000
so that it corresponds to 1 GWei.
Due to #493 the different locations where we defined configuration options for Parit have been merged into a single file. This includes the options of the former
validator-config.toml
file. These were not used before, since the Docker image only extended theuser-config.toml
with own snippets and additional parameter. The "new" options of the validator configuration must be decided on, if we actually want them and if they should be applied for validators only (comment them out per default). The diff of new options which weren't used before is the following (this ignores theauthor
option, which is part of #533):