Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Conversation

@lightsing
Copy link
Member

No description provided.

@lightsing lightsing marked this pull request as ready for review April 28, 2024 11:41
use eth_types::{
bytecode::BytecodeElement,
evm_types::{memory::MemoryWordRange, OpcodeId},
state_db::CodeDB,
Copy link

Choose a reason for hiding this comment

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

next time i may suggest write 'pub use eth_types::state_db::CodeDB' in bus-mapping/statedb.rs. So less changes.

}
}
let (return_data, gas_cost, is_oog, is_ok) = match precompile_fn(&input.to_vec().into(), gas) {
Ok((gas_cost, return_value)) => (return_value.to_vec(), gas_cost, false, true),
Copy link

Choose a reason for hiding this comment

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

great so we can avoid adhoc post-process.

Copy link

@lispc lispc left a comment

Choose a reason for hiding this comment

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

can be merged as CI passes

@lispc lispc merged commit 5dd697b into develop Apr 29, 2024
@lispc lispc deleted the feat/stateless-block-verifier branch April 29, 2024 09:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants