Skip to content

Releases: propeller-heads/tycho-simulation

0.44.1

26 Nov 15:45
Compare
Choose a tag to compare

0.44.1 (2024-11-26)

0.44.0

25 Nov 05:17
Compare
Choose a tag to compare

0.44.0 (2024-11-25)

Features

  • add VMPoolStateBuilder and refactor TychoSimulationContract to improve engine handling (58319b6)

0.43.2

22 Nov 18:43
Compare
Choose a tag to compare

0.43.2 (2024-11-22)

0.43.1

21 Nov 21:48
Compare
Choose a tag to compare

0.43.1 (2024-11-21)

Bug Fixes

  • checksum address before converting to rAddress (d38cec8)
  • Do not make accounts public (832b873)

0.43.0

21 Nov 15:38
Compare
Choose a tag to compare

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

21 Nov 06:14
Compare
Choose a tag to compare

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

19 Nov 17:59
Compare
Choose a tag to compare

0.42.0 (2024-11-19)

Features

  • change usv2 from little to big endian decoding (6192c19)

0.41.0

14 Nov 22:21
Compare
Choose a tag to compare

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

13 Nov 21:24
Compare
Choose a tag to compare

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

08 Nov 11:09
Compare
Choose a tag to compare

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)