ckb-cli
ckb-cli copied to clipboard
CKB command line interface
- [x] Support `test_tx_pool_accept` Need - https://github.com/nervosnetwork/ckb-standalone-debugger/pull/130 - https://github.com/nervosnetwork/ckb-sdk-rust/pull/115
https://github.com/nervosnetwork/ckb/pull/4433
`ckb-cli` should be upgraded because `ckb` has upgraded its Rust toolchain. https://github.com/nervosnetwork/ckb/pull/4356
The `ckb-cli tx` file is not compatible with Neuron Multisig-Tool. I uploaded example files here: https://github.com/cryptape/ckb-multisig-cobuild-poc/issues/1 Except the context, and the transaction keys, the signature field is also incompatible. `ckb-cli`...
The resolved inputs can simplify the following transaction construction. It also can help to build a tx for ckb debugger.
The command `ckb-cli mock-tx dump` requires an input tx file, but there's no corresponding sub command to download a tx.json from the CKB node. Another option is let `ckb-cli mock-tx...
Expect this command to read privkey from the child process output. ``` ckb-cli account import --privkey-path
**CKB Cli** is expected to be able to work with Ledger via **ckb-plugin-ledger**, but the plugin was declared out-of-date by @TheWaWaR, also confirmed by user @191855 (https://github.com/nervosnetwork/neuron/issues/2583#issuecomment-1418268986). An update on...
## Bug Report The packet contract is deployed here, and a PoolRejectedRBF error occurs. Then it is resent and an invalid cell is reported ### Current Behavior ### Expected Behavior...