Commit Graph

28 Commits

Author SHA1 Message Date
Pierre
b3e3672172 Revert "ENG-3406: Add new bytes parameter to swap" 2024-08-08 22:24:35 +02:00
PierreMkt
034d5ac8c2 feat(adapters): Add new bytes parameter to swap
that allows arbitrary data to be passed
2024-08-02 11:55:00 -04:00
pistomat
54e4c9f92e chore: forge fmt 2024-04-13 11:11:34 +00:00
pistomat
1738ca7bd2 Fix merge issues 2024-04-13 11:11:20 +00:00
Ale personal
5ce93956ff improve: Add docstring to the swap and price functions of Angle 2024-03-27 17:09:15 +01:00
Ale personal
f2afca9b28 fix: Update manifest of Angle 2024-03-27 16:58:24 +01:00
Ale personal
17954c3ffe fix: Change output number of Angle capabilities from 3 to 2 2024-03-27 15:33:40 +01:00
Alessandro Bergamaschi
113afd04fb Update evm/src/angle/AngleAdapter.sol
Co-authored-by: pistomat <pistomat@users.noreply.github.com>
2024-03-27 15:28:47 +01:00
Alessandro Bergamaschi
115c7c26cc Update evm/src/angle/AngleAdapter.sol
Co-authored-by: pistomat <pistomat@users.noreply.github.com>
2024-03-27 15:28:34 +01:00
Ale personal
81106d75f5 improve: Optimize sell function of Angle adapter 2024-03-27 15:24:15 +01:00
Alessandro Bergamaschi
2d21f988dd Update evm/src/angle/AngleAdapter.sol
Co-authored-by: pistomat <pistomat@users.noreply.github.com>
2024-03-27 15:09:58 +01:00
Ale personal
77843d0695 fix: Update manifest of Angle 2024-03-27 15:08:24 +01:00
Ale personal
045fa1cc0d improve: Change ITransmuter from abstract contract to interface 2024-03-27 14:59:07 +01:00
Ale personal
511ca59f59 feat: Improve adapter and tests 2024-03-16 19:45:15 +01:00
domenicodev
a4f0f93e37 feat: Moved solidity imports and declarations to main adapter file 2024-01-24 17:36:08 +01:00
domenicodev
174c4e158a Revert "feat: Moved imports to main adapter file"
This reverts commit 96915bd158.
2024-01-24 17:33:47 +01:00
domenicodev
96915bd158 feat: Moved imports to main adapter file 2024-01-24 17:33:10 +01:00
domenicodev
8ef2f75fae fix: Increased RESERVE_LIMIT_FACTOR to prevent reverts 2024-01-24 17:29:13 +01:00
domenicodev
61bb75985c feat: Implemented getCapabilities 2024-01-24 11:53:56 +01:00
domenicodev
69eeec4385 fix: Fixed getPriceAt to obtain the correct prices 2024-01-24 11:52:47 +01:00
domenicodev
42ac2b1b60 feat: Added top comment explaining prices 2024-01-24 11:21:35 +01:00
domenicodev
b589940dc9 fix: Removed console logs 2024-01-23 19:07:32 +01:00
domenicodev
16237824a5 fix: Fixed divisions in getLimits, added RESERVE_LIMIT_FACTOR as constant 2024-01-23 19:06:02 +01:00
domenicodev
a4693f5300 feat: Implemented swap() 2024-01-23 18:43:57 +01:00
domenicodev
7c1e102f73 fix: Fixed getPoolIds not implemented text, improved gas in getLimits 2024-01-23 16:58:29 +01:00
domenicodev
339b0b17b9 fix: Fixed manifest.yaml 2024-01-23 16:55:40 +01:00
domenicodev
ba289d5bd1 feat: Added imports in a different file as too long, implemented getLimits and getTokens 2024-01-23 16:54:38 +01:00
domenicodev
94644ac735 feat: Initial setup and price() function implementation 2024-01-22 12:08:59 +01:00