Files
tycho-execution/CHANGELOG.md
semantic-release-bot 25a26f21be chore(release): 0.30.1 [skip ci]
## [0.30.1](https://github.com/propeller-heads/tycho-execution/compare/0.30.0...0.30.1) (2025-02-04)

### Bug Fixes

* deprecated signature ([576f89d](576f89d24c))
2025-02-04 18:17:33 +00:00

22 KiB

0.30.1 (2025-02-04)

Bug Fixes

0.30.0 (2025-02-04)

Features

0.29.1 (2025-02-04)

Bug Fixes

  • Fix bug with token indexing when wrapping/unwrapping (3f4e27a)
  • test fixes after merge (ff283bc)

0.29.0 (2025-02-04)

Features

  • add swap encoder test in balancer v2 executor (6333072)

Bug Fixes

0.28.0 (2025-02-04)

Features

  • Tycho encoder validation (4bc6159)

Bug Fixes

  • test_validate_fails_for_unwrap_wrong_last_swap (0660321)

0.27.0 (2025-02-04)

Features

  • Add complex swap to quickstart example (80454f0)
  • Add simple quickstart example (84d162d)

Bug Fixes

  • bring back one #[allow(dead_code)] (ae315b4)
  • Calculate min_amount_out correctly and extend test to prove this (de1c782)

0.26.0 (2025-02-03)

Features

  • Verify that no amount in is left in the router (0860d67)

0.25.3 (2025-01-31)

Bug Fixes

  • transfer ETH if tokenOut is ETH (3245ea7)

0.25.2 (2025-01-31)

Bug Fixes

  • Accidentally changed wrong test's calldata (faacd3f)
  • Expect decimal during encoding, add assert to test (5a81ed6)

0.25.1 (2025-01-31)

Bug Fixes

  • Fix selector - shouldn't contain spaces (5d6f0c1)
  • Fix token index order in strategy encoding. (c85c353)

0.25.0 (2025-01-31)

Features

  • Add ChainId model (089e7d2)
  • Implement SplitSwapStrategyEncoder (feb91cc)
  • Remove generalisation on user approvals manager (3a69bbf)
  • Simplify router encoder (6e8d2ed)

Bug Fixes

  • Don't leak evm specific code to interfaces(PrivateKeySigner, Chain) (7a8872c)
  • Post merge's fixes (a28b548)
  • replace all unwraps with proper error handling (5f3d440)
  • Use abi_encode_packed in ple_encode() (82e671d)
  • Use max instead of min to get the min_amount_out (575c5be)

0.24.0 (2025-01-30)

Features

  • rename batchSetExecutor to setExecutors (c653062)
  • replace setExecutor with batchSetExecutor (ea504fa)

Bug Fixes

0.23.0 (2025-01-30)

Features

  • add executor encoder test (ad70a0d)
  • add swap test with hex for univ2 executor (0196767)
  • add univ2 executor test with hex (c482e21)
  • remove exact_out from USV2 (8cb95f0)
  • resolve pr comments (1b8bf56)
  • update ExecutorEncoder interface and relevant types (5c39651)

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

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

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

0.15.0 (2025-01-24)

Features

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

  • ISwapExecutor shouldn't be payable (3df17e8)
  • Silence slither warnings (b616e11)

0.13.0 (2025-01-23)

Features

Bug Fixes

  • Correct encoding of the approvals (04e925f)
  • Small improvements (b9cfc4a)

0.12.0 (2025-01-23)

Features

  • add tests for withdraw, fee and make it DRY (056582c)

Bug Fixes

0.11.0 (2025-01-23)

Features

  • add LibPrefixLengthEncodedByteArray with tests (f25da21)
  • keep assembly (ae662d0)

0.10.0 (2025-01-23)

Features

Bug Fixes

  • use FEE_SETTER_ROLE for setFeeReceiver (15d3bec)

0.9.0 (2025-01-22)

Features

  • Emit events when setting executors/verifiers (59950a7)
  • Set swap executors and verifiers (4cb3286)

0.8.0 (2025-01-22)

Features

Bug Fixes

0.7.0 (2025-01-22)

Features

0.6.0 (2025-01-21)

Features

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

  • Add Slither to CI (f0620bd)
  • Add Slither to README.md and include contract file to test (2998bb3)

Bug Fixes

0.3.0 (2025-01-17)

Features

Bug Fixes

0.2.0 (2025-01-17)

Features

  • Simplify StrategyEncoders and RouterEncoder (38b8bb0)

0.1.0 (2025-01-17)

Features

  • Add chain in config.json for the executor addresses (f5df1bb)
  • Add evm feature gate (6c6ba21)

Bug Fixes

  • Make executor_address a String instead of Address (1d3ac22)

0.0.1 (2025-01-17)

Bug Fixes

0.0.0 (2025-01-17)