aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 0.9.2v0.9.2Fabio Berger2017-08-211-1/+1
* Merge branch 'master' of github.com:0xProject/0x.jsFabio Berger2017-08-211-1/+1
|\
| * Merge pull request #123 from 0xProject/fixCiFabio Berger2017-08-211-1/+1
| |\
| | * try 4000 timeoutFabio Berger2017-08-211-1/+1
| | * try longer timeoutFabio Berger2017-08-211-1/+1
| |/
* / Update changelogFabio Berger2017-08-211-0/+5
|/
* Update testrpc snapshot and testrpc artifactsFabio Berger2017-08-216-39/+39
* Update artifacts and rename proxy to tokenTransferProxyFabio Berger2017-08-217-217/+248
* Merge pull request #118 from 0xProject/artifacts-updateFabio Berger2017-08-2112-521/+401
|\
| * Remove url from token registryLeonid Logvinov2017-08-154-21/+4
| * Update testrpc artifactsLeonid Logvinov2017-08-153-3/+3
| * Update contracts snapshot hashLeonid Logvinov2017-08-151-1/+1
| * --no-editLeonid Logvinov2017-08-151-1/+1
| * Update Exchange artifacts and adjust ExchangeWrapperLeonid Logvinov2017-08-153-94/+89
| * Update TokenRegistry artifactsLeonid Logvinov2017-08-151-205/+245
| * Update EtherToken artifactsLeonid Logvinov2017-08-151-8/+59
| * Update Token artifactsLeonid Logvinov2017-08-151-2/+2
| * Remove Mintable artifactsLeonid Logvinov2017-08-152-190/+1
* | 0.9.1v0.9.1Leonid Logvinov2017-08-171-1/+1
* | Update CHANGELOG.md before v0.9.1Leonid Logvinov2017-08-171-0/+4
* | Merge pull request #120 from 0xProject/addTestWithWeb3WithoutAddressesLeonid2017-08-177-62/+148
|\ \ | |/ |/|
| * Add JSONRPCPayload type and remove unused importLeonid Logvinov2017-08-172-3/+8
| * set default value to hasAddresses booleanFabio Berger2017-08-171-1/+1
| * remove unnecessary assertion and add regression testFabio Berger2017-08-172-18/+40
| * remove unneeded assertion from _isRoundingErrorAsync since one can make stati...Fabio Berger2017-08-171-1/+0
| * Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi...Fabio Berger2017-08-174-22/+68
| * Update yarn.lockFabio Berger2017-08-171-22/+36
|/
* Merge pull request #117 from 0xProject/greenkeeper/sinon-3.0.0Leonid2017-08-041-1/+1
|\
| * chore(package): update sinon to version 3.0.0greenkeeper[bot]2017-08-031-1/+1
|/
* Merge pull request #116 from 0xProject/greenkeeper/typedoc-0.8.0Leonid2017-07-281-1/+1
|\
| * chore(package): update typedoc to version 0.8.0greenkeeper[bot]2017-07-281-1/+1
|/
* Add PR links to CHANGELOG.mdLeonid Logvinov2017-07-261-2/+2
* 0.9.0v0.9.0Leonid Logvinov2017-07-261-1/+1
* Add release date for 0.9.0Leonid Logvinov2017-07-261-1/+1
* Merge pull request #115 from 0xProject/pre-0.9.0-CHANGELOGLeonid2017-07-261-0/+3
|\
| * Update CHANGELOG.mdLeonid Logvinov2017-07-261-0/+3
|/
* Merge branch 'greenkeeper/web3-typescript-typings-0.3.0'Leonid Logvinov2017-07-261-3/+3
|\
| * Update yarn.lockLeonid Logvinov2017-07-261-3/+3
|/
* Merge pull request #114 from 0xProject/greenkeeper/web3-typescript-typings-0.3.0Leonid2017-07-261-1/+1
|\
| * chore(package): update web3-typescript-typings to version 0.3.0greenkeeper[bot]2017-07-261-1/+1
|/
* Merge pull request #109 from 0xProject/fees-balance-allowance-validationLeonid2017-07-2612-165/+291
|\
| * Indent callbacksLeonid Logvinov2017-07-261-2/+2
| * Rearrange importsLeonid Logvinov2017-07-261-1/+1
| * Simplify order checksLeonid Logvinov2017-07-261-30/+18
| * Store tokenWrapper inside of OrdervalidationUtilsLeonid Logvinov2017-07-262-23/+29
| * Remove and from namesLeonid Logvinov2017-07-262-6/+6
| * Remove unused importsLeonid Logvinov2017-07-2610-15/+1
| * Fix testsLeonid Logvinov2017-07-261-1/+1
| * Factor out order validation testsLeonid Logvinov2017-07-262-147/+203
| * Cover all possible branches of order validation errors with testsLeonid Logvinov2017-07-262-25/+67
| * Refactor OrderValidationUtils to check for the case when ZRX is one of the to...Leonid Logvinov2017-07-262-55/+81
| * Pass tokenWrapper to validateFillOrderBalancesAndAllowancesAndThrowIfInvalidA...Leonid Logvinov2017-07-262-12/+12
| * Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to orderVa...Leonid Logvinov2017-07-262-63/+70
| * Add a test: should throw when maker has balance to cover fees or transfer but...Leonid Logvinov2017-07-261-0/+15
|/
* Merge pull request #113 from 0xProject/ethereumjs-util-typesLeonid2017-07-224-19/+29
|\
| * Add ethereumjs-utils typesLeonid Logvinov2017-07-224-19/+29
|/
* Merge pull request #112 from 0xProject/bn.js-typesLeonid2017-07-225-3/+10
|\
| * Add bn.js typesLeonid Logvinov2017-07-225-3/+10
|/
* Merge pull request #108 from 0xProject/greenkeeper/web3-0.20.0Leonid2017-07-191-1/+1
|\
| * fix(package): update web3 to version 0.20.0greenkeeper[bot]2017-07-171-1/+1
* | Merge pull request #110 from 0xProject/greenkeeper/web3-typescript-typings-0.2.1Leonid2017-07-191-1/+1
|\ \ | |/ |/|
| * chore(package): update web3-typescript-typings to version 0.2.1greenkeeper[bot]2017-07-191-1/+1
|/
* Merge pull request #104 from 0xProject/ts-2.4Leonid2017-07-1215-148/+140
|\
| * Use actual exception values in test namesLeonid Logvinov2017-07-121-3/+3
| * Add a comment explaining anyLeonid Logvinov2017-07-121-1/+2
| * Add forgotten meger conflict resolutionLeonid Logvinov2017-07-121-19/+0
| * Use PascalCase names as string enum keysLeonid Logvinov2017-07-1213-117/+144
| * Migrate to using native string enumsLeonid Logvinov2017-07-121-67/+50
| * Update to typescript@2.4Leonid Logvinov2017-07-122-2/+2
|/
* Merge pull request #107 from 0xProject/static-get-order-hash-hexLeonid2017-07-125-35/+36
|\
| * Reformat CHANGELOG to use past tenseLeonid Logvinov2017-07-121-14/+14
| * Update CHANGELOG.mdLeonid Logvinov2017-07-121-0/+1
| * Make getOrderHashHex staticLeonid Logvinov2017-07-124-21/+21
|/
* Merge pull request #106 from 0xProject/single-exchangeLeonid2017-07-1210-199/+67
|\
| * Fix the commentLeonid Logvinov2017-07-121-1/+3
| * Update CHANGELOG.mdLeonid Logvinov2017-07-121-2/+1
| * Migrate to using a single Exchange contractLeonid Logvinov2017-07-127-191/+64
| * Remove exchange artifacts by nameLeonid Logvinov2017-07-121-6/+0
| * Flatten artifactsLeonid Logvinov2017-07-121-0/+0
|/
* Merge pull request #105 from 0xProject/chai-bignumberLeonid2017-07-122-21/+13
|\
| * Stop using custom chai-bignumber forkLeonid Logvinov2017-07-122-21/+13
|/
* Merge pull request #103 from 0xProject/jsonschema-typesLeonid2017-07-123-14/+62
|\
| * Add the source for the schemaLeonid2017-07-121-0/+1
| * Use custom Schema typesLeonid Logvinov2017-07-122-14/+13
| * Add jsonschema Schema declarationLeonid Logvinov2017-07-121-0/+48
|/
* Merge pull request #101 from 0xProject/new-contractsFabio Berger2017-07-110-0/+0
|\
| * Fix a typoLeonid Logvinov2017-07-111-4/+4
| * Fix a typo in commentLeonid Logvinov2017-07-111-2/+2
| * Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowanceLeonid Logvinov2017-07-111-10/+11
| * Simplify BigNumber hackLeonid Logvinov2017-07-081-5/+2
| * use yarn on CILeonid Logvinov2017-07-081-4/+11
| * Upgrade to a new node versionLeonid Logvinov2017-07-081-1/+1
| * Make CONTRACTS_COMMIT_HASH a stringLeonid Logvinov2017-07-081-1/+1
| * Use never testrpc snapshotLeonid Logvinov2017-07-081-1/+1
| * Migrate the rest of the artifactsLeonid Logvinov2017-07-081-184/+40
| * Change arguments order at isRoundingErrorLeonid Logvinov2017-07-081-3/+3
| * Migrate eventsLeonid Logvinov2017-07-084-27/+28
| * Migrate constructor argumentsLeonid Logvinov2017-07-081-2/+2
| * Migrate fillOrKillOrderLeonid Logvinov2017-07-083-14/+15
| * Migrate ZRX_TOKEN_AMOUNTLeonid Logvinov2017-07-083-3/+3
| * Migrate getUnavailableTakerTokenAmountLeonid Logvinov2017-07-083-6/+6
| * Migrate PROXY_CONTRACTLeonid Logvinov2017-07-081-1/+1
| * Migrate batchFillOrKillOrdersLeonid Logvinov2017-07-083-10/+11
| * Migrate batchFillOrdersLeonid Logvinov2017-07-083-24/+31
| * Migrate fillOrderLeonid Logvinov2017-07-083-29/+35
| * Migrate fillOrdersUpTo and remove minLeonid Logvinov2017-07-083-44/+26
| * Migrate batchCancelOrdersLeonid Logvinov2017-07-083-10/+11
| * Migrate getPartialAmountLeonid Logvinov2017-07-081-3/+3
| * Migrate cencelOrderLeonid Logvinov2017-07-083-15/+16
| * Revert "Migrate isRoundingError parameter changes"Leonid Logvinov2017-07-083-9/+9
| * Revert "Rename ZRX to ZRX_TOKEN_CONTRACT"Leonid Logvinov2017-07-083-28/+2
| * Update binaries and timestampsLeonid Logvinov2017-07-081-4/+4
| * Migrate isRoundingError parameter changesLeonid Logvinov2017-07-083-9/+9
| * Rename ZRX to ZRX_TOKEN_CONTRACTLeonid Logvinov2017-07-083-2/+28
| * Add contracts artifacts for contracts that didn't changeLeonid Logvinov2017-07-085-13/+17
* | Merge branch 'new-contracts'Fabio Berger2017-07-1111-411/+276
|\ \
| * | Fix a typoLeonid Logvinov2017-07-111-4/+4
| * | Fix a typo in commentLeonid Logvinov2017-07-111-2/+2
| * | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowanceLeonid Logvinov2017-07-111-10/+11
| * | Simplify BigNumber hackLeonid Logvinov2017-07-111-5/+2
| * | use yarn on CILeonid Logvinov2017-07-111-4/+11
| * | Upgrade to a new node versionLeonid Logvinov2017-07-111-1/+1
| * | Make CONTRACTS_COMMIT_HASH a stringLeonid Logvinov2017-07-111-1/+1
| * | Use never testrpc snapshotLeonid Logvinov2017-07-111-1/+1
| * | Migrate the rest of the artifactsLeonid Logvinov2017-07-111-184/+40
| * | Change arguments order at isRoundingErrorLeonid Logvinov2017-07-111-3/+3
| * | Migrate eventsLeonid Logvinov2017-07-114-27/+28
| * | Migrate constructor argumentsLeonid Logvinov2017-07-111-2/+2
| * | Migrate fillOrKillOrderLeonid Logvinov2017-07-113-14/+15
| * | Migrate ZRX_TOKEN_AMOUNTLeonid Logvinov2017-07-113-3/+3
| * | Migrate getUnavailableTakerTokenAmountLeonid Logvinov2017-07-113-6/+6
| * | Migrate PROXY_CONTRACTLeonid Logvinov2017-07-111-1/+1
| * | Migrate batchFillOrKillOrdersLeonid Logvinov2017-07-113-10/+11
| * | Migrate batchFillOrdersLeonid Logvinov2017-07-113-24/+31
| * | Migrate fillOrderLeonid Logvinov2017-07-113-29/+35
| * | Migrate fillOrdersUpTo and remove minLeonid Logvinov2017-07-113-44/+26
| * | Migrate batchCancelOrdersLeonid Logvinov2017-07-113-10/+11
| * | Migrate getPartialAmountLeonid Logvinov2017-07-111-3/+3
| * | Migrate cencelOrderLeonid Logvinov2017-07-113-15/+16
| * | Revert "Migrate isRoundingError parameter changes"Leonid Logvinov2017-07-113-9/+9
| * | Revert "Rename ZRX to ZRX_TOKEN_CONTRACT"Leonid Logvinov2017-07-113-28/+2
| * | Update binaries and timestampsLeonid Logvinov2017-07-111-4/+4
| * | Migrate isRoundingError parameter changesLeonid Logvinov2017-07-113-9/+9
| * | Rename ZRX to ZRX_TOKEN_CONTRACTLeonid Logvinov2017-07-113-2/+28
| * | Add contracts artifacts for contracts that didn't changeLeonid Logvinov2017-07-115-13/+17
|/ /
* | Merge pull request #102 from 0xProject/greenkeeper/dirty-chai-2.0.1Leonid2017-07-111-1/+1
|\ \ | |/ |/|
| * chore(package): update dirty-chai to version 2.0.1greenkeeper[bot]2017-07-101-1/+1
|/
* Merge branch 'master' of github.com:0xProject/0x.jsLeonid Logvinov2017-07-083-38/+51
|\
| * Merge pull request #100 from 0xProject/improveSignOrderFabio Berger2017-07-083-38/+51
| |\
| | * Move private helper methods into signatureUtils so that they don't show up in...Fabio Berger2017-07-082-24/+30
| | * Remove duplication of 27, 28 v valuesFabio Berger2017-07-081-4/+5
| | * Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND R...Fabio Berger2017-07-082-38/+44
* | | Update yarn.lock to include latest webpack versionLeonid Logvinov2017-07-081-649/+723
|/ /
* | Add --bail option to mocha run commandLeonid Logvinov2017-07-081-1/+1
* | Merge pull request #95 from 0xProject/cache_net_versionLeonid2017-07-084-1/+39
|\ \
| * | Refactor net_version caching logicLeonid Logvinov2017-07-081-10/+10
| * | Merge branch 'master' into cache_net_versionLeonid2017-07-086-54/+56
| |\ \ | |/ / |/| |
* | | Merge pull request #97 from 0xProject/speedup-testsLeonid2017-07-081-30/+30
|\ \ \
| * | | Add noop commentLeonid2017-07-081-1/+1
| * | | Paralellize fill scenariosLeonid Logvinov2017-07-081-30/+30
* | | | Merge pull request #98 from 0xProject/typosLeonid2017-07-083-9/+11
|\ \ \ \
| * | | | Update CHANGELOG.mdLeonid Logvinov2017-07-081-0/+2
| * | | | Rename batchCancelOrderAsync to batchCancelOrdersAsyncLeonid Logvinov2017-07-082-4/+4
| * | | | Rename batchFillOrderAsync to batchFillOrdersAsyncLeonid Logvinov2017-07-082-5/+5
| |/ / /
* | | | Merge pull request #99 from 0xProject/greenkeeper/web3-typescript-typings-0.0.11Leonid2017-07-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | chore(package): update web3-typescript-typings to version 0.0.11greenkeeper[bot]2017-07-081-1/+1
| |/ /
* / / Remove space after `it` keywork in testsFabio Berger2017-07-082-13/+13
|/ /
* | Merge pull request #96 from 0xProject/greenkeeper/webpack-3.1.0Leonid2017-07-081-1/+1
|\ \
| * | chore(package): update webpack to version 3.1.0greenkeeper[bot]2017-07-071-1/+1
|/ /
| * Rename networkId to networkIdIfExistsLeonid Logvinov2017-07-071-2/+2
| * Fix a typo in a filenameLeonid Logvinov2017-07-071-0/+0
| * Rename RPC_NETWORK_ID to TESTRPC_NETWORK_IDLeonid Logvinov2017-07-072-3/+3
| * Fix CHANGELOG.md commentLeonid Logvinov2017-07-071-1/+1
| * Remove onlyLeonid Logvinov2017-07-071-1/+1
| * Update CHANGELOG.mdLeonid Logvinov2017-07-071-0/+1
| * Add tests for networkId caching and invalidationLeonid Logvinov2017-07-072-0/+30
| * Cache networkId in web3WrapperLeonid Logvinov2017-07-071-5/+12
|/
* Merge pull request #94 from 0xProject/moveExchangeAddressGettersLeonid2017-07-079-84/+79
|\
| * Inline _isExchangeContractAddressProxyAuthorizedAsyncLeonid Logvinov2017-07-071-5/+1
| * Fix comments to use web3 provider instead of web3 instanceLeonid Logvinov2017-07-074-9/+10
| * Update CHANGELOG.mdLeonid Logvinov2017-07-061-0/+5
| * Move zeroEx.exchange.getAvailableContractAddressesAsync to zeroEx.getAvailabl...Leonid Logvinov2017-07-066-78/+71
|/
* 0.8.0v0.8.0Leonid Logvinov2017-07-051-1/+1
* Add publish date for 0.8.0 in CHANGELOG.mdLeonid Logvinov2017-07-051-1/+1
* Merge pull request #90 from 0xProject/subscribe-tokenLeonid2017-07-0520-72/+410
|\
| * Merge branch 'master' into subscribe-tokenLeonid Logvinov2017-07-051-1/+1
| |\ | |/ |/|
* | Run umd tests only on masterLeonid Logvinov2017-07-051-1/+1
| * Add order hash schemaLeonid Logvinov2017-07-051-0/+5
| * Merge branch 'master' into subscribe-tokenLeonid Logvinov2017-07-053-5/+8
| |\ | |/ |/|
* | Merge pull request #93 from 0xProject/testrpc-snapshotLeonid2017-07-052-4/+6
|\ \
| * | Rename CONTRACTS_COMMIT to CONTRACTS_COMMIT_HASHLeonid Logvinov2017-07-051-3/+3
| * | Change prepublish to prepublishOnlyLeonid Logvinov2017-07-051-1/+1
| * | Use testrpc snapshots in testsLeonid Logvinov2017-07-051-3/+5
|/ /
* | Change gitter link badge to 0xproject/LobbyLeonid2017-07-051-1/+1
* | Add npm version badgeLeonid2017-07-051-0/+1
| * Rearrange methods in event utilsLeonid Logvinov2017-07-051-13/+13
| * Add underscore in front of _getBigNumberWrappingEventCallbackLeonid Logvinov2017-07-051-2/+2
| * Use string templateLeonid Logvinov2017-07-051-1/+1
| * Make all fields of subscriptionOpts schema optionalLeonid Logvinov2017-07-052-4/+3
| * move order hash schema to a separate fileLeonid Logvinov2017-07-055-10/+8
| * Fix CHANGELOG entryLeonid Logvinov2017-07-051-1/+1
| * Add exchangeContractAddress to an order in schema testsLeonid Logvinov2017-07-051-0/+1
| * Fix order schema (add exchangeContractAddress)Leonid Logvinov2017-07-051-1/+2
| * Fix the bug when didn't invalidate etherToken contract instanceLeonid Logvinov2017-07-053-0/+5
| * Update CHANGELOG.mdLeonid Logvinov2017-07-051-0/+5
| * Make this.proxy.invalidateContractInstance and this.tokenRegistry.invalidateC...Leonid Logvinov2017-07-053-8/+8
| * Make invalidateContractInstancesAsync private on exchange and tokenLeonid Logvinov2017-07-053-10/+10
| * Add parameter validation for subscribeAsyncLeonid Logvinov2017-07-052-0/+10
| * Add assert.doesBelongToStringEnumLeonid Logvinov2017-07-051-0/+11
| * Add StringEnum typeLeonid Logvinov2017-07-051-1/+4
| * Use .bignumber for BigNumber comparationLeonid Logvinov2017-07-051-2/+2
| * Use orderHashSchema to validate order hashLeonid Logvinov2017-07-054-14/+9
| * Refactor event testsLeonid Logvinov2017-07-052-17/+12
| * Add tests for order hash SchemaLeonid Logvinov2017-07-052-1/+26
| * Add orderHashSchemaLeonid Logvinov2017-07-042-1/+8
| * Add tests for subscriptionOptsSchema and blockParamSchemaLeonid Logvinov2017-07-041-0/+38
| * Handle errors from pseudo-async subscription testsLeonid Logvinov2017-07-042-10/+10
| * Register new schemas within schema validatorLeonid Logvinov2017-07-041-0/+5
| * Add index_filter_values_schema.ts and subscription_opts_schema.tsLeonid Logvinov2017-07-042-0/+32
| * Make IndexedFilterValues type scricterLeonid Logvinov2017-07-041-1/+1
| * Add CHANGELOG.md entryLeonid Logvinov2017-07-041-0/+1
| * Fix commentsLeonid Logvinov2017-07-042-7/+6
| * Merge branch 'master' into subscribe-tokenLeonid2017-07-047-14/+41
| |\ | |/ |/|
* | Merge pull request #89 from 0xProject/proxyLeonid2017-07-047-14/+41
|\ \
| * | Use call instead of use in the commentsLeonid Logvinov2017-07-042-6/+6
| * | Fix the commentLeonid Logvinov2017-07-041-1/+1
| * | Bump the minor version in CHANGELOG.mdLeonid Logvinov2017-07-041-1/+1
| * | Update CHANGELOG.mdLeonid Logvinov2017-07-041-1/+2
| * | Add zeroEx.proxy.getAuthorizedAddressesAsync and testsLeonid Logvinov2017-07-043-0/+24
| * | Make proxy wrapper public on zeroEx instanceLeonid Logvinov2017-07-043-8/+10
* | | Merge pull request #87 from 0xProject/wrap-log-bignumberLeonid2017-07-044-57/+407
|\ \ \
| | | * Add initial implementation and tests for zeroEx.token.subscribeAsyncLeonid Logvinov2017-07-047-37/+240
| | |/ | |/|
| * | Rename _wrapEventCallback to _getBigNumberWrappingEventCallbackLeonid Logvinov2017-07-041-2/+2
| * | Fix merge problemsLeonid Logvinov2017-07-042-37/+358
| * | Merge branch 'master' into wrap-log-bignumberLeonid2017-07-0425-246/+687
| |\ \ | |/ / |/| |
* | | Merge pull request #82 from 0xProject/add-exchange-address-to-order-structLeonid2017-07-0425-165/+509
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into add-exchange-address-to-order-structLeonid2017-07-045-73/+193
| |\ \ | |/ / |/| |
* | | Merge pull request #88 from 0xProject/greenkeeper/chai-as-promised-7.1.0Leonid2017-07-041-1/+1
|\ \ \
| * | | chore(package): update chai-as-promised to version 7.1.0greenkeeper[bot]2017-07-031-1/+1
* | | | Merge pull request #86 from 0xProject/subscribe-async-event-namesLeonid2017-07-031-0/+3
|\ \ \ \
| * | | | Assert correct event names in subscribeAsync testsLeonid Logvinov2017-07-011-0/+3
* | | | | Merge pull request #85 from 0xProject/greenkeeper/ethereumjs-testrpc-4.0.1Leonid2017-07-034-99/+193
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix test failures caused by testrpc new eth_sign behaviourLeonid Logvinov2017-07-013-98/+192
| * | | | chore(package): update ethereumjs-testrpc to version 4.0.1greenkeeper[bot]2017-06-291-1/+1
| |/ / /
| | * | Stop passing exchangeContractAddress to utils.getOrderHashHexLeonid Logvinov2017-07-043-10/+5
| | * | Await ZRX callLeonid Logvinov2017-07-041-1/+1
| | * | Fix the commentLeonid Logvinov2017-07-041-1/+1
| | * | Rename invalidateContractInstanceAsync to invalidateContractInstancesAsyncLeonid Logvinov2017-07-042-2/+2
| | * | Fix _getProxyContractAsync function nameLeonid Logvinov2017-07-041-2/+2
| | * | Fix commentLeonid Logvinov2017-07-041-1/+1