Use older version of goleveldb to match sei-chain#5
Merged
BrandonWeng merged 1 commit intomainfrom Nov 28, 2022
Merged
Conversation
philipsu522
approved these changes
Nov 28, 2022
BrandonWeng
added a commit
to sei-protocol/sei-cosmos
that referenced
this pull request
Nov 28, 2022
## Describe your changes and provide context Context: sei-protocol/sei-tm-db#5 ## Testing performed to validate your change Tested here: sei-protocol/sei-chain#434
masih
pushed a commit
to sei-protocol/sei-chain
that referenced
this pull request
Sep 29, 2025
## Describe your changes and provide context Context: sei-protocol/sei-tm-db#5 ## Testing performed to validate your change Tested here: #434
masih
pushed a commit
to sei-protocol/sei-chain
that referenced
this pull request
Sep 30, 2025
## Describe your changes and provide context Context: sei-protocol/sei-tm-db#5 ## Testing performed to validate your change Tested here: #434
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using the same version of goleveldb as the sei-chain one, the newer one seems to be causing some issues with the store initialization. It looks like the state isn't being committed properly
Pretty sizable diff
https://github.com/syndtr/goleveldb/compare/64ee5596c38af10edb6d93e1327b3ed1739747c7..2ae1ddf74ef7020251ff1ff0fe8daac21a157761
Tested E2E through local chain:
sei-protocol/sei-cosmos#97
sei-protocol/sei-chain#434