Skip to content

chore: update to go1.23 in prep for celestia-core fork replace#431

Merged
damiannolan merged 4 commits intocelestiaorg:release/v0.50.x-celestiafrom
01builders:damian/go1.23
Mar 25, 2025
Merged

chore: update to go1.23 in prep for celestia-core fork replace#431
damiannolan merged 4 commits intocelestiaorg:release/v0.50.x-celestiafrom
01builders:damian/go1.23

Conversation

@damiannolan
Copy link
Collaborator

Description

We need to use a go mod replace to pin to the celestia-core fork in order to pick up some changes.
Most notably for CIP26 (adding TimeoutInfo to abci responses for versioned timeouts).

Requires a bump to go1.23.

This is a pre-cursor to that go mod replace pin and implementing the changes to propagate TimeoutInfo through sdk.EndBlock to abci.FinalizeBlockResponse.

See 01builders#11


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
  • 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)

@damiannolan
Copy link
Collaborator Author

Needs changelog pending reviews

Copy link
Collaborator

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

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

ACK!

@damiannolan
Copy link
Collaborator Author

Noticed linting is failing here and was in the original PR. Opened #434

@rootulp rootulp requested a review from julienrbrt March 25, 2025 15:07
@rootulp
Copy link
Collaborator

rootulp commented Mar 25, 2025

Removed golangci-lint required check so this can merge after it gets another approval. Can fix golangci-lint in a follow-up PR

@damiannolan damiannolan merged commit 7133aeb into celestiaorg:release/v0.50.x-celestia Mar 25, 2025
42 of 46 checks passed
@damiannolan damiannolan deleted the damian/go1.23 branch March 25, 2025 15:10
tac0turtle pushed a commit to 01builders/cosmos-sdk that referenced this pull request Apr 7, 2025
…tiaorg#431)

* chore: go1.23 everywhere

* chore: use go1.23

* chore: use go-version-file in workflows
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.

3 participants