Phoenix-Protocol-Group / phoenix-contracts

Source code of the smart contracts of the Phoenix DeFi hub DEX protocol
GNU General Public License v3.0
10 stars 7 forks source link

Curve: Modify PiecewiseLinear type to not use tuple #99

Closed ueco-jb closed 1 year ago

ueco-jb commented 1 year ago

Because, again, of limitations of soroban_sdk, in order to use Curve in tests we must get rid of the tuple within the Curve implementation.