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
The new version of rc lock supports changing committee without change the lockscript itself. We should use it instead of normal multisig lock in CKB handler.
Write a generator and an associated demo to finish following tasks:
generate a multisig lock
unlock this lock
change multisig committee
Do it separately(or in ckit lib), and integrate with force bridge later.
The rc lock may take some time to understand.
And the implementation may involve SMT proof generation, which lacks of JavaScript library now. We may have to implement one or a wrapper over the rust library.
The text was updated successfully, but these errors were encountered:
cryptowen
changed the title
rc lock generator. The new version of rc lock supports changing committee without change the lockscript itself. We should use it instead of normal multisig lock in CKB handler.
rc lock generator
Oct 14, 2021
The new version of rc lock supports changing committee without change the lockscript itself. We should use it instead of normal multisig lock in CKB handler.
PR: nervosnetwork/ckb-production-scripts#38
Write a generator and an associated demo to finish following tasks:
Do it separately(or in ckit lib), and integrate with force bridge later.
The rc lock may take some time to understand.
And the implementation may involve SMT proof generation, which lacks of JavaScript library now. We may have to implement one or a wrapper over the rust library.
The text was updated successfully, but these errors were encountered: