-
Notifications
You must be signed in to change notification settings - Fork 65
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
fix: op_return predicate evaluation #416
Conversation
Still a draft, since I'm not so sure if the tests on the PR are the right way to go. |
18484fd
to
247c2d7
Compare
247c2d7
to
51eb307
Compare
@lgalabru can you have a look at why CI is failing? |
CI is failing because it's being triggered from your fork, that does not have knowledges of the secrets required to push a build to Dockerhub. Safe to ignore! |
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!
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.
Awesome work, thanks @qustavo!
@lgalabru @MicaiahReid is there anything else left to do for this PR to get merged? |
Done! thank you @qustavo 🙏 |
Description
Handles OP_RETURN predicates correctly.
Breaking change?
Potentially yes, but unlikely.
Currently there is a OP_RETURN handler, that matches the
output.script_pubkey
against the expression set in the predicate, although this implementation does not confirm with the documentation, someone might be relying on itChecklist
fixes #385 #388