-
Notifications
You must be signed in to change notification settings - Fork 614
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
Update main to SDK release #79
Conversation
Codecov Report
@@ Coverage Diff @@
## main #79 +/- ##
==========================================
- Coverage 65.22% 65.19% -0.04%
==========================================
Files 127 127
Lines 8405 8403 -2
==========================================
- Hits 5482 5478 -4
- Misses 2557 2558 +1
- Partials 366 367 +1
|
marking ready for review, lots of changes already in this pr so I think it'd be good to get this through a review cycle. The main branch is already on an arbitrary SDK commit, so I don't think it hurts to just move that commit much closer to what will be the next SDK release |
@@ -179,17 +179,6 @@ func (suite *KeeperTestSuite) TestHandleUpgradeProposal() { | |||
} | |||
}, false, | |||
}, | |||
{ | |||
"schedule upgrade fails - plan sets time and height", func() { |
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.
upgrade time got removed
Codecov Report
@@ Coverage Diff @@
## main #79 +/- ##
==========================================
- Coverage 79.17% 78.51% -0.67%
==========================================
Files 109 109
Lines 6526 6524 -2
==========================================
- Hits 5167 5122 -45
- Misses 1004 1044 +40
- Partials 355 358 +3
|
Serialization and hashing This brings interfaces and implementations for easy hashing and serialization of common types. * Use sha256-simd for better performance * Use BinaryMarshaler and BinaryUnmarshaler interface * Use protobuf instead of gob in store * Move Hash into separate package * Round trip test for protobuf serialization
This is a tracking branch to prepare for the next v0.43.0 release of the SDK which will contain a removed IBC module
Currently using commit on master branch:
e3e89f52607b9d205e1ddea4af2d47e98e0ff2b1