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
Do you mean to consolidate the logic for functions like validate, getService, getMetadata, download, and other DDO-related operations into this new library? If so, at the end we can update both Ocean.js and Ocean Node to call this library for handling all DDO operations?
Additionally, should the related DDO interfaces and schemas also reside exclusively in this library? This way, the frontend/CLI could import everything DDO-related from a single library, avoiding the need to manage version 4 from Ocean.js and version 5 from the new library separately. @alexcos20
Problems:
Solution:
Implementation:
We should take the same approach as https://github.com/oceanprotocol/ocean-node/blob/main/src/components/storage/index.ts
After the library is ready, we will update ocean.js and ocean-node (both community & enterprise)
The text was updated successfully, but these errors were encountered: