Skip to content

Releases: propeller-heads/tycho-simulation

0.56.1

10 Dec 10:46
Compare
Choose a tag to compare

0.56.1 (2024-12-10)

Bug Fixes

  • update default TYCHO_URL to point to beta environment (e5406c8)

0.56.0

09 Dec 21:58
Compare
Choose a tag to compare

0.56.0 (2024-12-09)

Features

  • Take generic DB trait in state builder (f1bc2a3)

0.55.0

09 Dec 18:18
Compare
Choose a tag to compare

0.55.0 (2024-12-09)

Features

  • Replace ethers types in block hash (62a9a3d)
  • Replace ethers types with alloy in simulation interfaces (803d1f9)
  • Update encoding and decoding to use alloy instead of ethers (3cd1787)

0.54.0

05 Dec 18:12
Compare
Choose a tag to compare

0.54.0 (2024-12-05)

Features

  • Change ERC20Token address to be alloy's Address instead of H160 (b9f55db)

0.53.0

05 Dec 16:36
Compare
Choose a tag to compare

0.53.0 (2024-12-05)

Features

  • Bye bye ethers pt. 1 (fadf85c)
  • Change uniswap v3 code to use alloy instead of ethers (8775ef9)
  • Make alloy-primitives not optional (ee75622)

0.52.2

03 Dec 19:02
Compare
Choose a tag to compare

0.52.2 (2024-12-03)

Bug Fixes

  • Remove RUST_LOG flag reference from example README (07ca8e4)

0.52.1

03 Dec 17:54
Compare
Choose a tag to compare

0.52.1 (2024-12-03)

Bug Fixes

  • Remove BalancerV2 from example (aa8732f)

0.52.0

03 Dec 14:39
Compare
Choose a tag to compare

0.52.0 (2024-12-03)

Features

  • take generic constraints for EVMPoolState instead of PreCachedDB (a95ed00)

0.51.0

03 Dec 14:09
Compare
Choose a tag to compare

0.51.0 (2024-12-03)

Features

  • Discontinue support for event transitioning (d4c8346)
  • Remove ProtocolEvent and all USV2/3 event files. (5b4770f)

0.50.0

29 Nov 21:31
Compare
Choose a tag to compare

0.50.0 (2024-11-29)

Features

  • move balances to init - it's now mandatory (f9b9131)

Bug Fixes

  • Don't use unwrap_or_default if balance not found (a6c0a37)