-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix make proof #129
Fix make proof #129
Conversation
tests/chains/tendermint/go.mod
Outdated
@@ -168,5 +168,6 @@ require ( | |||
replace ( | |||
// https://github.com/cosmos/cosmos-sdk/blob/v0.47.3/go.mod#L171-L182 | |||
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 | |||
github.com/datachainlab/ibc-mock-client => github.com/dongrie/ibc-mock-client v0.3.3-0.20231213015729-29b70e76baf2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
datachainlab/ibc-mock-client#11
Once this PR is merged, we plan to switch to the new version.
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
yui-relayer
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dongrie Never commit this binary file.
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
@siburu changed it to use [email protected] |
Signed-off-by: Dongri Jin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dongrie LGTM, thank you!
Fix make proof
ibc-mock-client
datachainlab/ibc-mock-client#11