-
Notifications
You must be signed in to change notification settings - Fork 82
Update dependencies for consistency with sei-chain #607
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
base: main
Are you sure you want to change the base?
Conversation
go.mod
Outdated
| // Latest goleveldb is broken, we have to stick to this version | ||
| github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 | ||
| github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.6.0 | ||
| github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.6.4-0.20250910161604-875edee7fc59 |
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.
is this intentional?
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.
fixed ty
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (42.60%) is below the target coverage (50.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #607 +/- ##
=======================================
Coverage 42.59% 42.60%
=======================================
Files 786 786
Lines 70873 70873
=======================================
+ Hits 30189 30192 +3
+ Misses 38522 38520 -2
+ Partials 2162 2161 -1 🚀 New features to boost your workflow:
|
Describe your changes and provide context
This updates go module dependencies in sei-cosmos to match up with sei-chain dependencies.
Testing performed to validate your change