oceanprotocol / ocean.py

🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.
https://oceanprotocol.com
Apache License 2.0
172 stars 78 forks source link

Verify & update if needed the nonce logic #1452

Closed LoznianuAnamaria closed 1 year ago

LoznianuAnamaria commented 1 year ago

We've refactored the user nonce logic in the provider code via this PR: https://github.com/oceanprotocol/provider/pull/649 due to various bugs we were facing(like the invalid signature bug). In the ocean.js we already have a PR: https://github.com/oceanprotocol/ocean.js/pull/1747 to integrate these changes. I understand that this shouldn't be a breaking change for ocean.py but we still need to make sure things are still working as expected. cc @calina-c @trentmc