Files
protocol/packages/contract-wrappers/CHANGELOG.md
2018-08-24 19:11:10 +01:00

1.8 KiB

CHANGELOG

v1.0.1-rc.4 - August 24, 2018

* Export missing types: `TransactionEncoder`, `ContractAbi`, `JSONRPCRequestPayload`, `JSONRPCResponsePayload`, `JSONRPCErrorCallback`, `AbiDefinition`, `FunctionAbi`, `EventAbi`, `EventParameter`, `DecodedLogArgs`, `MethodAbi`, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability`, `StateMutability` & `ExchangeSignatureValidatorApprovalEventArgs` (#924)
* Remove superfluous exported types: `ContractEvent`, `Token`, `OrderFillRequest`, `ContractEventArgs`, `LogEvent`, `OnOrderStateChangeCallback`,     `ECSignature`, `OrderStateValid`, `OrderStateInvalid`, `OrderState`, `FilterObject`, `TransactionReceipt` & `TransactionReceiptWithDecodedLogs` (#924)
* Added Transaction Encoder for use with 0x Exchange executeTransaction (#975)

v1.0.1-rc.3 - August 14, 2018

* Added strict encoding/decoding checks for sendTransaction and call (#915)
* Add ForwarderWrapper (#934)
* Optimize orders in ForwarderWrapper (#936)

v1.0.1-rc.2 - July 26, 2018

* Fixed bug caused by importing non-existent dep

v1.0.1-rc.1 - July 26, 2018

* Dependencies updated

v1.0.0 - July 23, 2018

* Dependencies updated

v1.0.0-rc.1 - July 20, 2018

* Update blockstream to v5.0 and propogate up caught errors to active subscriptions (#815)
* Update to v2 of 0x rpotocol (#822)

v0.1.1 - July 18, 2018

* Dependencies updated

v0.0.5 - June 19, 2018

* Dependencies updated

v0.0.4 - May 29, 2018

* Expose 'abi' ContractAbi property on all contract wrappers

v0.0.2 - May 22, 2018

* Dependencies updated

v0.0.1 - May 22, 2018

* Moved contractWrappers out of 0x.js (#579)