nervosnetwork / capsule

Capsule is an out-of-box development framework for creating smart contract on Nervos' CKB.
MIT License
60 stars 34 forks source link

chore: 🤖 Remove ckb-indexer-url parameter for ckb-cli #76

Closed liuck8080 closed 1 year ago

liuck8080 commented 1 year ago
  1. Remove --ckb-indexer-url for ckb-cli;
  2. Update REQUIRED_CKB_CLI_VERSION to 1.2.0;
  3. Move REQUIRED_CKB_CLI_VERSION to wallet.rs;
  4. Use parameter ckb-cli to check version if the parameter provided.
  5. Update version to "0.9.0"