aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-139-329/+0
|
* Don't return anythingFabio Berger2017-11-131-2/+1
|
* Add tests for the numConfirmations config to ensure that the events are ↵Fabio Berger2017-11-112-0/+10
| | | | being emitted for the confirmation depth specified
* Add forgotten fileLeonid Logvinov2017-11-101-0/+14
|
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-262-22/+22
|
* 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 ↵Leonid Logvinov2017-09-051-0/+3
| | | | transaction to be mined
* Add 'content-type' header with value 'application/json' for http requests ↵Brandon Millman2017-09-011-0/+3
| | | | made JSONRPC endpoints
* 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
| | | | tests
* set default value to hasAddresses booleanFabio Berger2017-08-171-1/+1
|
* Remove isUserAddressAvailable assertion from getBalanceAsync and add ↵Fabio Berger2017-08-171-3/+7
| | | | regression test
* 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
| | | | functions"
* 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
|\ | | | | Make methods accept senderAccount
| * 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
|\ | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # test/exchange_wrapper_test.ts
| * 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
|\| | | | | | | | | | | # Conflicts: # src/0x.js.ts # test/exchange_wrapper_test.ts
| * Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ↵Fabio Berger2017-06-021-2/+2
| | | | | | | | undefined if non available
| * Introduce coinBase accountLeonid Logvinov2017-06-021-3/+9
| | | | | | | | | | | | Add makerAccount parameter Adjust tests Add more assertions to success test
* | Write tests for getUnavailableTakerAmountAsync, getFilledTakerAmountAsync ↵Fabio Berger2017-06-021-0/+20
|/ | | | and getCanceledTakerAmountAsync
* 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 ↵Fabio Berger2017-06-011-3/+1
| | | | artifacts
* 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
| | | | This reverts commit d8e35c364ea94b606810b340fb02d8706e257c3c.
* 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, ↵Fabio Berger2017-05-271-3/+3
| | | | restoreAsync to revertAsync
* Add missing return typesFabio Berger2017-05-262-4/+4
|
* Setup blockchain snapshotting before/after every test, implemented unit ↵Fabio Berger2017-05-264-0/+95
tests for exchangeWrapper.isValidSignature