You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
between different runs, the hash function uses different seeds. So just be aware that it is deterministic in a single run, but not between different executions.
That's cool! Although I've also been reading that we should not rely on object hashes to be deterministic and that it's better to use a real hash function from hash lib. I've settled it in the meantime external to this package so this isn't urgent by any means, but feel free to go for it if you like!
between different runs, the hash function uses different seeds. So just be aware that it is deterministic in a single run, but not between different executions.
https://github.com/cowprotocol/dune-client/blob/55d5f92f5436ad5b4fc18d7c050a01f463fce017/dune_client/query.py#L37-L42
TODO
The text was updated successfully, but these errors were encountered: