-
Notifications
You must be signed in to change notification settings - Fork 21
Fix OL ignoring withdrawal fulfillments #821
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
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## releases/0.2.0 #821 +/- ##
=================================================
Coverage ? 52.32%
=================================================
Files ? 298
Lines ? 32842
Branches ? 0
=================================================
Hits ? 17183
Misses ? 15659
Partials ? 0
🚀 New features to boost your workflow:
|
|
Commit: a67985e SP1 Execution Results
|
|
Okay I am not sure how to resolve this conflict, it seems like some nontrivial change from I'm not sure where. @storopoli |
What do you mean? Looks like the changes are from the |
Wait, is this already on |
|
@storopoli Should I be merging into main first and then backport? |
Yes! |
|
@delbonis heads up! alpenlabs/strata-bridge#154 was merged with |
bewakes
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.
minor nits
…inst possible panic
…ics with 4 byte magics
b64d026 to
40341fd
Compare
|
@delbonis I've rebased this and set the target branch to As a heads up here |
Don't we take this value from rollup name? |
we have |
I meant, if this is an externally provided parameter, why do we need to change something in this PR? |
In this PR (and in |
|
(in ref to)
This PR doesn't specify any value for the magic. It reads it from the |
|
Oh
I actually think it's better if it's different so that we can make sure our code is reading from params consistently. We've had issues in the past where things were hardcoded that shouldn't have been. |
storopoli
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.
* refactor(chaintsn, state): add more logging of proto ops, protect against possible panic * refactor(l1tx): fix OP_RETURN magic parsing * refactor(l1tx): make OP_RETURN parsing more generic, fix tests * refactor(l1tx, util/python-utils): replace references to variable magics with 4 byte magics * refactor(l1tx, test-utils): move `create_opreturn_metadata` to test-utils crate * feat(strata-client): add startup check for rollup name len * docs(l1tx): fix typo * docs(strata-client): fix incomplete comment * chore: rebase fixes * chore: fix unit tests * chore: fix func tests --------- Co-authored-by: Jose Storopoli <[email protected]>
* Fix OL ignoring withdrawal fulfillments (#821) * refactor(chaintsn, state): add more logging of proto ops, protect against possible panic * refactor(l1tx): fix OP_RETURN magic parsing * refactor(l1tx): make OP_RETURN parsing more generic, fix tests * refactor(l1tx, util/python-utils): replace references to variable magics with 4 byte magics * refactor(l1tx, test-utils): move `create_opreturn_metadata` to test-utils crate * feat(strata-client): add startup check for rollup name len * docs(l1tx): fix typo * docs(strata-client): fix incomplete comment * chore: rebase fixes * chore: fix unit tests * chore: fix func tests --------- Co-authored-by: Jose Storopoli <[email protected]> * chore: update cargo.lock --------- Co-authored-by: Trey Del Bonis <[email protected]>
Description
See STR-1415.
Type of Change
Notes to Reviewers
Unsure if this actually fixes the issue.
Checklist
Related Issues