mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 03:41:13 +00:00
BREAKING CHANGE: ping_receiver gains a config PDA holding the deliverer and the peer sources it accepts, ReceiverInstruction gains InitConfig, and Record takes [source marker, config, record] instead of the record alone. Every emitter aimed at ping_receiver must name its config account in target_accounts. The ping_receiver and ping_sender image ids move, and a fresh genesis is required.
14 lines
241 B
TOML
14 lines
241 B
TOML
[package]
|
|
name = "ping_receiver_program"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
cross_zone_inbox_core.workspace = true
|
|
lee_core.workspace = true
|
|
ping_core.workspace = true
|