Skip to content
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

remove sketchy LikelyFalse error #645

Merged
merged 6 commits into from
Feb 28, 2024

Conversation

apoelstra
Copy link
Member

This error would trigger on l:0 on the basis that this is equivalent to u:0 but always less efficient. There are no other "linting" errors like this in this library, and the C++ implementation doesn't have it, so we should drop it.

Fixes #633

This error would trigger on `l:0` on the basis that this is equivalent
to `u:0` but always less efficient. There are no other "linting" errors
like this in this library, and the C++ implementation doesn't have it,
so we should drop it.
@apoelstra
Copy link
Member Author

CI is broken because of rust-lang/rust#121684

@apoelstra
Copy link
Member Author

Added a pile of commits and filed an issue on rustc to fix CI.

@RCasatta
Copy link
Contributor

I can't properly ack because I don't feel super confident with my knowledge of the repo (talking about b87b4fb) but

LGTM

Copy link
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 50db03c

@apoelstra
Copy link
Member Author

cc @sanket1729 can you ACK at least the first commit here?

@sanket1729
Copy link
Member

Sure. Will do in 10 mins

1 similar comment
@sanket1729
Copy link
Member

Sure. Will do in 10 mins

Copy link
Member

@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 50db03c

@apoelstra apoelstra merged commit d3f638d into rust-bitcoin:master Feb 28, 2024
16 checks passed
@apoelstra apoelstra deleted the 2024-02--likely-false branch February 28, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: some miniscripts are being pointed as invalid, but are valid
4 participants