Releases: 0xProject/0x-parser
Releases · 0xProject/0x-parser
v2.1.3
2.1.3 (2024-09-23)
Bug Fixes
- use correct taker for meta transaction (70caa91)
v2.1.2
2.1.2 (2024-08-19)
Bug Fixes
- ensure output values exist (0c3dc98)
v2.1.1
2.1.1 (2024-08-19)
Bug Fixes
- return null for smart contract wallet reverts (bcd9730)
v2.1.0
2.1.0 (2024-08-19)
Features
- support parsing erc-4337 transactions (373d143)
v2.0.2
2.0.2 (2024-08-11)
Bug Fixes
- remove hardcoded settler meta txn contract (70893de)
v2.0.1
2.0.1 (2024-07-31)
Bug Fixes
- parse latest executeMetaTxn from base (f6a825c)
v2.0.0
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
1.2.5 (2024-07-17)
Bug Fixes
- filter from logs from taker for initial input (fb218e5)
v1.2.4
1.2.4 (2024-07-16)
Bug Fixes
- use logs if taker received found in logs (ef27691)
v1.2.3
1.2.3 (2024-07-10)
Bug Fixes
- erc-20 transfers for SettlerMetaTxn (329a1fd)