You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transfers are still going to persist in the side chain. Private installations might want to decrease number of transactions in sidechain and avoid possible errors in Inner Ring if transfer is going to fail. To do that we should be able to turn off basic income completely.
Possible solutions
Add new system parameter BasicIncomeDisabled
Interpret zero value of BasicIncomeRate to disable basic income settlements
To manage basic income settlements we have
BasicIncomeRate
parameter of the system.neofs-api/netmap/types.proto
Lines 265 to 268 in 813c04b
Setting it to zero minimize single basic income settlement to 0.000000000001 GAS.
https://github.com/nspcc-dev/neofs-node/blob/d8d3588e1b824af37c34f16bef89e5a2af71f70b/pkg/innerring/processors/settlement/basic/collect.go#L103-L105
Transfers are still going to persist in the side chain. Private installations might want to decrease number of transactions in sidechain and avoid possible errors in Inner Ring if transfer is going to fail. To do that we should be able to turn off basic income completely.
Possible solutions
BasicIncomeDisabled
BasicIncomeRate
to disable basic income settlements/cc @realloc @fyrchik
The text was updated successfully, but these errors were encountered: