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
Chore - Return using of blocklist command line arguments where necessary
1. Description
In #964 we removed usage of blocklist client command line arguments, since they was ignored. Now they are supported, and this issue aims to return them where necessary, and test that it don't brake anything
2. Why It's Necessary
Once we discovered that command line arguments was ignored, and now they deleted, this mean that at some places we probably fallback to default config while developer intention was to use a custom one. We should investigate it.
3. Execution Checklist
restore usage of command line arguments in places where it necessary and test it
write small explanation in PR discussion why we don't want to restore usage of command line arguments in other places
The text was updated successfully, but these errors were encountered:
Chore - Return using of blocklist command line arguments where necessary
1. Description
In #964 we removed usage of blocklist client command line arguments, since they was ignored. Now they are supported, and this issue aims to return them where necessary, and test that it don't brake anything
2. Why It's Necessary
Once we discovered that command line arguments was ignored, and now they deleted, this mean that at some places we probably fallback to default config while developer intention was to use a custom one. We should investigate it.
3. Execution Checklist
The text was updated successfully, but these errors were encountered: