Summary
the generator in ibc-test module should be replaced with ckb-cli
Problem Definition
the contract deployment through generator is not compatible with the normal way, e.g. via ckb-cli, generator module assumes the deployer should be the miner of dev-chain and its private key is exposed right in the source code, so we should use ckb-cli to make deployment process instead
Summary
the generator in
ibc-testmodule should be replaced with ckb-cliProblem Definition
the contract deployment through generator is not compatible with the normal way, e.g. via ckb-cli, generator module assumes the deployer should be the miner of dev-chain and its private key is exposed right in the source code, so we should use ckb-cli to make deployment process instead