-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase word log2 size #259
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
July 16, 2024 08:25
ac5f0f2
to
99ea5e0
Compare
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
July 22, 2024 18:15
18482e4
to
e8a9aba
Compare
edubart
reviewed
Jul 23, 2024
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
July 24, 2024 21:57
e8a9aba
to
bc6fca8
Compare
I approve with remarks that |
edubart
previously approved these changes
Jul 29, 2024
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
July 29, 2024 17:44
bc6fca8
to
22a73e3
Compare
edubart
previously approved these changes
Jul 29, 2024
mpolitzer
previously approved these changes
Jul 29, 2024
diegonehab
reviewed
Aug 1, 2024
diegonehab
reviewed
Aug 1, 2024
diegonehab
reviewed
Aug 1, 2024
diegonehab
reviewed
Aug 1, 2024
diegonehab
reviewed
Aug 1, 2024
diegonehab
reviewed
Aug 1, 2024
diegonehab
reviewed
Aug 1, 2024
diegonehab
previously requested changes
Aug 1, 2024
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.
This looks great. Only minor comments.
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
August 1, 2024 20:35
22a73e3
to
0721f0a
Compare
edubart
previously approved these changes
Aug 1, 2024
mpolitzer
previously approved these changes
Aug 1, 2024
mpernambuco
force-pushed
the
increase-word-log2-size
branch
2 times, most recently
from
August 5, 2024 21:29
6cd4894
to
3aaee22
Compare
edubart
reviewed
Aug 6, 2024
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
August 6, 2024 13:22
3aaee22
to
451a0fe
Compare
edubart
reviewed
Aug 6, 2024
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
August 6, 2024 14:40
451a0fe
to
70d0530
Compare
mpernambuco
force-pushed
the
increase-word-log2-size
branch
from
August 6, 2024 15:08
70d0530
to
e6bf24e
Compare
edubart
approved these changes
Aug 6, 2024
mpolitzer
approved these changes
Aug 6, 2024
vfusco
dismissed
diegonehab’s stale review
August 6, 2024 17:24
Diego reviewed and had only minor comments that were already addressed. Dismissing so we can move forward.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This branch increases the merkle tree leaf size to 32 bytes.
We are still able to log accesses to data smaller than 32 bytes. We log the entire 32-byte leaf where the smaller data is located.
Related PR
cartesi/machine-solidity-step#68