Skip to content

Commit

Permalink
Merge pull request #40 from siburu/price-bump
Browse files Browse the repository at this point in the history
Fix tx replacement to take price bump into consideration
  • Loading branch information
siburu authored Dec 27, 2024
2 parents daa7456 + 3e0551f commit 11244a9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.13
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.14
github.com/datachainlab/ibc-hd-signer v0.1.1
github.com/hyperledger-labs/yui-relayer v0.5.10
)
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/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.13 h1:RbYtraeZwN55qfbzfoDIJPK8CWWx5dWfO8CfnvS+dhk=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.13/go.mod h1:dxL5umpjncKRw7iBFE2W+dGpmmWOiggth0aQsJrtLKM=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.14 h1:XZdqjXxgg0iBmc90TPx5lIoYTe7NQWeo2M2RZS1rDiU=
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.14/go.mod h1:rwOM29wMba4Ze1j8fIeHhIsVM/p1tXrf8/qDEntLBCc=
github.com/datachainlab/ibc-hd-signer v0.1.1 h1:ws90eXVjjLcx2i6iPJu2bJ2w06tIeuSyIBfYbOIEv68=
github.com/datachainlab/ibc-hd-signer v0.1.1/go.mod h1:I1pas5LB8QupngqT05/h3u1nqhHww9OOnAwliuPEd3c=
github.com/datachainlab/ibc-mock-client v0.4.2 h1:0BbQFwLUUbKknCsUO6m80VogRbJop5kA0u9/3Hma9n0=
Expand Down
3 changes: 2 additions & 1 deletion tests/cases/eth2eth/configs/template/ibc-0.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"blocks_per_event_query": 1000,
"abi_paths": [
"fixtures/ethereum/ibc0/abis"
]
],
"price_bump": 10
},
"prover": {
"@type": "/relayer.provers.mock.config.ProverConfig",
Expand Down
3 changes: 2 additions & 1 deletion tests/cases/eth2eth/configs/template/ibc-1.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"blocks_per_event_query": 1000,
"abi_paths": [
"fixtures/ethereum/ibc1/abis"
]
],
"price_bump": 10
},
"prover": {
"@type": "/relayer.provers.mock.config.ProverConfig",
Expand Down
3 changes: 2 additions & 1 deletion tests/cases/tm2eth/configs/template/ibc-1.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"blocks_per_event_query": 1000,
"abi_paths": [
"fixtures/ethereum/ibc1/abis"
]
],
"price_bump": 10
},
"prover": {
"@type": "/relayer.provers.mock.config.ProverConfig",
Expand Down

0 comments on commit 11244a9

Please sign in to comment.