update abi-gen with new method interfaces (#2325)
* update abi-gen with new method interfaces * wip: get all packages to build * wip: get all packages to build * Fix two contract wrapper calls * Export necessary types part of the contract wrapper public interfaces * Revive and fix wrapper_unit_tests * Remove duplicate type * Fix lib_exchange_rich_error_decoder tests * Fix remaining test failures in contracts-* packages * Prettier fixes * remove transactionHelper * lint and update changelogs * Fix prettier * Revert changes to reference docs * Add back changelog already published and add revert changelog entry * Add missing CHANGELOG entries * Add missing comma * Update mesh-rpc-client dep * Update Mesh RPC logic in @0x/orderbook to v6.0.1-beta * Align package versions
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
"note": "ContractWrappers no longer exposes `erc20Proxy`, `erc721Proxy` and `dutchAuction` wrappers",
|
||||
"pr": 2324
|
||||
},
|
||||
{
|
||||
"note": "[Breaking] Big refactor of contract wrapper interface. See https://github.com/0xProject/0x-monorepo/pull/2325 for details",
|
||||
"pr": 2325
|
||||
},
|
||||
{
|
||||
"note": "Remove IWallet and IValidator contract wrappers",
|
||||
"pr": 2337
|
||||
|
@@ -41,6 +41,15 @@ export {
|
||||
ExchangeTransactionExecutionEventArgs,
|
||||
} from '@0x/abi-gen-wrappers';
|
||||
|
||||
export {
|
||||
ContractEvent,
|
||||
SendTransactionOpts,
|
||||
AwaitTransactionSuccessOpts,
|
||||
ContractFunctionObj,
|
||||
ContractTxFunctionObj,
|
||||
SubscriptionErrors,
|
||||
} from '@0x/base-contract';
|
||||
|
||||
export import Web3ProviderEngine = require('web3-provider-engine');
|
||||
|
||||
export {
|
||||
@@ -76,8 +85,6 @@ export {
|
||||
SimpleEvmOutput,
|
||||
SimpleEvmBytecodeOutput,
|
||||
EIP712DomainWithDefaultSchema,
|
||||
AwaitTransactionSuccessOpts,
|
||||
SendTransactionOpts,
|
||||
EventCallback,
|
||||
IndexedFilterValues,
|
||||
DecodedLogEvent,
|
||||
|
Reference in New Issue
Block a user