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

chore: update sdk to the lastest version #625

Closed
wants to merge 92 commits into from

Conversation

PaddyMc
Copy link
Collaborator

@PaddyMc PaddyMc commented Sep 27, 2024

Description

Updating the sdk to the latest cosmos-sdk version:

previous version => v0.50.6
current version => v0.50.10

mergify bot and others added 30 commits May 9, 2024 09:57
…(backport cosmos#20342) (cosmos#20346)

Co-authored-by: Damian Nolan <[email protected]>
Co-authored-by: Julien Robert <[email protected]>
Co-authored-by: marbar3778 <[email protected]>
…osmos#20567)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
…osmos#20805)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
…osmos#20836)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
…tGenesis` in simulation test (backport cosmos#18196) (cosmos#20897)

Co-authored-by: Chenqun Lu <[email protected]>
Co-authored-by: Julien Robert <[email protected]>
… for simulation test. (backport cosmos#17911) (cosmos#20909)

Co-authored-by: Chenqun Lu <[email protected]>
Co-authored-by: Julien Robert <[email protected]>
Comment on lines 753 to 763
WithHeaderHash(req.Hash))
}

if err := app.preBlock(req); err != nil {
preblockEvents, err := app.preBlock(req)
if err != nil {
return nil, err
}

events = append(events, preblockEvents...)

beginBlock, err := app.beginBlock(req)

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:692)
(*github.com/cosmos/cosmos-sdk/baseapp.BaseApp).FinalizeBlock (baseapp/abci.go:853)

@PaddyMc PaddyMc force-pushed the chore/update-sdk-to-the-lastest-version branch from 40d36cc to d4e20fe Compare September 27, 2024 12:23
baseapp/abci.go Dismissed Show dismissed Hide dismissed
x/group/simulation/operations.go Dismissed Show dismissed Hide dismissed
x/group/simulation/operations.go Dismissed Show dismissed Hide dismissed
client/v2/autocli/flag/enum.go Dismissed Show dismissed Hide dismissed
@PaddyMc PaddyMc changed the title Chore/update sdk to the lastest version chore: update sdk to the lastest version Sep 27, 2024
@faddat
Copy link
Member

faddat commented Oct 1, 2024

I'll go ahead and close mine :)

Copy link

github-actions bot commented Nov 1, 2024

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 Nov 1, 2024
@github-actions github-actions bot closed this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment