Skip to content

State Store Wrapper ApplychangesetAsync#3142

Merged
Kbhat1 merged 6 commits into
mainfrom
applychangesetasync-state-store-wrapper
Mar 30, 2026
Merged

State Store Wrapper ApplychangesetAsync#3142
Kbhat1 merged 6 commits into
mainfrom
applychangesetasync-state-store-wrapper

Conversation

@Kbhat1

@Kbhat1 Kbhat1 commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

Describe your changes and provide context

  • Make State Store Wrapper Applychangesetasync

Testing performed to validate your change

  • Verified on a cryptosim run
  • Added unit tests

Kbhat1 added 2 commits March 30, 2026 11:06
Use ApplyChangesetAsync for the cryptosim state-store wrapper while preserving immediate read and historical-state behavior by waiting for pending writes before advancing the visible version.

Made-with: Cursor
Align the state-store benchmark wrapper with the simpler async apply pattern by advancing the wrapper version after enqueuing the changeset and validating persisted historical reads after reopen.

Made-with: Cursor
@Kbhat1 Kbhat1 marked this pull request as ready for review March 30, 2026 16:12
Use the same atomic Add(1) version advancement pattern as combined_wrapper while keeping the async apply path for the state-store benchmark wrapper.

Made-with: Cursor
Resolve the state_store_wrapper conflict by keeping the new changelog-entry interface from main and preserving the branch's async state-store apply behavior.

Made-with: Cursor
@github-actions

github-actions Bot commented Mar 30, 2026

Copy link
Copy Markdown

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedMar 30, 2026, 8:01 PM

@Kbhat1 Kbhat1 enabled auto-merge March 30, 2026 17:52
@codecov

codecov Bot commented Mar 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.73%. Comparing base (96fbde3) to head (adc8645).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3142      +/-   ##
==========================================
+ Coverage   58.71%   58.73%   +0.02%     
==========================================
  Files        2095     2095              
  Lines      173517   173517              
==========================================
+ Hits       101882   101920      +38     
+ Misses      62516    62481      -35     
+ Partials     9119     9116       -3     
Flag Coverage Δ
sei-db 70.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 23 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.

Update the wrapper test to assert the async apply path so it matches the intended state store wrapper behavior.

Made-with: Cursor
@Kbhat1 Kbhat1 added this pull request to the merge queue Mar 30, 2026
Merged via the queue into main with commit 4ff13b1 Mar 30, 2026
39 checks passed
@Kbhat1 Kbhat1 deleted the applychangesetasync-state-store-wrapper branch March 30, 2026 20:27
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