Update contract-wrappers everywhere (#2068)

* add validateAndSendTransactionAsync to all wrappers

* remove contract-wrappers from @0x/contracts-extensions

* replace error types in contract-wrappers

* upgrade asset-buyer and asset-swapper to contract-wrappers v11

* update website and 0x.js

* remove calldataOptimizationUtils
This commit is contained in:
Xianny
2019-08-15 10:53:33 -07:00
committed by GitHub
parent 29d5db16c2
commit 38d2b70ba6
55 changed files with 1498 additions and 258 deletions

View File

@@ -60,12 +60,12 @@ export const docGenConfigs: DocGenConfigs = {
'NonceSubproviderErrors',
'Web3WrapperErrors',
'AssetBuyerError',
'ContractWrappersError',
'ContractError',
'TypedDataError',
'SwapQuoterError',
'SwapQuoteGetOutputOpts',
'SwapQuoteExecutionOpts',
'ForwarderWrapperError',
'ForwarderError',
'CoordinatorServerError',
'CoordinatorServerCancellationResponse',
'EventCallback',