mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 11:21:12 +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.
17 lines
285 B
TOML
17 lines
285 B
TOML
[package]
|
|
name = "ping_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
borsh.workspace = true
|
|
lee_core.workspace = true
|
|
serde = { workspace = true, features = ["alloc"] }
|
|
|
|
[dev-dependencies]
|
|
risc0-zkvm.workspace = true
|