Skip to content

Releases: 0xProject/0x-parser

v2.1.3

23 Sep 18:54
Compare
Choose a tag to compare

2.1.3 (2024-09-23)

Bug Fixes

  • use correct taker for meta transaction (70caa91)

v2.1.2

19 Aug 07:00
Compare
Choose a tag to compare

2.1.2 (2024-08-19)

Bug Fixes

  • ensure output values exist (0c3dc98)

v2.1.1

19 Aug 06:24
Compare
Choose a tag to compare

2.1.1 (2024-08-19)

Bug Fixes

  • return null for smart contract wallet reverts (bcd9730)

v2.1.0

19 Aug 02:04
Compare
Choose a tag to compare

2.1.0 (2024-08-19)

Features

  • support parsing erc-4337 transactions (373d143)

v2.0.2

11 Aug 07:27
Compare
Choose a tag to compare

2.0.2 (2024-08-11)

Bug Fixes

  • remove hardcoded settler meta txn contract (70893de)

v2.0.1

31 Jul 05:52
Compare
Choose a tag to compare

2.0.1 (2024-07-31)

Bug Fixes

  • parse latest executeMetaTxn from base (f6a825c)

v2.0.0

18 Jul 20:13
Compare
Choose a tag to compare

2.0.0 (2024-07-18)

⚠️ BREAKING CHANGES

0x-parser v2.0.0 introduces a npm package dedicated to 0x API v2 and the new Settler smart contract. 0x-parser now supports only API v2 and Settler. If you need to parse swaps from 0x Exchange Proxy, please use 0x-parser v1.x.x.

Features

  • migrate project to 0x v2 & settler (ec87786)

v1.2.5

17 Jul 03:36
Compare
Choose a tag to compare

1.2.5 (2024-07-17)

Bug Fixes

  • filter from logs from taker for initial input (fb218e5)

v1.2.4

16 Jul 20:18
Compare
Choose a tag to compare

1.2.4 (2024-07-16)

Bug Fixes

  • use logs if taker received found in logs (ef27691)

v1.2.3

10 Jul 18:36
Compare
Choose a tag to compare

1.2.3 (2024-07-10)

Bug Fixes

  • erc-20 transfers for SettlerMetaTxn (329a1fd)