-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
I see you updated files related to
|
There was a problem hiding this 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
b0983e0
to
12306e5
Compare
// replicating the replace directive on cosmos SDK | ||
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 |
There was a problem hiding this comment.
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... 🤔
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
|
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.