Skip to content

Commit

Permalink
Merge pull request #32 from datachainlab/features/lo4500-log-tx
Browse files Browse the repository at this point in the history
update ethereum-ibc-relay-chain version of logging raw tx in failing send tx
  • Loading branch information
siburu authored Aug 7, 2024
2 parents 1087765 + fc98b24 commit 1ecf9c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (
)

require (
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.7
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.8
github.com/datachainlab/ibc-hd-signer v0.1.0
github.com/hyperledger-labs/yui-relayer v0.5.5
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,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/ethereum-ibc-relay-chain v0.3.7 h1:rwBkbaqKiqAS8Xb+4hUXoOylvuEoCQLgO84D2zTneeU=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.7/go.mod h1:ehlg1jKBVAW+JnFQIqRyCFGuzf4g0ZOECg58kV3uY2w=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.8 h1:varER8ZxNh29/tie2TOlTY+0HJDU32cxx7tS/ofGW2g=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.8/go.mod h1:ehlg1jKBVAW+JnFQIqRyCFGuzf4g0ZOECg58kV3uY2w=
github.com/datachainlab/ibc-hd-signer v0.1.0 h1:dmnFTAwFpl0m7Lx6+b+N/rrNpHQnXpyJAYnM25GhDi0=
github.com/datachainlab/ibc-hd-signer v0.1.0/go.mod h1:wUbLb2EryMCY+GfEsziU0T032Gch04jmrN0D4XGAfOI=
github.com/datachainlab/ibc-mock-client v0.4.1 h1:FQfyFOodgnchCIicpS7Vzji3yxXDe4Jl5hmE5Vz7M1s=
Expand Down

0 comments on commit 1ecf9c0

Please sign in to comment.