## [0.22.0](https://github.com/propeller-heads/tycho-execution/compare/0.21.0...0.22.0) (2025-01-30) ### Features * fixed USV3 Verification ([96af542](96af542923)) * Implement generic callback ([fafeba9](fafeba9248)) * UniswapV3Executor and integration tests ([ca32446](ca32446a9e)) * USV3 verification ([7822c4f](7822c4f913)) ### Bug Fixes * Remove amountReceived and dataOffset from the callback verification ([63b94b5](63b94b5584)) * Remove amountReceived, dataOffset from ICallbackVerifier interface ([33ada0c](33ada0cf26)) * Remove exactOut from USV3 encoding ([d8b44f6](d8b44f623b))
15 KiB
15 KiB
0.22.0 (2025-01-30)
Features
- fixed USV3 Verification (96af542)
- Implement generic callback (fafeba9)
- UniswapV3Executor and integration tests (ca32446)
- USV3 verification (7822c4f)
Bug Fixes
- Remove amountReceived and dataOffset from the callback verification (63b94b5)
- Remove amountReceived, dataOffset from ICallbackVerifier interface (33ada0c)
- Remove exactOut from USV3 encoding (d8b44f6)
0.21.0 (2025-01-28)
Features
- add balancer v2 executor (a700189)
- add node.js workflow (25756ff)
- add tests for Balancer V2 executor (a4e405f)
- approve max (cb6d165)
- update remappings and remove node modules (b65b682)
Bug Fixes
- balancer v2 encoder bug (a6a624b)
- build (5dc5e23)
- ci (b1ca478)
- clippy (877f625)
- exclude node modules from slither (4b3c5c5)
- filter paths slither (6c30cf8)
- rm exactOut (44db2e5)
- slither (b854282)
- slither (7a83edd)
0.20.0 (2025-01-28)
Features
- Add executor and selector to Swap (c2347ac)
- Add swap method (first attempt) (a8f6fc1)
- Add swap method with tests (50429ad)
- Assume that funds will never go straight from a pool to the receiver (655cf91)
- Smother slither and add a reentrancy guard in swap() (dfa7033)
- Wrap and unwrap ETH (3b2d9fc)
Bug Fixes
0.19.0 (2025-01-28)
Features
- UniswapV3SwapEncoder (9c63e09), closes /github.com/propeller-heads/tycho-protocol-sdk/blob/3c08359cf112e15c137dd5256b8dc8e9cd6c1626/substreams/ethereum-uniswap-v3/src/modules/1_map_pool_created.rs#L64
0.18.0 (2025-01-27)
Features
- Perform staticcall to CallbackVerifier (ad0748e)
0.17.0 (2025-01-27)
Features
- add pause/unpause methods (c982ed9)
Bug Fixes
0.16.0 (2025-01-27)
Features
- add balance v2 encoder test (9cecea8)
Bug Fixes
- async (7c198ff)
0.15.0 (2025-01-24)
Features
- UniswapV2 SwapExecutor (5627a19)
Bug Fixes
- Add input validation size in Uniswapv2SwapExecutor (ed44f4e)
- Remove exactOut logic from Uniswapv2SwapExecutor (b9f4451)
0.14.0 (2025-01-24)
Features
- delegatecall to executor in SwapExecutionDispatcher (e91ee96)
- Emit event when removing executor (1fabff1)
Bug Fixes
0.13.0 (2025-01-23)
Features
- Implement Permit2 (ce9ae49)
Bug Fixes
0.12.0 (2025-01-23)
Features
- add tests for withdraw, fee and make it DRY (056582c)
Bug Fixes
- pr comments (9c99b73)
0.11.0 (2025-01-23)
Features
0.10.0 (2025-01-23)
Features
- add fee methods (0dc7edc)
Bug Fixes
- use FEE_SETTER_ROLE for setFeeReceiver (15d3bec)
0.9.0 (2025-01-22)
Features
0.8.0 (2025-01-22)
Features
Bug Fixes
- ci (0c05874)
- disable slither for native withdraw (f3363a2)
- undo rm lib (a1e7b55)
- use send for native transfer (c6c0ddd)
0.7.0 (2025-01-22)
Features
- UniswapV2 Swap Encoder (7b4bf02)
0.6.0 (2025-01-21)
Features
- Add openzeppelin lib for access control (a8f62ee)
- Add permit2 lib for approval management (cb9053b)
- initial TychoRouter skeleton (ab28a47), closes lib/openzeppelin-contracts/contracts/access/AccessControl.sol#4 lib/openzeppelin-contracts/contracts/access/IAccessControl.sol#4 lib/openzeppelin-contracts/contracts/utils/Context.sol#4 lib/openzeppelin-contracts/contracts/utils/introspection/ERC165.sol#4 lib/openzeppelin-contracts/contracts/utils/introspection/IERC165.sol#4 lib/permit2/src/interfaces/IAllowanceTransfer.sol#2 lib/permit2/src/interfaces/IEIP712.sol#2
Bug Fixes
- Filter paths when running slither in CI (96809d4)
0.5.0 (2025-01-20)
Features
- Implement ProtocolApprovalsManager (cbf2b4d)
0.4.0 (2025-01-20)
Features
Bug Fixes
- Bump to latest Solidity version (0.8.28) (f987125), closes src/Counter.sol#2
- Specify foundry subdir when running slither in CI (40f0a2a)
0.3.0 (2025-01-17)
Features
- Add EncodingError (bab5caa)
Bug Fixes
- Add RecoverableError (af6d73a)
0.2.0 (2025-01-17)
Features
- Simplify StrategyEncoders and RouterEncoder (38b8bb0)
0.1.0 (2025-01-17)
Features
Bug Fixes
- Make executor_address a String instead of Address (1d3ac22)
0.0.1 (2025-01-17)
Bug Fixes
- change release version (d584e0a)