-
Notifications
You must be signed in to change notification settings - Fork 243
[BREAKING CHANGE] Add multisig_v2 to devchain
#4872
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
base: develop
Are you sure you want to change the base?
[BREAKING CHANGE] Add multisig_v2 to devchain
#4872
Conversation
5ea280d to
71886ff
Compare
debc72a to
9ce2bb0
Compare
get_consensus rpc multisig will upgrademultisig_v1 to devnet.
multisig_v1 to devnet.multisig_v1 to devnet.
89e8463 to
6d9af80
Compare
6b09ac7 to
7203820
Compare
multisig_v1 to devnet.multisig_v1 to devchain
7203820 to
4097940
Compare
multisig_v1 to devchainmultisig_v2 to devchain
4097940 to
11b5396
Compare
|
TODO: add multisig_v2 script to |
9dba0c7 to
e76c673
Compare
| name = "secp256k1_blake160_multisig_all_v2" | ||
| files = [ | ||
| { bundled = "specs/cells/secp256k1_data" }, | ||
| { version = "v0.6.0", bundled = "specs/cells/secp256k1_blake160_multisig_all" }, |
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 need to add a new field: ckb-system-scripts's version to DepGroup.
ckb-system-scripts v0.5.4's specs/cells/secp256k1_blake160_multisig_all is legacy multisig.
ckb-system-scripts v0.6.0's specs/cells/secp256k1_blake160_multisig_all is v2 multisig.
If version field is missing, default to [email protected]
multisig_v2 to devchainmultisig_v2 to devchain
82783a7 to
7aa84ea
Compare
064138d to
8fee8bc
Compare
2ab47a1 to
69f6db6
Compare
58866e3 to
63995cf
Compare
Signed-off-by: Eval EXEC <[email protected]>
Signed-off-by: Eval EXEC <[email protected]>
Signed-off-by: Eval EXEC <[email protected]>
63995cf to
d4806f6
Compare
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
What is changed and how it works?
Related changes
MULTISIG_ALL_V2to devchain's genesis block.enum BundledSystemScriptVersionforenum Resource::Bundled, since wemultisig_legacycome from[email protected], andmultisig_v2come from[email protected]multisig_v2script passWellKnownScriptsOnlyValidatorforOutputsValidatorget_consensusRPC, note that thesecp256k1_blake160_multisig_all_type_hashis deprecated.Check List
Tests
Side effects
Release note