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
Currently, we have two seperate validators for data transfer vouchers in storage market:
ClientRequestValidator
ProviderRequestValidator
The Client only accepts pulls while the Provider only accepts pushes. However, in GFC, we can only have one data transfer instance. So, we need to have a single RequestValidator that can be configured to operate like a Client or a Provider or both.
Currently, we have two seperate validators for data transfer vouchers in storage market:
The Client only accepts pulls while the Provider only accepts pushes. However, in GFC, we can only have one data transfer instance. So, we need to have a single RequestValidator that can be configured to operate like a Client or a Provider or both.
I would recommend something like:
Then in lotus we'll make two, one that accepts pushes & the other that accepts pulls
In GFC, we'll make only one that accepts both.
The text was updated successfully, but these errors were encountered: