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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Currently the market actor validates each deal, if one of the deals fails validation, the whole message fails. One of the validation is checking if the deal's start epoch has already passed and due to network's mpool congestion issue, it is possible that by the time a PublishStorageDeals message lands on-chain, the deal has already expired even though the message was sent beforehand.
It would be nice to only fail the invalid deals and have the valid one to be published successfully.
The text was updated successfully, but these errors were encountered:
Currently the market actor validates each deal, if one of the deals fails validation, the whole message fails. One of the validation is checking if the deal's start epoch has already passed and due to network's mpool congestion issue, it is possible that by the time a PublishStorageDeals message lands on-chain, the deal has already expired even though the message was sent beforehand.
It would be nice to only fail the invalid deals and have the valid one to be published successfully.
The text was updated successfully, but these errors were encountered: