aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-242-2/+2
* Fix lint script to analyze nested filesBrandon Millman2017-10-201-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-182-2/+2
* Add a regression testLeonid Logvinov2017-10-121-1/+1
* Make it possible to have multiple layers of snapshotsLeonid Logvinov2017-10-051-4/+7
* Move ZRX_NOT_IN_TOKEN_REGISTRY to InternalZeroExErrorLeonid Logvinov2017-10-041-2/+2
* Add tests for ropsten artifactsLeonid Logvinov2017-09-281-1/+2
* Fix linter issueFabio Berger2017-09-261-1/+3
* Implement zeroEx.awaitTransactionMinedLeonid Logvinov2017-09-051-3/+0
* Temporarily remove web3_beta, cause it breaks installation and testsLeonid Logvinov2017-09-051-6/+0
* Make the functions immidiately return txHash instead of awaiting for a transa...Leonid Logvinov2017-09-051-0/+3
* Add 'content-type' header with value 'application/json' for http requests mad...Brandon Millman2017-09-011-0/+3
* Don't create whole web3 object in beta testsLeonid Logvinov2017-08-301-7/+1
* Add web3@1.0 to web3FactoryLeonid Logvinov2017-08-301-0/+12
* Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ...Leonid Logvinov2017-08-221-2/+2
* set default value to hasAddresses booleanFabio Berger2017-08-171-1/+1
* Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi...Fabio Berger2017-08-171-3/+7
* Use PascalCase names as string enum keysLeonid Logvinov2017-07-121-1/+1
* Make getOrderHashHex staticLeonid Logvinov2017-07-121-1/+1
* Merge branch 'master' into cache_net_versionLeonid2017-07-081-30/+30
|\
| * Add noop commentLeonid2017-07-081-1/+1
| * Paralellize fill scenariosLeonid Logvinov2017-07-081-30/+30
* | Rename RPC_NETWORK_ID to TESTRPC_NETWORK_IDLeonid Logvinov2017-07-071-1/+1
* | Add tests for networkId caching and invalidationLeonid Logvinov2017-07-071-0/+1
|/
* Make zeroEx.getOrderHashHex non-asyncLeonid Logvinov2017-06-301-1/+1
* Allow multiple exchange versions t be functional at the same timeLeonid Logvinov2017-06-272-2/+7
* Rename KOVAN_URL to KOVAN_RPC_URLLeonid Logvinov2017-06-231-1/+1
* Refactor KOVAN_URL to constants and fetch mnemonic from package.jsonLeonid Logvinov2017-06-231-0/+1
* Revert "Use different lodash import syntax which allows to include only used ...Leonid2017-06-222-10/+7
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-212-5/+5
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-212-7/+10
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-133-5/+3
* Change main file name from 0x.js.ts to 0x.tsLeonid Logvinov2017-06-122-2/+2
* Don't pass expressions as parametersLeonid Logvinov2017-06-081-2/+4
* Don't pass expressions as parametersLeonid Logvinov2017-06-081-2/+4
* Address feedbackLeonid Logvinov2017-06-081-4/+14
* Add success testLeonid Logvinov2017-06-081-2/+6
* Add initial implementation with success testLeonid Logvinov2017-06-061-3/+1
* Merge pull request #39 from 0xProject/senderAccountLeonid2017-06-062-12/+2
|\
| * Remove unused variableLeonid Logvinov2017-06-061-1/+0
| * Rename accounts to addresesLeonid Logvinov2017-06-061-1/+1
| * Make methods accept senderAccountLeonid Logvinov2017-06-052-12/+3
* | Update chai_setup.tsLeonid2017-06-061-1/+1
* | Address feedbackLeonid Logvinov2017-06-061-0/+13
|/
* Merge branch 'master' into unavailableFilledCancelledFabio Berger2017-06-033-32/+106
|\
| * Address feedbackLeonid Logvinov2017-06-032-3/+5
| * Address feedbackLeonid Logvinov2017-06-031-5/+5
| * Add ZRX_TOKEN_NOT_IN_REGISTRYLeonid Logvinov2017-06-031-1/+1
| * Rename coinBase to coinbaseLeonid Logvinov2017-06-021-6/+6
| * Add success test for fill with feesLeonid Logvinov2017-06-021-1/+12
| * Add token utilsLeonid Logvinov2017-06-021-0/+23
| * Add fill scenario with feesLeonid Logvinov2017-06-022-10/+41
| * Add check for ROUNDING_ERROR and test for itLeonid Logvinov2017-06-021-9/+18
* | Merge branch 'fillOrderAsync' into unavailableFilledCancelledFabio Berger2017-06-021-5/+11
|\|
| * Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ...Fabio Berger2017-06-021-2/+2
| * Introduce coinBase accountLeonid Logvinov2017-06-021-3/+9
* | Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync and...Fabio Berger2017-06-021-0/+20
|/
* WorkLeonid Logvinov2017-06-021-6/+6
* Create a FillsScenario utils module and use it in the fillOrder testsFabio Berger2017-06-021-0/+29
* rename variableFabio Berger2017-06-011-2/+2
* remove unused argFabio Berger2017-06-011-1/+0
* Add missing comma and semi-colonFabio Berger2017-06-011-2/+2
* Stop passing exchangeAddress into getOrderHash and instead get it from the ar...Fabio Berger2017-06-011-3/+1
* move external imports to topFabio Berger2017-06-011-2/+2
* Add timestamp parameter to order factoryLeonid Logvinov2017-06-011-3/+7
* Revert "Add EXPIRED test"Leonid Logvinov2017-06-011-7/+3
* Add EXPIRED testLeonid Logvinov2017-06-011-3/+7
* Add taker parameter to createSignedOrderLeonid Logvinov2017-06-011-1/+2
* Rename order to order_factoryLeonid Logvinov2017-06-011-0/+0
* Temp pushLeonid Logvinov2017-06-011-34/+30
* Remove debug outputLeonid Logvinov2017-05-311-3/+0
* Add createSignedOrder functionLeonid Logvinov2017-05-311-6/+23
* Refactor getOrderHash to accept order as an objectLeonid Logvinov2017-05-301-14/+21
* Fix importLeonid Logvinov2017-05-301-1/+1
* Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-3/+7
|\
| * Add tests for setProviderFabio Berger2017-05-301-3/+7
* | Add order utilsLeonid Logvinov2017-05-301-0/+21
* | Finish ecSignature renamingLeonid Logvinov2017-05-301-1/+1
|/
* improve commentFabio Berger2017-05-271-1/+2
* rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, restor...Fabio Berger2017-05-271-3/+3
* Add missing return typesFabio Berger2017-05-262-4/+4
* Setup blockchain snapshotting before/after every test, implemented unit tests...Fabio Berger2017-05-264-0/+95