Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Reach final decision on resolve_code_hash_fn #74

Closed
wants to merge 2 commits into from

Conversation

temaniarpit27
Copy link

@temaniarpit27 temaniarpit27 commented May 16, 2024

Comment on lines 44 to 45
let txs = self.block_trace.into_txn_proof_gen_ir(
&ProcessingMeta::new(resolve_code_hash_fn),
other_data.clone(),
)?;
let txs = self
.block_trace
.into_proof_gen_mpt_ir(&resolve_code_hash_fn, other_data.clone())?;
Copy link
Contributor

@BGluth BGluth May 21, 2024

Choose a reason for hiding this comment

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

I know this is still a draft, but I just want to give some extra info stemming from my comments in (230).

For now, I'm fine if we create an impl that has resolve as a todo!() or similar, just because currently all code mappings appear embedded in the pre-image and doing a proper impl of this is probably worth it's own PR.

@Nashtare Nashtare added this to the Cleanups and Misc. milestone Jun 12, 2024
@Nashtare Nashtare closed this Jun 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants