Skip to content

Releases: propeller-heads/tycho-simulation

0.60.2

13 Dec 19:38
Compare
Choose a tag to compare

0.60.2 (2024-12-13)

Bug Fixes

  • Add tokens which are not already included in state guard (86bbb3e)

0.60.1

13 Dec 17:07
Compare
Choose a tag to compare

0.60.1 (2024-12-13)

Bug Fixes

  • Move load_all_tokens to simulation's utils (cce65a7)

0.60.0

13 Dec 15:34
Compare
Choose a tag to compare

0.60.0 (2024-12-13)

Features

  • Provide ProtocolStreamBuilder to simplify decoding (#53) (bc82193)

0.59.3

13 Dec 03:09
Compare
Choose a tag to compare

0.59.3 (2024-12-13)

Bug Fixes

  • Put back block lasting overwrites (8a6743e)

0.59.2

12 Dec 17:43
Compare
Choose a tag to compare

0.59.2 (2024-12-12)

Bug Fixes

  • Change tycho url to point to dev db (b3ed2c5)

0.59.1

12 Dec 17:37
Compare
Choose a tag to compare

0.59.1 (2024-12-12)

Bug Fixes

  • Don't hardcode ADAPTER_ADDRESS, make it depend on the protocol (58f6294)

0.59.0

12 Dec 10:48
Compare
Choose a tag to compare

0.59.0 (2024-12-12)

Features

  • Downgrade alloy because foundry depends on alloy and we don't want to update that now (b44c6d4)
  • Remove ethers from utils and Cargo.toml (0753dbd)
  • Replace ethers Middleware with Provider from alloy (a83925d)
  • Support setting the block and add/fix real tests (b3725e6)
  • Update python package to use Provider from alloy (2851d90)

Bug Fixes

0.58.0

11 Dec 17:29
Compare
Choose a tag to compare

0.58.0 (2024-12-11)

Features

  • Generalize ERC20Token class (b023b7b)

Bug Fixes

  • Expect Bytes for token address in decoders... (c5b945d)
  • Restrict scope of most utils to pub(crate)... (e1fda7f)
  • revert main.rs (e1451c1)

0.57.1

11 Dec 10:02
Compare
Choose a tag to compare

0.57.1 (2024-12-11)

Bug Fixes

  • Rename BalancerSwapAdapter.evm.runtime to BalancerV2SwapAdapter.evm.runtime (d091e60)

0.57.0

10 Dec 18:48
Compare
Choose a tag to compare

0.57.0 (2024-12-10)

Features

  • example: add Curve to explorer example (4840265)

Bug Fixes

  • correctly initialize stateless contracts (28d3ad3)
  • correctly overwrites balances (b5b7f2d)