Releases: propeller-heads/tycho-simulation
Releases · propeller-heads/tycho-simulation
0.44.0
0.44.0 (2024-11-25)
Features
- add
VMPoolStateBuilder
and refactor TychoSimulationContract to improve engine handling (58319b6)
0.43.1
0.43.1 (2024-11-21)
Bug Fixes
- checksum address before converting to rAddress (d38cec8)
- Do not make accounts public (832b873)
0.43.0
0.43.0 (2024-11-21)
Features
- Implement clear_all_cache (8440caa)
Bug Fixes
- Do not clone self in
clear_all_cache
(0dc0e88)
0.42.1
0.42.1 (2024-11-21)
Bug Fixes
- db: avoid deadlocks on the
RwLock
(b18c60c)
- simulation: correctly handle tokio runtime for traces (62309a6)
0.42.0
0.42.0 (2024-11-19)
Features
- change usv2 from little to big endian decoding (6192c19)
0.41.0
0.41.0 (2024-11-14)
Features
- (WIP) add balancer pool filter to tycho.rs (67647d6)
- Add balancer to example (7339063)
- Change H160 to Bytes (d5f3ea5)
- Implement delta_transition for VMPoolState - it sets spot prices (e0883da)
- implement From trait from dto objs to tycho_models (4f2a777)
Bug Fixes
- (WIP) fix pool filter (901939d)
- call
update_engine
before creating pool state (0d3b1c4)
- Change tag of tycho-client and indexer (0a4a6f2)
- fix pool filter call order (cfb907c)
- Use same dependency of tycho-core as quoter (5705236)
0.40.0
0.40.0 (2024-11-13)
Features
- simulation: try to bruteforce token slots when they are unknown (482ac49)
- token: handle bruteforcing slots for Vyper contracts. (9902dd8)
0.39.2
0.39.2 (2024-11-08)
Bug Fixes
- do not expect VMPoolState protocol system name to start with 'vm:' (8d08147)
- protocol name to adapter file path conversion (79ef30b)