https://docs.immudb.io/master/develop/queries-history.html#references
- It seems to corrupt or desync the client from the DB
- -Verified operations permanently fail, even if set() works
File "/Users/fleshheap/immudbtest/pyhistory.py", line 43, in
main()
~~~~^^
File "/Users/name/immudbtest/pyhistory.py", line 13, in main
client.verifiedSet(b'x', b'1')
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/Users/name/immudbtest/venv/lib/python3.13/site-packages/immudb/client.py", line 621, in verifiedSet
return verifiedSet.call(self._stub, self._rs, key, value, self._vk)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/fleshheap/immudbtest/venv/lib/python3.13/site-packages/immudb/handler/verifiedSet.py", line 68, in call
raise ErrCorruptedData
immudb.exceptions.ErrCorruptedData
Python 3.13
Immudb running on amazon linux 2023/ fedora /x86_64
python script running on macOS/arm64
immudb/client/admin - v 1.96