nervosnetwork / capsule

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

Support proxy when build #47

Closed joii2020 closed 2 years ago

joii2020 commented 2 years ago

Support http proxy when using subcommand "build"

  1. Added for calsule - used to pass to cargo to control more parameters.
  2. Add --host parameter to control the network mode of docker.
  3. Fix Fix the problem of http_proxy environment variable incoming.
TheWaWaR commented 2 years ago

Please fix CI by stick tentacle-* version by specific the compatible version in Cargo.toml

tentacle-secio = "=0.5.0"