Skip to content

Commit

Permalink
add ethereum subcommand (channel-upgrade propose-init and `channel-…
Browse files Browse the repository at this point in the history
…upgrade allow-transition-to-flush-complete`)

Signed-off-by: Masanori Yoshida <masanori.yoshida@datachain.jp>
  • Loading branch information
siburu committed Jul 12, 2024
1 parent ebd35e5 commit 6e15891
Show file tree
Hide file tree
Showing 5 changed files with 1,463 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ compile:
.PHONY: abigen
abigen: compile
@mkdir -p ./build/abi ./pkg/contract/ibchandler
@mkdir -p ./pkg/contract/mockapp
@jq -r '.abi' ./yui-ibc-solidity/out/IBCHandler.sol/IBCHandler.json > ./build/abi/IBCHandler.abi
@jq -r '.abi' ./yui-ibc-solidity/out/TestIBCChannelUpgradableMockApp.t.sol/TestIBCChannelUpgradableMockApp.json > ./build/abi/TestIBCChannelUpgradableMockApp.abi
@$(ABIGEN) --abi ./build/abi/IBCHandler.abi --pkg ibchandler --out ./pkg/contract/ibchandler/ibchandler.go
@$(ABIGEN) --abi ./build/abi/TestIBCChannelUpgradableMockApp.abi --pkg mockapp -out ./pkg/contract/mockapp/mockapp.go

.PHONY: proto-gen proto-update-deps
proto-gen:
Expand Down
Loading

0 comments on commit 6e15891

Please sign in to comment.