forked from TrueCloudLab/frostfs-node
[#128] innerring: Add GAS pouring mechanism for a configurable list of wallets
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
This commit is contained in:
parent
abd21f8099
commit
db3ccd2762
7 changed files with 83 additions and 1 deletions
|
@ -72,6 +72,10 @@ emit:
|
|||
threshold: 1 # Lifetime of records in LRU cache of all deposit receivers in FrostFS epochs
|
||||
gas:
|
||||
balance_threshold: 100000000000 # Fixed8 value of inner ring wallet balance threshold when GAS emission for deposit receivers is disabled; disabled by default
|
||||
extra_wallets: # wallet addresses that are included in gas emission process in equal share with network map nodes
|
||||
- "NQcfMqU6pfXFwaaBN6KHcTpT63eMtzk6eH"
|
||||
- "NaSVC4xKySQBpKr1XRVYFCHjLhuYXnMBrP"
|
||||
- "NT9jL5XcxcDt2iTj67o2d5xNfDxquN3pPk"
|
||||
|
||||
workers:
|
||||
alphabet: 10 # Number of workers to process events from alphabet contract in parallel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue