Merge main into parquet-receiptdb; resolve module conflicts and integrate EVM state store + Autobahn changes#2860
Merged
jewei1997 merged 1 commit intoparquet-receiptdbfrom Feb 11, 2026
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
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.
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.
Motivation
parquet-receiptdbbranch with recentmainlineage and preserve parquet/duckdb-enabled receipt DB work while absorbing mainline refactors and new subsystems.mainso the feature branch builds against the updated codebase.Description
mainintoparquet-receiptdband resolved conflicts in dependency manifests by choosing the branch/main-merged module set (updatedgo.mod,go.sum,go.work.sum); preserved parquet/duckdb-related entries required by the branch.sei-db/state_db/ss/evm/includingdb.go,store.goand comprehensive tests to support versioned, Pebble-backed EVM key/value storage and iterators.SnapshotWriteRateMBps, writer limits, rate-limited writers, global limiter) and updated templates/tests undersei-db/state_db/sc/memiavl/*andsei-db/config/toml.*.sei-tendermint/internal/autobahn/*with new types, queueing, state machines, and tests; updated numerous module versions acrosssei-tendermint/sei-cosmosto align with main.app(OCC/giga executor handling, gasless metrics error handling, benchmark logger TPS metrics) and tests adjusted/added accordingly.Testing
go test ./sei-db/...to validate the merged changes; the test run was blocked by external dependency resolution errors (module fetch fromproxy.golang.orgreturned403 Forbiddenforgithub.com/spf13/cast@v1.9.2), so Go unit tests could not complete in this environment (failed due to dependency fetch error).git status, branch commit); the merge and conflict resolution were committed successfully.Codex Task