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.
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 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. |
|
Merged and published. Thanks! |
|
@KyrylR can you also make a git tag ( |
|
Great, thanks! |

No description provided.