Skip to content

Cjl/litt db compiling#3307

Merged
cody-littley merged 6 commits into
mainfrom
cjl/litt-db-compiling
Apr 27, 2026
Merged

Cjl/litt db compiling#3307
cody-littley merged 6 commits into
mainfrom
cjl/litt-db-compiling

Conversation

@cody-littley

@cody-littley cody-littley commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Describe your changes and provide context

Enables us to build LittDB. The initial batch of files could not compile in their unmodified form.

  • Copied over a few utility functions that lived outside of the litt package (i.e. it was in the EigenDA common package, or equivalent)
  • fixed package paths to point to the new sei path, not the old eigenDA paths
  • renamed the cache package since the sei repo .gitignore ignores any directlry named "cache"
  • created a go.mod / go.sum for the litt package, this is temporary and will be deleted in a follow up PR

Still detached from regular build system (i.e. doesn't build in CI pipeline) since I want to remove some external dependencies before we fully integrate. Can be built by running the following:

cd sei-db/db_engine/litt 
make build-all

@cody-littley cody-littley self-assigned this Apr 23, 2026
@github-actions

github-actions Bot commented Apr 23, 2026

Copy link
Copy Markdown

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedApr 23, 2026, 8:02 PM

@codecov

codecov Bot commented Apr 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.28%. Comparing base (c3622b1) to head (3a696c4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3307      +/-   ##
==========================================
- Coverage   59.14%   58.28%   -0.87%     
==========================================
  Files        2085     2085              
  Lines      170876   208744   +37868     
==========================================
+ Hits       101069   121668   +20599     
- Misses      61017    78287   +17270     
+ Partials     8790     8789       -1     
Flag Coverage Δ
sei-db 70.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1803 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Base automatically changed from cjl/litt-db to main April 23, 2026 19:48
@cody-littley cody-littley marked this pull request as ready for review April 23, 2026 20:02
@cody-littley cody-littley added this pull request to the merge queue Apr 27, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 27, 2026
@cody-littley cody-littley added this pull request to the merge queue Apr 27, 2026
Merged via the queue into main with commit 0df5a10 Apr 27, 2026
40 checks passed
@cody-littley cody-littley deleted the cjl/litt-db-compiling branch April 27, 2026 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants