From d32e1dafc9283065607dc83605310dd338829a31 Mon Sep 17 00:00:00 2001 From: yoshidan Date: Wed, 2 Oct 2024 11:51:20 +0900 Subject: [PATCH] follow v0.2.14 Signed-off-by: yoshidan --- README.md | 4 ++-- .../chains/bsc/contracts/package-lock.json | 22 ++++++++++++++----- tests/e2e/chains/bsc/contracts/package.json | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 43f1b60..0bfff82 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (Light Client Proxy). ## Supported Versions -- [ibc-solidity v0.3.37](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.37) -- [lcp v0.2.10](https://github.com/datachainlab/lcp/releases/tag/v0.2.10) +- [ibc-solidity v0.3.38](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.38) +- [lcp v0.2.11](https://github.com/datachainlab/lcp/releases/tag/v0.2.11) - [lcp-go v0.2.10](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.10) - [lcp-solidity v0.1.15](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.15) - [yui-relayer v0.5.8](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.8) diff --git a/tests/e2e/chains/bsc/contracts/package-lock.json b/tests/e2e/chains/bsc/contracts/package-lock.json index 894cde3..9690b85 100644 --- a/tests/e2e/chains/bsc/contracts/package-lock.json +++ b/tests/e2e/chains/bsc/contracts/package-lock.json @@ -10,8 +10,8 @@ "license": "TBD", "devDependencies": { "@datachainlab/ethereum-ibc-relay-chain": "git+https://github.com/datachainlab/ethereum-ibc-relay-chain.git#semver:v0.3.10", - "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.15", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", + "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#semver:v0.1.15", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.38", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", "hardhat": "^2.19.1" @@ -129,16 +129,28 @@ "node_modules/@datachainlab/lcp-solidity": { "name": "lcp-solidity", "version": "0.1.0", - "resolved": "git+ssh://git@github.com/datachainlab/lcp-solidity.git#afa453d5cb5fd5f5edd6206a01aecd3938f06a89", + "resolved": "git+ssh://git@github.com/datachainlab/lcp-solidity.git#cb73f69064eddeab249c6ced24590cf7519d0e47", "dev": true, + "license": "Apache-2.0", "dependencies": { "@ensdomains/ens-contracts": "1.1.4", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.29", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", "@openzeppelin/contracts": "^5.0.1", + "@openzeppelin/contracts-upgradeable": "^5.0.1", "base64": "git+https://github.com/datachainlab/base64.git#4d85607b18d981acff392d2e99ba654305552a97", "solidity-datetime": "git+https://github.com/datachainlab/solidity-datetime.git#294fc244973cc5f9ec374713affde12c1403927c" } }, + "node_modules/@datachainlab/lcp-solidity/node_modules/@hyperledger-labs/yui-ibc-solidity": { + "name": "ibc-solidity", + "version": "0.1.0", + "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#5ea3c9e1271cabbc6bb01ee0ccde2cb957a3febb", + "dev": true, + "dependencies": { + "@openzeppelin/contracts": "^5.0.1", + "@openzeppelin/contracts-upgradeable": "^5.0.1" + } + }, "node_modules/@ensdomains/buffer": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@ensdomains/buffer/-/buffer-0.1.1.tgz", @@ -993,7 +1005,7 @@ "node_modules/@hyperledger-labs/yui-ibc-solidity": { "name": "ibc-solidity", "version": "0.1.0", - "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#5ea3c9e1271cabbc6bb01ee0ccde2cb957a3febb", + "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#ca7a56c85749b83d5fb35aae7cd7e0b07e655b61", "dev": true, "dependencies": { "@openzeppelin/contracts": "^5.0.1", diff --git a/tests/e2e/chains/bsc/contracts/package.json b/tests/e2e/chains/bsc/contracts/package.json index caa90f7..af54dee 100644 --- a/tests/e2e/chains/bsc/contracts/package.json +++ b/tests/e2e/chains/bsc/contracts/package.json @@ -9,7 +9,7 @@ "license": "TBD", "devDependencies": { "@datachainlab/ethereum-ibc-relay-chain": "git+https://github.com/datachainlab/ethereum-ibc-relay-chain.git#semver:v0.3.10", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.38", "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#sember:v0.1.15", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1",