Releases: oceanprotocol/ocean.py
Releases · oceanprotocol/ocean.py
v2.0.0-alpha.3
- removed
cryptography
dependency - fix polygon tests
- fix downloading on-chain assets
- created search & filter assets README
- document fix for gas related problems in the READMEs
- updated developers.md toguide users to run test_readmes folder
- created README for OS support
- expose VE & DF contracts functionality
v2.0.0-alpha.2
Adjustments and fixes for CI and interface.
v2.0.0-alpha.1
Ocean.py now uses brownie, alongside new interface changes to make it simpler to configure and use.
v1.6.1
v1.6.0
- 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
methodcreate()
, 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
methodscreate_url_asset()
,create_graphql_asset()
, andcreate_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)
. - The changes above are a fix for issue #1007 (b).
- The
v1.5.0
v1.4.1
v1.4.0
v1.3.0
v1.2.0
- make address file-related errors more readable and intuitive, fallback to correct venv address file if none specified
- updates and improvements to readmes
- remove pools
- add checksummed addresses in models
- add file checksums and docker hub checksums based on new Provider requirements
- fix missing FRE creation parameter in ocean.py