Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(anvil): impl maybe_as_full_db for ForkedDatabase #9465

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

yash-atreya
Copy link
Member

Motivation

Re: https://t.me/foundry_rs/38080

Currently maybe_as_full_db isn't implemented for ForkedDatabase hence queries that run over a specific state in forked mode would fail with Required data unavailable

Solution

Implement maybe_as_full_db for ForkedDatabase.

Copy link
Collaborator

@grandizzy grandizzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yash-atreya yash-atreya merged commit 9af381f into master Dec 3, 2024
21 checks passed
@yash-atreya yash-atreya deleted the yash/fix-fork-get-acc branch December 3, 2024 06:47
@grandizzy grandizzy added T-bug Type: bug C-anvil Command: anvil labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-anvil Command: anvil T-bug Type: bug
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants