mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-05-18 15:09:51 +00:00
Remove the `active: bool` field from `PoolDefinition` and replace it with an implicit invariant: a pool is considered active when `liquidity_pool_supply >= MINIMUM_LIQUIDITY`. BREAKING CHANGE: `PoolDefinition` Borsh serialization format has changed. Existing on-chain pool accounts encoded with the `active` field are incompatible with this version. Closes #25