ocean.py
ocean.py copied to clipboard
🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.
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...
# 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...
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
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...
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...
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...