LingFeng

Results 46 comments of LingFeng

Draft implementation: https://github.com/TheWaWaR/ckb-cli-light-client

The above implementation is tested via: https://github.com/gpBlockchain/ckb-light-test.git

Sounds good to me. Current behave do cause inconvenient when work with `dev` chain.

Current solution: output a error log message: ``` If you running a dev chain and have removed the database directory (\"ckb/data/db\"), please also remove ckb-cli's index directory: /home/xxx/.ckb-cli/index-v1/0x82.... Or you...

Clap will be updated when clap reached at least an release candidate version.

I think the config in interactive mode should reflected the config file. Interactive mode should not passing any arguments.

I think use a sub key as account argument is not a good idea, since account serve as the identify of the wallet. How about use: ``` CKB> tx sign-inputs...

It seems there is no possible destroy a type_id cell? https://github.com/nervosnetwork/capsule/blob/cdad051f705bc77c88cb849091920a87458d8a4f/src/deployment/deployment_process.rs#L212-L218