Skip to content
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

Problem: v1.4.0-rc0 is not released #1578

Merged
merged 4 commits into from
Sep 16, 2024

Conversation

yihuang
Copy link
Collaborator

@yihuang yihuang commented Sep 13, 2024

main features:

  • block-stm parallel transaction execution.
  • cosmos-sdk 0.50
    • optimistic execution
  • ibc-go 8.5
    • unordered ica channel
  • simplified testground benchmark infrastructure

PR Checklist:

  • Have you read the CONTRIBUTING.md?
  • Does your PR follow the C4 patch requirements?
  • Have you rebased your work on top of the latest master?
  • Have you checked your code compiles? (make)
  • Have you included tests for any non-trivial functionality?
  • Have you checked your code passes the unit tests? (make test)
  • Have you checked your code formatting is correct? (go fmt)
  • Have you checked your basic code style is fine? (golangci-lint run)
  • If you added any dependencies, have you checked they do not contain any known vulnerabilities? (go list -json -m all | nancy sleuth)
  • If your changes affect the client infrastructure, have you run the integration test?
  • If your changes affect public APIs, does your PR follow the C4 evolution of public contracts?
  • If your code changes public APIs, have you incremented the crate version numbers and documented your changes in the CHANGELOG.md?
  • If you are contributing for the first time, please read the agreement in CONTRIBUTING.md now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thank you for your code, it's appreciated! :)

Summary by CodeRabbit

  • New Features

    • Introduced a new changelog section for "State Machine Breaking" changes, highlighting significant updates.
  • Chores

    • Updated dependencies to their latest versions for improved compatibility and performance, including major libraries like Cosmos SDK and Google Cloud modules.

@yihuang yihuang requested a review from a team as a code owner September 13, 2024 09:46
@yihuang yihuang requested review from mmsqe and thomas-nguy and removed request for a team September 13, 2024 09:46
Copy link
Contributor

coderabbitai bot commented Sep 13, 2024

Warning

Rate limit exceeded

@mmsqe has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 25 minutes and 27 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Commits

Files that changed from the base of the PR and between d468494 and e62e435.

Walkthrough

The pull request updates the CHANGELOG.md to reflect the release of version 1.4.0-rc0, dated September 13, 2024, introducing a new section titled "State Machine Breaking." It also removes the previous "UNRELEASED" section and clarifies versioning information. Additionally, the go.mod and gomod2nix.toml files have been updated to upgrade various dependencies, ensuring compatibility with the latest versions of libraries used in the project.

Changes

File Change Summary
CHANGELOG.md Added section for version 1.4.0-rc0; removed "UNRELEASED" section.
go.mod Upgraded multiple dependencies, including Cosmos SDK components and various indirect dependencies.
gomod2nix.toml Updated versions and hashes for several Go modules, including cloud.google.com/go and cosmossdk.io.

Poem

In the meadow, changes bloom,
A new version brings a room,
State machines dance, oh what a sight,
With every hop, we take flight!
Celebrate with joy and cheer,
For version 1.4.0 is here! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range and nitpick comments (2)
go.mod (2)

12-12: Review release notes for cosmossdk.io/log version update.

The minor version update for cosmossdk.io/log from v1.3.1 to v1.4.0 looks good. However, please review the release notes to understand the new features and changes introduced in this version and ensure they are needed in the project.


19-19: Review release notes for cosmossdk.io/x/upgrade version update.

The minor version update for cosmossdk.io/x/upgrade from v0.1.1 to v0.1.4 looks good. However, please review the release notes to understand the new features and changes introduced in this version and ensure they are needed in the project.

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 00d8426 and d468494.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (2)
  • go.mod (7 hunks)
  • gomod2nix.toml (10 hunks)
Additional comments not posted (32)
go.mod (13)

9-9: Verify compatibility of updated cosmossdk.io/client/v2 version.

The version update from v2.0.0-beta.2 to v2.0.0-beta.3 looks good. However, please ensure that the updated version is compatible with the other dependencies in the project, especially cosmossdk.io/core and github.com/cosmos/cosmos-sdk.


10-10: LGTM!

The patch version update for cosmossdk.io/core from v0.11.0 to v0.11.1 looks good. It should include bug fixes and performance improvements without introducing any breaking changes.


16-16: LGTM!

The patch version update for cosmossdk.io/tools/confix from v0.1.1 to v0.1.2 looks good. It should include bug fixes and performance improvements without introducing any breaking changes.


17-17: LGTM!

The patch version update for cosmossdk.io/x/evidence from v0.1.0 to v0.1.1 looks good. It should include bug fixes and performance improvements without introducing any breaking changes.


18-18: LGTM!

The patch version update for cosmossdk.io/x/feegrant from v0.1.0 to v0.1.1 looks good. It should include bug fixes and performance improvements without introducing any breaking changes.


24-24: LGTM!

The patch version update for github.com/cosmos/cosmos-sdk from v0.50.7 to v0.50.9 looks good. It should include bug fixes and performance improvements without introducing any breaking changes.


26-26: Review release notes and changelog for github.com/cosmos/ibc-go/modules/apps/callbacks version update.

The pre-release version update for github.com/cosmos/ibc-go/modules/apps/callbacks from v0.0.0-20240410121711-d89cb0895b1e to v0.0.0-20240830091851-3077be12f11e looks good. However, please review the release notes and changelog to understand the changes introduced in this version and ensure they are compatible with the project, especially since the comment suggests that this version is associated with the v8.5.0 release of ibc-go.


27-27: LGTM!

The patch version update for github.com/cosmos/ibc-go/modules/capability from v1.0.0 to v1.0.1 looks good. It should include bug fixes and performance improvements without introducing any breaking changes.


28-28: Review release notes and changelog for github.com/cosmos/ibc-go/v8 version update.

The minor version update for github.com/cosmos/ibc-go/v8 from v8.3.2 to v8.5.0 looks good. However, please review the release notes and changelog to understand the new features and changes introduced in this version and ensure they are compatible with the project.


46-46: Skipping review of google.golang.org/genproto/googleapis/api version update.

The version update for google.golang.org/genproto/googleapis/api appears to be a duplicate or unnecessary change as the version number has not changed. Skipping the review of this dependency update.


47-47: Review release notes and changelog for google.golang.org/grpc version update.

The minor version update for google.golang.org/grpc from v1.63.2 to v1.65.0 looks good. However, please review the release notes and changelog to understand the new features and changes introduced in this version and ensure they are compatible with the project.


53-53: Review release notes and changelog for cloud.google.com/go version update.

The minor version update for cloud.google.com/go from v0.112.1 to v0.115.0 looks good. However, please review the release notes and changelog to understand the new features and changes introduced in this version and ensure they are compatible with the project.


57-57: LGTM!

The patch version update for cloud.google.com/go/iam from v1.1.6 to v1.1.9 looks good. It should include bug fixes and performance improvements without introducing any breaking changes.

gomod2nix.toml (19)

5-6: LGTM!

Updating to the latest version of cloud.google.com/go module. Looks good.


8-9: LGTM!

Updating to the latest version of cloud.google.com/go/auth module. Looks good.


11-12: LGTM!

Updating to the latest version of cloud.google.com/go/auth/oauth2adapt module. Looks good.


17-18: LGTM!

Updating to the latest version of cloud.google.com/go/iam module. Looks good.


20-21: LGTM!

Updating to the latest version of cloud.google.com/go/storage module. Looks good.


33-34: LGTM!

Updating to the latest version of cosmossdk.io/core module. Looks good.


36-37: LGTM!

The cosmossdk.io/depinject module is transitioning from an alpha version v1.0.0-alpha.4 to a stable version v1.0.0, which is a significant milestone. Looks good.


42-43: LGTM!

Updating to the latest version of cosmossdk.io/log module. Looks good.


55-56: LGTM!

Updating to the latest version of cosmossdk.io/tools/confix module. Looks good.


58-59: LGTM!

Updating to the latest version of cosmossdk.io/x/evidence module. Looks good.


61-62: LGTM!

Updating to the latest version of cosmossdk.io/x/feegrant module. Looks good.


68-69: LGTM!

Updating to the latest version of cosmossdk.io/x/upgrade module. Looks good.


192-193: LGTM!

Updating to the latest version of github.com/cosmos/ibc-go/modules/apps/callbacks module. Looks good.


195-196: LGTM!

Updating to the latest version of github.com/cosmos/ibc-go/modules/capability module. Looks good.


198-199: LGTM!

Updating to the latest version of github.com/cosmos/ibc-go/v8 module. Looks good.


201-202: LGTM!

Updating to the latest version of github.com/cosmos/ics23/go module. Looks good.


323-324: LGTM!

Updating to the latest version of github.com/golang/glog module. Looks good.


356-357: LGTM!

Updating to the latest version of github.com/googleapis/gax-go/v2 module. Looks good.


539-540: LGTM!

Updating to the latest version of github.com/rs/zerolog module. Looks good.
[

Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.12%. Comparing base (d212111) to head (e62e435).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1578       +/-   ##
===========================================
+ Coverage   15.24%   36.12%   +20.88%     
===========================================
  Files          67       97       +30     
  Lines        4874     7725     +2851     
===========================================
+ Hits          743     2791     +2048     
- Misses       4037     4585      +548     
- Partials       94      349      +255     

see 47 files with indirect coverage changes

@yihuang yihuang added this pull request to the merge queue Sep 16, 2024
Merged via the queue into crypto-org-chain:main with commit 7aacdb7 Sep 16, 2024
35 checks passed
@yihuang yihuang deleted the release-v1.4.0 branch September 16, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants