-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: supports sighashall and sighashallonly for cobuild #661
base: develop
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #661 +/- ##
===========================================
+ Coverage 84.30% 87.43% +3.13%
===========================================
Files 121 129 +8
Lines 24574 24974 +400
Branches 2364 2564 +200
===========================================
+ Hits 20717 21837 +1120
+ Misses 3816 3095 -721
- Partials 41 42 +1
... and 11 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Please make it |
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.
LGTM
@@ -0,0 +1,18 @@ | |||
# CoBuild Sighash Example | |||
|
|||
This code example demonstrates how to use `@ckb-lumos/cobuild` with a lock that supports the CoBuild protocol. We will be working with a fake schema for the sUDT script to mint sUDT through a human-readable signing message. |
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.
It's better to demonstrate it with xUDT because it's the mainly promoted token protocol
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.
Any update on this conversation?
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.
I will be going on, but the launch of CoBuild will be postponed and it's expected to change, so the PR has been slowed down
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.
Got it
The CoBuild is temporarily suspended |
Description
Fixes #652
This PR introduces the
SighashAll
andSighashAllOnly
variants of the CoBuild protocol for Lumos. An example was included to demonstrate how the human-readable message work with the CoBuild protocolType of change
Please delete options that are not relevant.
How Has This Been Tested?