-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Bump cosmos-sdk v0.45.16 and cometbft v0.34.33 #16
feat: Bump cosmos-sdk v0.45.16 and cometbft v0.34.33 #16
Conversation
I would appreciate it if you could add a reviewer when the PR reaches the R4R stage so that they can receive a notification. |
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.
LGTM, except some minor things.
And I left some questions about nix.
- How can I run nix tests in my local?
It would be appreciate if you share any guide link (e.g. notion)
Before all, you need to install nixos(ref. https://nixos.org/download/) I'll write a notion about nix in the near future. |
@jasonsong0 Could you review this PR? This is a blocker for https://github.com/b-harvest/basechain/pull/14 |
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.
LGTM.
I left a comment, but I've never used nix at all, so if it's not relevant, just ignore it.
nix/default.nix
Outdated
go-ethereum = pkgs.callPackage ./go-ethereum.nix { | ||
inherit (pkgs.darwin) libobjc; | ||
inherit (pkgs.darwin.apple_sdk.frameworks) IOKit; | ||
buildGoModule = pkgs.buildGo118Module; | ||
buildGoModule = pkgs.buildGo120Module; |
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.
If go target version is 1.21, shouldn't it be pkgs.buildGo121Module?
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.
changed to 1.21
nix/default.nix
Outdated
(_: pkgs: { | ||
cosmovisor = pkgs.buildGo118Module rec { | ||
cosmovisor = pkgs.buildGo120Module rec { |
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.
no need to use buildGo121Module?
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.
ditto
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.
LGTM
@dudong2 Please release tag as |
Closes: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)