Releases: propeller-heads/tycho-simulation
Releases · propeller-heads/tycho-simulation
0.49.1
0.49.1 (2024-11-29)
Bug Fixes
- Use u256_to_f64 when calculating prices (49a8a31)
0.49.0
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
0.48.0 (2024-11-28)
Features
- make most VMPoolState attrs private (4f16913)
0.47.3
0.47.3 (2024-11-28)
Bug Fixes
- no more address checksumming (6f7ca5a)
0.47.0
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
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
0.45.1 (2024-11-26)
Bug Fixes
- fix rebase issues (bd16d3a)
- Update trait usage in explorer example (fc1f8c5)
0.45.0
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)