ocean.py icon indicating copy to clipboard operation
ocean.py copied to clipboard

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

Results 49 ocean.py issues
Sort by recently updated
recently updated
newest added

Fixes #888 . Changes proposed in this PR: - modified transactions in order to accept `maxPriorityFeePerGas` & `maxFeePerGas` instead of `gasPrice` for chains that support EIP 1559. - updated helper...

**Describe the bug** The newest version of ocean-lib is not installing correctly (on M1 Mac). I followed the installation described in the main README, (started with wheel, no errors, then...

Type: Bug

# Motivation This PR removes several configuration examples that are no longer correct. This PR also attempts to revamp the `parameters.md` to more fully explain all the ways to configure...

**Describe the bug** Faced an issue while using ocean.py with mumbai testnet ([here](https://github.com/oceanprotocol/docs/issues/1096)). The fix is [here](https://github.com/oceanprotocol/docs/pull/1097) but, would it be possible to apply the fix in ocean.py itself? The...

Type: Bug

Filecoin integration from core tech earmarks. Complements PR to provider https://github.com/oceanprotocol/provider/pull/513 Changes proposed in this PR: - Create StorageProvider class for uploading to decentralized storage - Integrate HuggingFace Hub library...

> **Warning** > Revert the following commit before (or after) merging this PR. This commit skips the code coverage step in the CI which fails because CC_TEST_REPORTER_ID is not set...

- [ ] detect if the blockchain supports the EIP-1559 - [ ] if it is supported, use the new fee structure

Type: Enhancement
Priority: High

Until now, we have not tested compute-to-data with more than two input datasets. Create an integration test that runs a compute job using many small datasets. Ideally, the test would...

Priority: Low

Target user: data scientists who are moving around data with significant value. Having a private key stored locally is not secure enough. Rather, they want a private key that never...

Status: Draft

Fixes #968 . Changes proposed in this PR: - removed chain_id parameter from config dict generation function - removed checks for invalid chain_id because we have fallback to ganache network...