You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within packages/jellyfish-address, there are 2 implementations of script to address and address to script, we need to deprecate the old design.
Why is this needed:
The other design works but is slower, it uses a COR design. Scripts/address designs are pretty much branch-based/conditional on the prefixes or OP_CODES, we should deprecate the older design.
/triage accepted
/area packages
The text was updated successfully, but these errors were encountered:
What would you like to be added:
https://github.com/JellyfishSDK/jellyfish/tree/main/packages/jellyfish-address
Within
packages/jellyfish-address
, there are 2 implementations of script to address and address to script, we need to deprecate the old design.Why is this needed:
The other design works but is slower, it uses a COR design. Scripts/address designs are pretty much branch-based/conditional on the prefixes or OP_CODES, we should deprecate the older design.
/triage accepted
/area packages
The text was updated successfully, but these errors were encountered: