feat!: add multisig_v2 to devchain#4872
Open
eval-exec wants to merge 3 commits intonervosnetwork:developfrom
Open
feat!: add multisig_v2 to devchain#4872eval-exec wants to merge 3 commits intonervosnetwork:developfrom
multisig_v2 to devchain#4872eval-exec wants to merge 3 commits intonervosnetwork:developfrom
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
Collaborator
Author
|
TODO: add multisig_v2 script to |
9dba0c7 to
e76c673
Compare
eval-exec
commented
May 23, 2025
| name = "secp256k1_blake160_multisig_all_v2" | ||
| files = [ | ||
| { bundled = "specs/cells/secp256k1_data" }, | ||
| { version = "v0.6.0", bundled = "specs/cells/secp256k1_blake160_multisig_all" }, |
Collaborator
Author
There was a problem hiding this comment.
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 ckb-system-scripts@v0.5.4
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 <execvy@gmail.com>
Signed-off-by: Eval EXEC <execvy@gmail.com>
Signed-off-by: Eval EXEC <execvy@gmail.com>
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. |
multisig_v2 to devchainmultisig_v2 to devchain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is changed and how it works?
Related changes
MULTISIG_ALL_V2to devchain's genesis block.enum BundledSystemScriptVersionforenum Resource::Bundled, since wemultisig_legacycome fromckb-system-scripts@v0.5.4, andmultisig_v2come fromckb-system-scripts@v0.6.0multisig_v2script passWellKnownScriptsOnlyValidatorforOutputsValidatorget_consensusRPC, note that thesecp256k1_blake160_multisig_all_type_hashis deprecated.Check List
Tests
Side effects
Release note