Skip to content

Commit

Permalink
update yui-ibc-solidity to v0.3.25
Browse files Browse the repository at this point in the history
Signed-off-by: Koji Matsumiya <[email protected]>
  • Loading branch information
mattsu6666 committed Feb 27, 2024
1 parent 72b516f commit 640391d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on: [push, pull_request]

env:
SOLC_VERSION: 0.8.12
SOLC_VERSION: 0.8.20

jobs:
contract-test:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SOLC_VERSION ?= 0.8.19
SOLC_VERSION ?= 0.8.20
FORGE ?= forge

.PHONY: proto-sol
Expand Down
38 changes: 25 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"description": "LCP Client in Solidity",
"dependencies": {
"@openzeppelin/contracts": "^4.8.0",
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.23",
"@openzeppelin/contracts": "^5.0.1",
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.25",
"base64": "git+https://github.com/datachainlab/base64.git#4d85607b18d981acff392d2e99ba654305552a97",
"solidity-datetime": "git+https://github.com/datachainlab/solidity-datetime.git#294fc244973cc5f9ec374713affde12c1403927c",
"@ensdomains/ens-contracts": "0.0.22"
Expand Down

0 comments on commit 640391d

Please sign in to comment.