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
This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
The key has expired.
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).