mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 19:31:11 +00:00
BREAKING CHANGE: Instruction::Lock drops outbox_program_id and takes the bridge-lock config PDA as its first account, changing both the instruction encoding and the account list. bridge_lock's image id moves, relocating its escrow and config PDAs and requiring a fresh genesis. Sequencer, indexer and every peer zone must upgrade together: a stale decoder re-derives a different dispatch and reports Forged.
16 lines
269 B
TOML
16 lines
269 B
TOML
[package]
|
|
name = "bridge_lock_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
lee_core.workspace = true
|
|
serde = { workspace = true, features = ["alloc"] }
|
|
|
|
[dev-dependencies]
|
|
risc0-zkvm.workspace = true
|