oceanprotocol / ocean.py

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

Provider nonce handling #1446

Closed alexcos20 closed 10 months ago

alexcos20 commented 1 year ago

We have mixed flow of how nonce is used when sending requests to provider.

Some functions are calling getNonce, others are just sending Date.now().

Proposal:

calina-c commented 1 year ago

@alexcos20 is this a duplicate of #1452 (closed last week)?