Skip to content

Conversation

@maxim-inj
Copy link
Collaborator

No description provided.

* chore: apply pipeline patch

Signed-off-by: 0x0f0d0 <[email protected]>

* Fix failing CI tests

Signed-off-by: Nikola Marcetic <[email protected]>

---------

Signed-off-by: 0x0f0d0 <[email protected]>
Signed-off-by: Nikola Marcetic <[email protected]>
Co-authored-by: 0x0f0d0 <[email protected]>
@coderabbitai
Copy link

coderabbitai bot commented Oct 13, 2025

Important

Review skipped

Draft detected.

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 (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch v0.50.x-datapipe-inj

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines 711 to 717
// must be used.
func (app *BaseApp) internalFinalizeBlock(ctx context.Context, req *abci.FinalizeBlockRequest) (*abci.FinalizeBlockResponse, error) {
var events []abci.Event
var publishEvents sdk.PublishEvents

if err := app.checkHalt(req.Height, req.Time); err != nil {
return nil, err

Choose a reason for hiding this comment

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

Change potentially affects state.

Call sequence:

(*github.com/cosmos/cosmos-sdk/baseapp.BaseApp).internalFinalizeBlock (baseapp/abci.go:712)
(*github.com/cosmos/cosmos-sdk/baseapp.BaseApp).FinalizeBlock (baseapp/abci.go:893)

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.

3 participants