This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix the undeterministic storage proof recorded for the same execution #10915
Fix the undeterministic storage proof recorded for the same execution #10915
Changes from 6 commits
ea9c8f2
3051028
3254cda
56aaa02
f98796b
4d1b6fa
7320c43
40067d3
1213c52
8ce692b
b225f0b
76669a8
5508aef
e1aa977
9701cde
d3506bd
3e5afce
bd48df1
89e312a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So btreeset will produce always ordered proof, but it will also allow decoding proof with non ordered node.
Actually forcing order on decode will break existing code, so it is probably better this way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment could be updated : "in lexicographical order of encoded nodes.", or something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep it that way, because we then can change this later.