refactor src/codegen#1923
Merged
mohamedbasuony merged 15 commits intoJun 23, 2026
Merged
DCO-2 / DCO
succeeded
Jun 23, 2026 in 1s
Check passed!
All commits are signed off, the check passed.
Summary
| Sha | Message | Pass or fail reason | |
|---|---|---|---|
| 🟢 | b9cbddb | codegen: introduce TargetCodegen trait and delegat... | Valid sign-off found |
| 🟢 | 9013b46 | codegen: relocate Soroban target into targets/soro... | Valid sign-off found |
| 🟢 | f69612f | codegen: thread target param through the lowering ... | Valid sign-off found |
| 🟢 | c3ae3d2 | codegen: route load/storage hooks and target prope... | Valid sign-off found |
| 🟢 | ddac492 | codegen: route abi_encode/abi_decode through Targe... | Valid sign-off found |
| 🟢 | 9930674 | codegen: route storage_array_push/pop through Targ... | Valid sign-off found |
| 🟢 | e45cbd8 | codegen: route event_emitter through TargetCodegen | Valid sign-off found |
| 🟢 | 6dbe54b | codegen: route struct access, print, builtin, and ... | Valid sign-off found |
| 🟢 | 57e4f94 | codegen: route payable send/transfer through Targe... | Valid sign-off found |
| 🟢 | ee5f45a | codegen: relocate Solana sources into targets/sola... | Valid sign-off found |
| 🟢 | c76b75c | codegen: relocate Polkadot, flatten encoding/event... | Valid sign-off found |
| 🟢 | 6bb4269 | codegen: route storage_slots_array_pop through sto... | Valid sign-off found |
| 🟢 | 3fada02 | codegen: introduce lower_storage_array_length in T... | Valid sign-off found |
| 🟢 | d740e63 | codegen: relocate soroban builtins [auth - extendt... | Valid sign-off found |
| 🟢 | 9dad537 | codegen: add EvmTarget, trim TargetCodegen default... | Valid sign-off found |
Loading