Files
Marvin Jones 66d07acba5 refactor(lee): resolve Deploy's raw_payload from the top-level Message, drop ChainedCall::raw_payload
Deploy only ever runs natively (never inside a real zkVM guest), so a
chained call into it never needed to carry the bytecode through an
intermediary guest's own execution in the first place: the dispatcher
already holds the top-level Message for the whole transaction and can
resolve its raw_payload directly, at any chain-call depth. Un-ignores
loader_deploys_program_via_chained_call, previously blocked by the
believed need for guests to forward large payloads through their own
instruction_data.

ChainedCall::raw_payload is now dead code with this change (no guest
ever populated it) and is removed, along with every "raw_payload: None"
guest-side literal that existed only to satisfy the field.
2026-08-23 03:59:50 -04:00
..
2025-12-11 20:59:37 -03:00
2025-12-11 20:59:37 -03:00