mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 19:31:11 +00:00
dev grew new self_program_id/caller_program_id and ChainedCall.program_id call sites (sequencer_stake's rewritten main.rs, gossip validation, cross_zone's shared ping_emission test helper, and three guest test programs) after this branch's ProgramId->AccountId migration commits were originally written, so they predated the self_account_id/ caller_account_id/program_account_id rename and didn't conflict during the rebase - they just still assumed the old ProgramId-typed fields. Converts all of them, recovering ProgramId via the existing bijection only where the RISC0 image id is actually needed, and rebuilds artifacts against the fixed source.