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
Bug fix: OceanAssets::download_file() may do dispensing. One check was too zealous; it prevented dispensing from happening, when it should have. That was fixed in commit 8b9dc60.
The bug above may have affected users of predict-eth.md flow
Some flows don't need to wait for Aquarius to update when registering assets. Not waiting can save 30 s - 10 min. The changes here support that.
The OceanAssets method create(), now takes two more arguments: (a) whether to wait for Aquarius, and (b) whether to return just ddo_asset versus a tuple of (data_nft, datatokens, ddo_asset).
The OceanAssets methods create_url_asset(), create_graphql_asset(), and create_onchain_asset() use that change. Now, they (a) let the user choose whether to wait for Aquarius, and (b) return a tuple of (data_nft, datatoken, ddo_asset).