pczt: Support appending external signatures to inputs#2047
Conversation
d4395c1 to
a87b7d3
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2047 +/- ##
==========================================
- Coverage 67.88% 67.67% -0.21%
==========================================
Files 214 215 +1
Lines 28780 28869 +89
==========================================
Hits 19536 19536
- Misses 9244 9333 +89 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a87b7d3 to
5798789
Compare
|
Force-pushed to address review comments, and add support for Sapling and Orchard external signatures. |
5798789 to
370bf25
Compare
|
Force-pushed to fix dependency patch error. |
nuttycom
left a comment
There was a problem hiding this comment.
It looks like there's some patch dependency confusion happening with this PR. Were there some changes that weren't pushed to sapling-crypto, or was this PR not updated after the dependency revision changed?
370bf25 to
038a681
Compare
|
Force-pushed to fix typos and simplify the sighash APIs. |
|
@str4d was my naming in my pull request that bad, also concise > verbose ? I will close it and remember for next time. |
|
@gstohl I generally prefer to fix my own PRs in-situ; in this case a dependency bug hid the actual compilation failure prior to me heading off for the weekend, so I didn't get back to it until today. As for the sighash refactor, the approach I've taken encapsulates the |
|
@str4d can totally understand that, I needed this to be fixed and the helper function exposed for the zypherpunk hackathon track, thus I quickly applied the fixes on my fork made the PR and went on building the FFI bridges. I'm going to replace my fork with this branch and test it in my bridges tonight. Thank you. |
2d18d03 to
feefa60
Compare
|
Rebased on |
daira
left a comment
There was a problem hiding this comment.
Post-hoc reviewed with comments.
Backports the `Signer::shielded_sighash` accessor from main (added in zcash#2047) to the 0.5.x series, enabling downstream consumers to obtain the sighash for producing signatures externally (e.g. via a hardware wallet). Made-with: Cursor
Backports the `Signer::shielded_sighash` accessor from main (added in zcash#2047) to the 0.5.x series, enabling downstream consumers to obtain the sighash for producing signatures externally (e.g. via a hardware wallet). Made-with: Cursor
Backports the `Signer::shielded_sighash` accessor from main (added in zcash#2047) to the 0.5.x series, enabling downstream consumers to obtain the sighash for producing signatures externally (e.g. via a hardware wallet). Made-with: Cursor
No description provided.