mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-05-18 15:09:51 +00:00
Renames the Swap instruction and its guest handler to SwapExactInput to distinguish it from the newly added SwapExactOutput, and to make the intent of each variant explicit at the call site. BREAKING CHANGE: the Swap instruction variant and swap() function are renamed to SwapExactInput and swap_exact_input(). Callers must update instruction construction and any IDL-generated bindings.