Ocean.py Versions Save

🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.

v3.1.2

5 months ago

Add support for optimism network.

v3.1.1

5 months ago
  • README updates
  • updates for compliance with new version of Barge, tests etc.
  • dependency upgrades

v3.1.0

6 months ago
  • Provider Nonce fixes
  • fixes to FRE and dispenser retrieval
  • change config to be based on RPC URL instead of network name variables
  • reinstate Clef Accounts
  • dependency upgrades

v3.0.4

7 months ago

What's Changed

Full Changelog: https://github.com/oceanprotocol/ocean.py/compare/v3.0.3...v3.0.4

v3.0.3

7 months ago

What's Changed

Full Changelog: https://github.com/oceanprotocol/ocean.py/compare/v3.0.2...v3.0.3

v3.0.2

8 months ago
  • compatibility with latest Provider version and nonce endpoint
  • fixes to CIs and c2d tests for reliability

v3.0.1

8 months ago

v3.0.0

8 months ago
  • remove eth-brownie dependency
  • upgrade web3.py
  • default to type 2 transactions

v2.2.4

11 months ago
  • convert nonce format to miliseconds
  • fix copyright year
  • test optimisations
  • add Clef account compatibility
  • fix graphQL tests and URLs
  • add another private key to the README flows
  • bumps for pre-commit, coverage
  • added timezone information
  • remove hardcoded provider methods in DataServiceProvider

v2.2.3

1 year ago
  • add credentials, compute values and metadata to asset creation helpers
  • test optimisations