-
Notifications
You must be signed in to change notification settings - Fork 90
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
LDC support in predicates #848
Changes from 16 commits
de86a1a
4225346
b4c4da3
b0d0302
340f401
2da51b1
3073daa
74e7c3f
0b987e2
bba89e4
e715fb1
090636c
39eb13e
156f2a8
4c43718
d62ee4d
1b01a9d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,6 +108,7 @@ where | |
}) if owner == &pk => Some(*witness_index as usize), | ||
_ => None, | ||
}) | ||
.sorted() | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. personal question: what is the reason behind this ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just notice going over the code that we call There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, |
||
.dedup() | ||
.collect_vec(); | ||
|
||
|
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.
test needs updating (
fuel-vm/fuel-asm/src/lib.rs
Line 694 in 39eb13e