spectrum-finance / ergo-dex

Smart contracts and specification of the AMM protocol on top of the Ergo blockchain
Creative Commons Zero v1.0 Universal
67 stars 9 forks source link

Fixed INPUTS.size validation. #36

Closed AOranov closed 1 year ago

AOranov commented 1 year ago

To maintain compatibility V1 and V3 AMM contracts with the newest off-chain bots version validations were changed in all proxy-contracts:

INPUTS.size == 2

INPUTS.size >= 2