Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We plan to upgrade
offckb
to v3 version with improvements in the following:offckb node 0.118-rc1
to start the node with specific version. feat: allow multiple CKB binaries #117offckb debug --tx-hash <tx-hash>
will run all the validate scripts in the transactionoffckb debug --tx-hash <tx-hash> --single-script "input[0].lock"
will run only the lock script in the first input cell in the transactionoffckb debug --tx-hash <tx-hash> --single-script "input[0].lock" --bin "path-to-your-new-script-binary"
will run only the lock script in the first input cell in the transaction with a replaced script binary from the pathlumos
withCCC
lumos
withCCC
in offckb source-code.CCC
not only the wallet-connector but also as the main CKB Javascript SDK in templates. refactor: new templates structure and use ccc as default sdk #119node-connection-mode
CCC
�andLumos
.Beta Was this translation helpful? Give feedback.
All reactions