Skip to content

Commit

Permalink
Bump ibc-parlia-relay (#10)
Browse files Browse the repository at this point in the history
 bump relayer

Signed-off-by: yoshidan <[email protected]>
  • Loading branch information
yoshidan authored Oct 29, 2024
1 parent 1ac295a commit dca4c73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (L
- [yui-relayer v0.5.8](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.8)
- [ethereum-ibc-relay-chain v0.3.10](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.10)
- [parlia-elc v0.3.4](https://github.com/datachainlab/parlia-elc/releases/tag/v0.3.4)
- [ibc-parlia-relay v0.3.5](https://github.com/datachainlab/ibc-parlia-relay/releases/tag/v0.3.5)
- [ibc-parlia-relay v0.3.6](https://github.com/datachainlab/ibc-parlia-relay/releases/tag/v0.3.6)

## Pre-requisites

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.10
github.com/datachainlab/ibc-hd-signer v0.1.0
github.com/datachainlab/ibc-parlia-relay v0.3.5
github.com/datachainlab/ibc-parlia-relay v0.3.6
github.com/datachainlab/lcp-go v0.2.10
github.com/hyperledger-labs/yui-relayer v0.5.8
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ github.com/datachainlab/ethereum-ibc-relay-chain v0.3.10 h1:ce7/EiUZDjTWGHr8VGwP
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.10/go.mod h1:7goF50HLpKyL6bmisyY7t9QV338WC+68GqGpaZ9Te24=
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-parlia-relay v0.3.5 h1:xydvyzwM3liNIG11HTO1+1AENWdhE93u27dir8TTWiA=
github.com/datachainlab/ibc-parlia-relay v0.3.5/go.mod h1:b3xAG+GAnk86IYFy5jXWEly1mCrU+hlanCFc0XJSW3I=
github.com/datachainlab/ibc-parlia-relay v0.3.6 h1:xVGsyMZ8kFFTHFgKBvSNzo7yQYQ5TIxvuHIe95ns/FE=
github.com/datachainlab/ibc-parlia-relay v0.3.6/go.mod h1:b3xAG+GAnk86IYFy5jXWEly1mCrU+hlanCFc0XJSW3I=
github.com/datachainlab/lcp-go v0.2.10 h1:1c8C+HR+tC/4NjCjpuz+Nkk3I/uIQ3PNRcvJKsSU948=
github.com/datachainlab/lcp-go v0.2.10/go.mod h1:0ivRb4qUiZz5UQxsbRKygQyFz0XC6TIC6YpEUdOc1So=
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
3 changes: 2 additions & 1 deletion tests/e2e/cases/tm2bsc/configs/templates/ibc-1.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"refresh_threshold_rate": {
"numerator": 1,
"denominator": 2
}
},
"refreshBlockDifferenceThreshold": 10000
},
"lcp_service_address": "localhost:50051",
"mrenclave": $MRENCLAVE,
Expand Down

0 comments on commit dca4c73

Please sign in to comment.