Skip to content

Releases: propeller-heads/tycho-simulation

0.49.1

29 Nov 21:03
Compare
Choose a tag to compare

0.49.1 (2024-11-29)

Bug Fixes

  • Use u256_to_f64 when calculating prices (49a8a31)

0.49.0

29 Nov 11:22
Compare
Choose a tag to compare

0.49.0 (2024-11-29)

Features

  • Change type of adapter_contract_path to PathBuf (d78a761)
  • The adapter file path needs to be relative to this crate (8fefefd)

0.48.0

28 Nov 21:53
Compare
Choose a tag to compare

0.48.0 (2024-11-28)

Features

  • make most VMPoolState attrs private (4f16913)

0.47.3

28 Nov 21:39
Compare
Choose a tag to compare

0.47.3 (2024-11-28)

Bug Fixes

  • no more address checksumming (6f7ca5a)

0.47.2

28 Nov 14:57
Compare
Choose a tag to compare

0.47.2 (2024-11-28)

0.47.1

28 Nov 13:45
Compare
Choose a tag to compare

0.47.1 (2024-11-28)

0.47.0

28 Nov 13:35
Compare
Choose a tag to compare

0.47.0 (2024-11-28)

Features

  • Add a check to without the evm feature (70d23fd)
  • Feature gate evm dependencies (fdfe7ed)

Bug Fixes

0.46.0

27 Nov 17:51
Compare
Choose a tag to compare

0.46.0 (2024-11-27)

Features

  • (WIP) Define better user-facing errors (623dcd8)
  • Map DecodingError -> FatalError (0ceb13f)
  • Map Encoding -> FatalError (2dcbf9f)
  • map InsufficientData -> RetryDifferentInput (270ebe0)
  • Remove SimulationEngineError enum in SimulationError (34c782f)
  • return optional partial result in RetryDifferentInput (9fbbaa1)

Bug Fixes

  • Clearer error messages and some error type fixes (fda6527)
  • raise FatalError if RPC_URL not set (99dc5ab)
  • state builder test typo (c536bbe)

0.45.1

26 Nov 15:59
Compare
Choose a tag to compare

0.45.1 (2024-11-26)

Bug Fixes

  • fix rebase issues (bd16d3a)
  • Update trait usage in explorer example (fc1f8c5)

0.45.0

26 Nov 15:52
Compare
Choose a tag to compare

0.45.0 (2024-11-26)

Features

  • use tycho dev as default URL for example (183aa46)

Bug Fixes

  • re-enable uniswap_v2 & v3 and disable balancer (ca8fca6)