Closed crisdut closed 4 months ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 0.0%. Comparing base (
2e3c1d1
) to head (7758c44
). Report is 5 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
psbt/src/csval/tapret.rs | 0.0% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@zoedberg @nicbus do you have any idea how we got the tests passing with this bug in place?
@zoedberg @nicbus do you have any idea how we got the tests passing with this bug in place?
It's because we don't use this method on any calls. I realized this because I'm implementing the PSBT fascia export method. I have other improvements to make involving bp-std and RGB, but I need this one merged first.
PS: None of the other improvements are fixies but instead new methods.
Description
This PR intent fix retrieves TapRet Proof from PSBT proprietary.
MISC Furthermore, it is possible to ask a question that is not directly related to PR:
How do I determine the maximum size of a strict_serialized operation?
For example, how do I know that in tapret_proof, I use U16 instead of U24?
Thanks