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
In order to prevent abuse from malicious actors, the solver should be able to block resource providers by wallet address. Let's add a resource provider blocklist to reject resource offers from malicious actors.
Which system(s) or functionality does this affect
This functionality affects the solver and resource provider.
Describe the changes, and how this affects/ interacts with each system.
This solver will implement and use the blocklist. The solver will reject resource offers from resource providers in the blocklist.
The implementation will likely be similar to the allowlist implementation: #481
The text was updated successfully, but these errors were encountered:
General Description
In order to prevent abuse from malicious actors, the solver should be able to block resource providers by wallet address. Let's add a resource provider blocklist to reject resource offers from malicious actors.
Which system(s) or functionality does this affect
This functionality affects the solver and resource provider.
Describe the changes, and how this affects/ interacts with each system.
This solver will implement and use the blocklist. The solver will reject resource offers from resource providers in the blocklist.
The implementation will likely be similar to the allowlist implementation: #481
The text was updated successfully, but these errors were encountered: