Skip to content

chore: expose revm/asyncdb via new feature#152

Open
Fraser999 wants to merge 1 commit intomainfrom
fraser/eng-1944/fix-hang
Open

chore: expose revm/asyncdb via new feature#152
Fraser999 wants to merge 1 commit intomainfrom
fraser/eng-1944/fix-hang

Conversation

@Fraser999
Copy link
Contributor

@Fraser999 Fraser999 commented Mar 4, 2026

Description

Added a new feature flag asyncdb which is simply a pass-through for revm/asyncdb

Related Issue

Related to ENG-1944

Testing

  • Tests pass locally

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Fraser999 Fraser999 requested review from Evalir and dylanlott March 4, 2026 23:52
@Fraser999 Fraser999 marked this pull request as ready for review March 4, 2026 23:53
Copy link
Contributor

What do we need the asyncdbaccess for, out of curiosity?

@Fraser999
Copy link
Contributor Author

The crux of the fix for the builder issue is to use async DB operations rather than sync ones, since this lets us avoid the problematic block_in_place(|| handle.block_on(f)) calls which are deadlocking tokio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants