This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Releases: 0xProject/0x-monorepo
Releases · 0xProject/0x-monorepo
0x.js v0.20.0
0x.js v0.19.0
0x.js v0.18.0
Added zeroEx.exchange.validateOrderFillableOrThrowAsync
to simplify orderbook pruning (#170)
0x.js v0.17.0
- Made
zeroEx.exchange.getZRXTokenAddressAsync
public (#171)
0x.js v0.16.0
0x.js v0.15.0
- Added the ability to specify a historical
blockNumber
at which to query the blockchain's state when calling a token or exchange method (#161)
0x.js v0.14.2
- Fixed an issue with bignumber.js types not found (#160)
0x.js v0.14.1
- Fixed an issue with Artifact type not found (#159)
0x.js v0.14.0
0x.js v0.13.0
- Made all the functions submitting transactions to the network to immediately return transaction hash (#151)
- Added
zeroEx.awaitTransactionMinedAsync
(#151) - Added
TransactionReceiptWithDecodedLogs
,LogWithDecodedArgs
,DecodedLogArgs
to public types (#151) - Added signature validation to
validateFillOrderThrowIfInvalidAsync
(#152)