mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 19:31:11 +00:00
Codebase-wide rename of the stale loader_core crate name to program_loader_core (192 call sites, plus Cargo.toml dependency declarations), needed after the loader crate's rename landed upstream. ping_receiver/wrapped_token's UpdateSources handler, cross_zone_inbox's inbox_source_marker_account_id (moved from the now-superseded cross_zone_marker crate), and several test/genesis call sites still referenced ProgramId-bijection addresses or pre-unification struct shapes (CrossZoneMessage.src_program_id, WrappedTokenConfig/ ReceiverConfig field types, InboxInstruction::Dispatch's tuple form) that this branch's own dispatch-address unification had already moved past elsewhere.