-
Notifications
You must be signed in to change notification settings - Fork 19
Add DefaultTracker #184
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
Add DefaultTracker #184
Conversation
31c5ad3 to
747d51d
Compare
f0b52f7 to
a07ee03
Compare
| // Skip the leading bit when the frame has extra padding. | ||
| // This occurs because jets are wrapped in AssertL (a Case combinator), | ||
| // which adds structure to the output frame for some jets. | ||
| if output_frame.len() > target_ty.bit_width() { | ||
| let _ = output_frame.next(); | ||
| } |
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.
Though, I still have doubts regarding this
|
Overall this looks great. I have two comments in 1f7ef82:
|
b0882fb to
b5f573d
Compare
Good point, migrated to sinks, and here how it looks when jet fails:
|
b5f573d to
74f8c06
Compare
apoelstra
left a comment
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.
ACK 74f8c06; successfully ran local tests
|
@apoelstra sorry, forgot to bump version |
|
@KyrylR do you think I should cut a release immediately? If so, can you update CHANGELOG.md? Based on it looks like this is the only user-visible change to SimplicityHL. |
apoelstra
left a comment
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.
ACK 813140b; successfully ran local tests
|
Merged and published. Thanks! |
|
@KyrylR can you also make a git tag ( |
|
Great, thanks! |

No description provided.