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
If possible - the same Filter=... config option should be reused, and the JSON fed to the program can have an extra identifier "this is a storage deal" / "this is a retrieval deal".
At present the storage-deal `Filter` program receives the following as input: expand
Miners need ability to reject retrieval deals based on an external hook just like they can do for storage deals today:
lotus/node/builder.go
Line 463 in 2bf42d5
If possible - the same
Filter=...
config option should be reused, and the JSON fed to the program can have an extra identifier "this is a storage deal" / "this is a retrieval deal".At present the storage-deal `Filter` program receives the following as input:
expand
Its exit code is being evaluated here:
lotus/markets/dealfilter/cli.go
Lines 25 to 37 in 2bf42d5
The text was updated successfully, but these errors were encountered: