-
Notifications
You must be signed in to change notification settings - Fork 857
[word lo/hi] support u16 range lookup #1427
[word lo/hi] support u16 range lookup #1427
Conversation
57507f1
to
4274bb8
Compare
3505845
to
914f7ba
Compare
914f7ba
to
0688d5f
Compare
a10abca
to
1774d5e
Compare
This PR touches the state circuit, we will give priority to merging #1423 first and then update this PR as necessary. |
#1423 Is merged, so this is unblocked. |
@hero78119 Can we resolve conflicts before reviewing it? |
1774d5e
to
8f58f03
Compare
Done! Rebase onto the latest word-lo-hi and resolved conflict |
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.
Nice and clean refactor! 🥇
@@ -294,7 +294,9 @@ pub(crate) enum CellType { | |||
StoragePhase1, | |||
StoragePhase2, | |||
StoragePermutation, | |||
LookupByte, | |||
// TODO combine LookupU8, LookupU16 with Lookup(Table::U8 | Table::U16) |
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.
Yes, why not, maybe creating a good-first-issue
?
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.
y let create good-first-issue
once this feature sync back to main branch :)
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.
LGTM after the feedback is addressed.
refactor evm/state circuit to share range check fix build error
aed049c
to
1db217c
Compare
Found 2 issues after pr re-trigger ci check (since now we have light test :) )
Please review again 🙏 tks |
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.
LGTM. Added a nitpick
ac6aa6e
to
ef0cd9e
Compare
👍 LGTM |
Description
[PR description]
Issue Link
Close #1426
Depends by #1414
Type of change
Contents
byte_table
tou8_table
andquery_byte
toquery_u8
so it align withquery_u16
and so on in the future