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

bump cosmos-sdk; remove cometbft #16639

Merged
merged 3 commits into from
Mar 1, 2025
Merged

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Feb 28, 2025

With the chainlink-cosmos dep removed, we are unblocked from bumping cosmos-sdk which is only used by the keystore. cometbft was only used for random integers and a strings package, both of which can be swapped over to the standard library.

@jmank88 jmank88 requested review from a team as code owners February 28, 2025 15:38
@jmank88 jmank88 requested a review from krehermann February 28, 2025 15:38
Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

🎖️ No JIRA issue number found in: PR title, commit message, or branch name. Please include the issue ID in one of these.

samsondav
samsondav previously approved these changes Feb 28, 2025
Atrax1
Atrax1 previously approved these changes Feb 28, 2025
Copy link
Contributor

@Atrax1 Atrax1 left a comment

Choose a reason for hiding this comment

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

Noticed this error

Error: ../../../../go/pkg/mod/github.com/cometbft/[email protected]/crypto/secp256k1/secp256k1.go:132:9: assignment mismatch: 1 variable but ecdsa.SignCompact returns 2 values

on the unit tests

@jmank88 jmank88 dismissed stale reviews from Atrax1 and samsondav via 12306e5 February 28, 2025 16:17
@jmank88 jmank88 force-pushed the bump-cosmos-sdk-rm-cometbft branch from b0983e0 to 12306e5 Compare February 28, 2025 16:17
Comment on lines 382 to 383
// replicating the replace directive on cosmos SDK
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are stuck with this for some reason. Cosmos and geth both use github.com/gogo/protobuf v1.3.2, without any replace, but something else is trying to force us to v1.3.3 still... 🤔

samsondav
samsondav previously approved these changes Feb 28, 2025
Copy link
Contributor

github-actions bot commented Feb 28, 2025

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@pavel-raykov pavel-raykov requested review from a team as code owners February 28, 2025 16:45
@cl-sonarqube-production
Copy link

@jmank88 jmank88 enabled auto-merge February 28, 2025 17:28
@jmank88 jmank88 requested review from samsondav and Atrax1 February 28, 2025 17:28
@jmank88 jmank88 requested a review from pavel-raykov February 28, 2025 17:28
@jmank88 jmank88 requested a review from makramkd February 28, 2025 19:49
@jmank88 jmank88 added this pull request to the merge queue Mar 1, 2025
Merged via the queue into develop with commit 46335fb Mar 1, 2025
374 of 375 checks passed
@jmank88 jmank88 deleted the bump-cosmos-sdk-rm-cometbft branch March 1, 2025 11:15
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.

9 participants