Skip to content

Add spec compliant zilkworm guest program#38

Draft
developeruche wants to merge 6 commits intoeth-act:mainfrom
developeruche:feat/zilkworm
Draft

Add spec compliant zilkworm guest program#38
developeruche wants to merge 6 commits intoeth-act:mainfrom
developeruche:feat/zilkworm

Conversation

@developeruche
Copy link
Copy Markdown
Contributor

No description provided.

- Replace successful_validation = false stub with full execution path
- Decode pre-state (accounts/storage/codes) from witness.state[0] via
  read_pre_state_from_rlp()
- Populate FlatNodeStore from witness.state[1] MPT trie nodes
- Load ancestor headers from witness.headers into InMemoryState
- Build silkworm::Block from SSZ ExecutionPayload fields
- Execute via protocol::Blockchain::insert_block(block, false)
- Inline StateTransition::check_root() logic to verify post-state root
  using GridMPT delta reconstruction against block.header.state_root
- Re-add zilk_core subdirectory and silkworm_dev/silkworm_core link deps
- Point zilkworm fetch to developeruche/zilkworm feat/spec-v0.1 branch
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.

1 participant