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(rpc): apply blockhashes update in witness RPC #10419

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

shekhirin
Copy link
Collaborator

// apply pre execution changes
apply_beacon_root_contract_call(
&self.evm_config,
&self.chain_spec,
block.timestamp,
block.number,
block.parent_beacon_block_root,
&mut evm,
)?;
apply_blockhashes_update(
evm.db_mut(),
&self.chain_spec,
block.timestamp,
block.number,
block.parent_hash,
)?;

@shekhirin shekhirin added C-bug An unexpected or incorrect behavior A-rpc Related to the RPC implementation labels Aug 21, 2024
@shekhirin shekhirin marked this pull request as ready for review August 21, 2024 13:49
@shekhirin shekhirin added this pull request to the merge queue Aug 21, 2024
Merged via the queue into main with commit 7a7c1c5 Aug 21, 2024
34 checks passed
@shekhirin shekhirin deleted the alexey/rpc-witness-blockhash branch August 21, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants