Skip to content

Commit

Permalink
Merge pull request #39 from datachainlab/upgrade-modules
Browse files Browse the repository at this point in the history
Upgrade modules

Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele authored Jun 20, 2024
2 parents 9612064 + 5fa1621 commit 5cf71c5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ This repository contains multiple modules:
- [ibc-solidity v0.3.29](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.29)
- [lcp v0.2.9](https://github.com/datachainlab/lcp/releases/tag/v0.2.9)
- [ethereum-elc v0.0.13](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.13)
- [lcp-go v0.2.5](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.5)
- [lcp-solidity v0.1.12](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.12)
- [lcp-go v0.2.6](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.6)
- [lcp-solidity v0.1.13](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.13)
- [yui-relayer v0.5.4](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.4)
- [ethereum-ibc-relay-chain v0.3.4](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.4)
- [ethereum-ibc-relay-prover v0.3.0](https://github.com/datachainlab/ethereum-ibc-relay-prover/releases/tag/v0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.4
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.0
github.com/datachainlab/lcp-go v0.2.5
github.com/datachainlab/lcp-go v0.2.6
github.com/hyperledger-labs/yui-relayer v0.5.4
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ github.com/datachainlab/ethereum-ibc-relay-chain v0.3.4 h1:2mbvy6W/lm11SeQBgj110
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.4/go.mod h1:PdSsegkRJiMWVGq+afDtXKRKg4p8hnmR1Yj5BgXkit0=
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.0 h1:2gAoULm+kF9JZLNImkxLI7TCfBstfKrm4/leU6d1CR4=
github.com/datachainlab/ethereum-ibc-relay-prover v0.3.0/go.mod h1:OfuufukSThjjZXQtFyZqwY9csQNrJ/wIm0VLAUw3l4g=
github.com/datachainlab/lcp-go v0.2.5 h1:mZrQ+iRDP98vClx/T9VyakKf3fxqSZYiatU73vzKr7M=
github.com/datachainlab/lcp-go v0.2.5/go.mod h1:XlbzEmc2BPBckuSLVZENQTYyJ/zrsK1269o9RZUpJHk=
github.com/datachainlab/lcp-go v0.2.6 h1:9W4oWC2yM91FisIA/3VR8Qf50V6UAZ0nXrfRCkLcVfA=
github.com/datachainlab/lcp-go v0.2.6/go.mod h1:XlbzEmc2BPBckuSLVZENQTYyJ/zrsK1269o9RZUpJHk=
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
10 changes: 5 additions & 5 deletions tests/e2e/chains/ethereum/contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/e2e/chains/ethereum/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "TBD",
"devDependencies": {
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.29",
"@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.12",
"@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.13",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.19.1"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/chains/tendermint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/cosmos/gogoproto v1.4.11
github.com/cosmos/ibc-go/modules/capability v1.0.0
github.com/cosmos/ibc-go/v8 v8.2.0
github.com/datachainlab/lcp-go v0.2.5
github.com/datachainlab/lcp-go v0.2.6
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/chains/tendermint/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0=
github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0=
github.com/datachainlab/lcp-go v0.2.5 h1:mZrQ+iRDP98vClx/T9VyakKf3fxqSZYiatU73vzKr7M=
github.com/datachainlab/lcp-go v0.2.5/go.mod h1:XlbzEmc2BPBckuSLVZENQTYyJ/zrsK1269o9RZUpJHk=
github.com/datachainlab/lcp-go v0.2.6 h1:9W4oWC2yM91FisIA/3VR8Qf50V6UAZ0nXrfRCkLcVfA=
github.com/datachainlab/lcp-go v0.2.6/go.mod h1:XlbzEmc2BPBckuSLVZENQTYyJ/zrsK1269o9RZUpJHk=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand Down

0 comments on commit 5cf71c5

Please sign in to comment.