The prover hasn't provided a correct proof!
#10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reproducibility:
The problem comes from
merkleTreeRoot == merkleTreeLevels[-1][0]verification on verifier side.Maybe if
meta.pycould give us the ratio of failure it could help us guess the issue.The issue was due to
ast.literal_eval(str(indexesRequest))not being idempotent in terms of order preservation (assetis unordered) withindexesRequestbeing aset.