Closed GuanhuaWang closed 6 years ago
I think this may be because you don't have the key manager contract built.
can you try running the command in contracts/key-manager
first?
per: https://github.com/oasislabs/ekiden/blob/master/.circleci/config.yml#L62
yeah it works, thx will.
I just went through the read.me file on Ekiden. when I do cargo ekiden build-contract, it fails.
--- stderr warning: ekiden-enclave-edl_enclave.edl: file short name
ekiden-enclave-edl_enclave' is not a valid C identifier warning: ekiden-enclave-edl_identity.edl: file short name
ekiden-enclave-edl_identity' is not a valid C identifier warning: ekiden-rpc-edl_rpc.edl: file short nameekiden-rpc-edl_rpc' is not a valid C identifier warning: ekiden-db-edl_db.edl: file short name
ekiden-db-edl_db' is not a valid C identifier warning: ekiden-contract-edl_contract.edl: file short nameekiden-contract-edl_contract' is not a valid C identifier warning: ekiden-edl_core.edl: file short name
ekiden-edl_core' is not a valid C identifier thread 'main' panicked at 'Failed to get contract identity: Error(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }), State { next_error: None, backtrace: None })', libcore/result.rs:945:5 note: Run withRUST_BACKTRACE=1
for a backtrace.warning: build failed, waiting for other jobs to finish... error: build failed error: failed to build, xargo exited with status 101!