diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-22 22:10:02 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-22 22:10:02 +0800 |
commit | fb4fbc0e133c37c270c46d43fd84428a9423e896 (patch) | |
tree | 3a9b59893a19b20ec7569ed7e740efc4d48c7525 /packages | |
parent | 730226081c3880b203b8a74752176e9b1bfdd6fc (diff) | |
download | dexon-sol-tools-fb4fbc0e133c37c270c46d43fd84428a9423e896.tar dexon-sol-tools-fb4fbc0e133c37c270c46d43fd84428a9423e896.tar.gz dexon-sol-tools-fb4fbc0e133c37c270c46d43fd84428a9423e896.tar.bz2 dexon-sol-tools-fb4fbc0e133c37c270c46d43fd84428a9423e896.tar.lz dexon-sol-tools-fb4fbc0e133c37c270c46d43fd84428a9423e896.tar.xz dexon-sol-tools-fb4fbc0e133c37c270c46d43fd84428a9423e896.tar.zst dexon-sol-tools-fb4fbc0e133c37c270c46d43fd84428a9423e896.zip |
Update contract-wrappers CHANGELOG
Diffstat (limited to 'packages')
-rw-r--r-- | packages/contract-wrappers/CHANGELOG.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/contract-wrappers/CHANGELOG.json b/packages/contract-wrappers/CHANGELOG.json index a1f505001..796c51be0 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -3,8 +3,12 @@ "version": "1.0.1-rc.4", "changes": [ { - "note": "Export missing ExchangeSignatureValidatorApprovalEventArgs type", - "pr": 924 + "note": "Export missing types: TransactionEncoder, EventCallback, DecodedLogEvent, ContractAbi, JSONRPCRequestPayload, JSONRPCResponsePayload, JSONRPCErrorCallback, AbiDefinition, LogWithDecodedArgs, FunctionAbi, EventAbi, EventParameter, DecodedLogArgs, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, ConstructorStateMutability, StateMutability & ExchangeSignatureValidatorApprovalEventArgs", + "pr": 924 + }, + { + "note": "Remove superfluous exported types: EventCallback, ContractEvent, Token, OrderFillRequest, ContractEventArgs, LogEvent, DecodedLogEvent, OnOrderStateChangeCallback, ECSignature, OrderStateValid, OrderStateInvalid, OrderState, FilterObject, LogWithDecodedArgs, TransactionReceipt & TransactionReceiptWithDecodedLogs", + "pr": 924 }, { "note": "Added Transaction Encoder for use with 0x Exchange executeTransaction", |