Conversation
Rm dependabot
codecov should not fail
Add functions for rollback to commit without bumping version
Improve IAVL Import speed to make state sync faster by 2x-3x
Fast fail & log if there are unexpected concurrent access to MutableTree
Remove mutex TryLocks added for debugging
We need to do this in order to get rid of the transient dependency to tendermint in `sei-iavl`. Otherwise, it blocks the upcoming flattening of `sei-tendermint` into `sei-chain`.
Fix the buf-based generation to integrate `sei-avl`. Update out of date pb.go files, and remove now redundant duplicate protos.
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2624 +/- ##
==========================================
+ Coverage 43.15% 43.62% +0.46%
==========================================
Files 1867 1899 +32
Lines 154112 158389 +4277
==========================================
+ Hits 66509 69090 +2581
- Misses 81637 82954 +1317
- Partials 5966 6345 +379
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
sei-will
approved these changes
Dec 17, 2025
yzang2019
approved these changes
Dec 17, 2025
masih
added a commit
to sei-protocol/sei-iavl
that referenced
this pull request
Dec 17, 2025
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.
The
sei-iavlfork has a direct dependency to the original tendermint module. This blocks the go mod flattening effort insei-chain, because flatteningsei-tendermintwill otherwise leave behind transient dependency to the original tendermint module in the go module dependency tree.The work here:
sei-iavlintosei-chain, i.e. commitff17b3473ee2438caa1777930a0bf73d267527fa.v0.2.0.pb.gofiles insei-iavlwere out of date and are re-generated.sei-iavlmodule intosei-chainwhile at it.sei-iavl, which requires rebase-merge as opposed to the usual squash merge.Upon the merge of this PR,
sei-iavlrepo should be archived.