diff --git a/README.md b/README.md index 2fbb010..ff96b40 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/go.mod b/go.mod index c886c7f..a20de90 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index d315882..838aa2a 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/tests/e2e/cases/tm2bsc/configs/templates/ibc-1.json.tpl b/tests/e2e/cases/tm2bsc/configs/templates/ibc-1.json.tpl index 26360d7..1425c95 100644 --- a/tests/e2e/cases/tm2bsc/configs/templates/ibc-1.json.tpl +++ b/tests/e2e/cases/tm2bsc/configs/templates/ibc-1.json.tpl @@ -40,7 +40,8 @@ "refresh_threshold_rate": { "numerator": 1, "denominator": 2 - } + }, + "refreshBlockDifferenceThreshold": 10000 }, "lcp_service_address": "localhost:50051", "mrenclave": $MRENCLAVE,