Skip to content

Conversation

@nmarcetic
Copy link

Description

Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • run make lint and make test
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

maxim-inj and others added 11 commits May 4, 2025 15:20
* * Bump SDK to use CometBFT to v1.0.1 and CometBFT api
* Add CometBFT v1 buf registry commit to buf.yaml
* Update tendermint to comet import in proto files
* Replace tendermint to comet imports in Go files
* Remove deprecated sr25519 support starting from CometBFT v1.0.1
* Update SDK go.mod to use local ./api, which is upgraded to Comet v1, instead of cosmossdk.io/api v0.7.5
* Generate proto and pulsar files and remove tendermint from ./proto

* fix API breaks of ABCI types in baseapp

* import cometBFT protocolbuffers in api

* fix node comet wrapper breaking changes

* gen protos and fix nits in abci tests

* generate proto and pulsar files

* * Bump comet to v1 in x/nft, x/feegrant/, x/evidence and store
* Remove go toolchain from go.mod files

* Revert renaming of query types in store by error

* * Update buf.yaml to latest Comet BSR commit
* Generate pulsar files
* Fix ABCI unit test in baseapp
* Fix genesis tests
* Remove Go toolchains
* Fix remaining breaking changes of Comet v1 ABCI types

* Add synchrony and features params to MsgUpdateParams in x/consensus

* feat: add core and api for PreBlock (cosmos#17468)

* feat(api): add autocli options to enhance custom commands (cosmos#17033)

* feat(client): add positional optional to client v2 (cosmos#16316)

Co-authored-by: Julien Robert <[email protected]>

* fix slashing UT

* feat(client/v2): override short description in generated command (cosmos#20266)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* refactor(baseapp): create checktx handler (cosmos#21979)

* fix testdata in autocli msg tests

* fix ABCI tests broken by CheckTxHandler PR (cosmos#21979)

* fix broken tests in x/bank introduced by 59f4bfe

* * Fix errors in store tests introduced by 5c206aa which adds new commitSync bool and is never tested
* Fix building errors in integration tests introduced by f173a77 which breaks all integration tests using the bank keeper
* Remove deprecated MsgEditValidator ValidateBasic function which was breaking some related CLI test in x/staking

* fix(baseapp): return events from preblocker in FinalizeBlockResponse (cosmos#21159)

* * Fix ante tests in x/auth broken by c053612
* Update base block gas in block gas tests

* * Update GH worfklow to work with Go 1.23.5
* Add missing bank module to simapp's EndBlockers causing test-simapp to fail in GH workflow

* remove unwanted file addition

* Fix E2E tests that were failing in majority due to changes in BroadcastTxSync in Comet V1

* bump cosmos-db to v1.0.1

* run go mod tidy for all submodules

* chore: update cometbft to v1.0.1-inj exact tag.

refresh go.mod and go.sum dependencies.

* chore: post-rebase code patches

* missing merge in auth
* gogoproto extension double-reg issue
* grpc/pulsar re-generated (Note: missed that during #53)
* minimise diff to only cometbft1 related changes
* fix preblocker events (keep old behavior)
* fix store tests

---------

Co-authored-by: Simon Noetzlin <[email protected]>
Co-authored-by: mmsqe <[email protected]>
Co-authored-by: Julien Robert <[email protected]>
Co-authored-by: Jeancarlo Barrios <[email protected]>
Co-authored-by: John Letey <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Facundo Medica <[email protected]>
missed bytes field type in makeGetSignersFunc for EVM originating signatures
missed bytes field type in makeGetSignersFunc for EVM originating signatures
…tor.SelectTxForProposal (cosmos#24074)

Co-authored-by: Alex | Interchain Labs <[email protected]>
Also fix a bug in the signer tests left from b504681
Also adjust the tests to reflect the new behavior and re-gen mocks.
Signed-off-by: Nikola Marcetic <[email protected]>
Signed-off-by: Nikola Marcetic <[email protected]>
@nmarcetic nmarcetic requested review from kakysha and maxim-inj May 26, 2025 15:26
@coderabbitai
Copy link

coderabbitai bot commented May 26, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch CP-349/testnetify-valset

🪧 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>, please review it.
    • 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.
  • 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit 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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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.

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Jun 26, 2025
@github-actions github-actions bot closed this Jun 30, 2025
@maxim-inj maxim-inj reopened this Jun 30, 2025
@github-actions github-actions bot removed the Stale label Jul 1, 2025
aarmoa added 2 commits July 8, 2025 16:57
…utomation of errors documentation generation
…istered_errors

[CP-405] add accessor all registered errors
@github-actions
Copy link

github-actions bot commented Aug 1, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Aug 1, 2025
* chore: added a Makefile action to assist in the tag process for subfolders

* [CHORE] Added a Makefile action to generate the correct tag for the `client` subdir
@github-actions github-actions bot closed this Aug 6, 2025
@maxim-inj maxim-inj reopened this Aug 28, 2025
@github-actions github-actions bot removed the Stale label Aug 29, 2025
@github-actions
Copy link

github-actions bot commented Oct 3, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Oct 3, 2025
@github-actions github-actions bot closed this Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants