Files
lez-programs/programs/amm/client/tests/common/mod.rs
T
Ricardo Guilherme Schmidt 43ed4de64f fix(amm-client)!: align shared quote wire contract
Use canonical ProgramId word arrays, include pool spot movement in standalone swap quotes, and keep quote commitments stable across deadline refreshes.

BREAKING CHANGE: JSON ProgramId values now use eight u32 words. Convert hex or byte representations in host adapters.
2026-08-10 11:22:44 -03:00

6 lines
121 B
Rust

use nssa_core::program::ProgramId;
pub const fn program_id_words(program_id: ProgramId) -> ProgramId {
program_id
}