Skip to content

Commit

Permalink
Merge pull request #16 from datachainlab/update-v0.2.5
Browse files Browse the repository at this point in the history
Update lcp v0.2.5

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Jan 31, 2024
2 parents cc18f9e + ed9767d commit 27611bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ lcp-go includes the followings:

## Dependencies

- [lcp v0.2.2](https://github.com/datachainlab/lcp/releases/tag/v0.2.2)
- [lcp v0.2.5](https://github.com/datachainlab/lcp/releases/tag/v0.2.5)
- [ibc-go v7.2](https://github.com/cosmos/ibc-go/releases/tag/v7.2.0)
- [yui-relayer v0.4.19](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.4.19)
- [yui-relayer v0.4.21](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.4.21)

## How to run tests

Expand Down
2 changes: 2 additions & 0 deletions scripts/init_lcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ LCP_BIN=./bin/lcp
ENCLAVE_PATH=./bin/enclave.signed.so
CERTS_DIR=./lcp/tests/certs

export LCP_ENCLAVE_DEBUG=1

rm -rf ~/.lcp

enclave_key=$(${LCP_BIN} --log_level=off enclave generate-key --enclave=${ENCLAVE_PATH})
Expand Down
2 changes: 2 additions & 0 deletions scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ LCP_BIN=./bin/lcp
ENCLAVE_PATH=./bin/enclave.signed.so
CERTS_DIR=./lcp/tests/certs

export LCP_ENCLAVE_DEBUG=1

./scripts/init_lcp.sh

if [ "$SGX_MODE" = "SW" ]; then
Expand Down

0 comments on commit 27611bc

Please sign in to comment.