-
Notifications
You must be signed in to change notification settings - Fork 37
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
jellyfish-address
: from script to address
#670
Conversation
Code Climate has analyzed commit 0eb7ede and detected 8 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #670 +/- ##
==========================================
+ Coverage 97.56% 97.57% +0.01%
==========================================
Files 133 140 +7
Lines 4063 4166 +103
Branches 493 519 +26
==========================================
+ Hits 3964 4065 +101
- Misses 99 101 +2
Continue to review full report at Codecov.
|
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Currently, on
jellyfish-address
onlyAddress to Script
parsing was implemented.This PR implements a from
Script to Address
for all address types.The PR exposes two new top-level from
Script-to-Address
utility. This allows the automatic parsing of Script into their know address format. There are a significant amount of code branches for this module as it requires checking of Script Schema exact OP_CODE positions.Support addresses format:
Usage Example