From f7d2c37e0d4196b95ee94b808a5bfd39f9d481a0 Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Mon, 30 Sep 2024 16:13:50 +0900 Subject: [PATCH] update ibc-solidity to v0.3.38 Signed-off-by: Jun Kimura --- README.md | 2 +- .../chains/ethereum/contracts/package-lock.json | 15 ++++++++++++--- tests/e2e/chains/ethereum/contracts/package.json | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa32a43..0e8dd79 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository contains multiple modules: ## Supported Versions -- [ibc-solidity v0.3.37](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.37) +- [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) - [ethereum-elc v0.0.18](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.18) - [lcp-go v0.2.10](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.10) diff --git a/tests/e2e/chains/ethereum/contracts/package-lock.json b/tests/e2e/chains/ethereum/contracts/package-lock.json index 6782ec2..9690b85 100644 --- a/tests/e2e/chains/ethereum/contracts/package-lock.json +++ b/tests/e2e/chains/ethereum/contracts/package-lock.json @@ -11,7 +11,7 @@ "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#semver:v0.1.15", - "@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", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", "hardhat": "^2.19.1" @@ -141,6 +141,16 @@ "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", @@ -995,9 +1005,8 @@ "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, - "license": "Apache-2.0", "dependencies": { "@openzeppelin/contracts": "^5.0.1", "@openzeppelin/contracts-upgradeable": "^5.0.1" diff --git a/tests/e2e/chains/ethereum/contracts/package.json b/tests/e2e/chains/ethereum/contracts/package.json index 8602ada..fcff8ca 100644 --- a/tests/e2e/chains/ethereum/contracts/package.json +++ b/tests/e2e/chains/ethereum/contracts/package.json @@ -10,7 +10,7 @@ "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#semver:v0.1.15", - "@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", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", "hardhat": "^2.19.1"