-
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
Update ibc-go to v8 #134
Update ibc-go to v8 #134
Conversation
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
766eff7
to
ac15be5
Compare
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 Sorry for late review. I put some comments.
* Fix msgIndex logic Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
Signed-off-by: Dongri Jin <[email protected]>
go.mod
Outdated
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/viper v1.16.0 | ||
go.opentelemetry.io/otel v1.16.0 | ||
go.opentelemetry.io/otel/exporters/prometheus v0.39.0 | ||
go.opentelemetry.io/otel/metric v1.16.0 | ||
go.opentelemetry.io/otel/sdk/metric v0.39.0 | ||
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc | ||
golang.org/x/sync v0.1.0 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d |
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 Can we switch from golang.org/x/exp/slog
to log/slog
in the standard library?
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.
Change golang.org/x/exp/slog
to log/slog
fdaee6c
@dongrie Could you also update simapp/README.md ? |
Signed-off-by: Dongri Jin <[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!
Made a series of modifications to support ibc-go/v8