aboutsummaryrefslogtreecommitdiffstats
path: root/test/0x.js_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-2/+2
|
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-4/+5
|
* Fix bug in 0x.js tests when passing Web3 instead of Web3 ProviderLeonid Logvinov2017-06-151-1/+1
|
* Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-3/+3
|
* Remove types that are not used in public interface from export and rename ↵Leonid Logvinov2017-06-141-1/+1
| | | | EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-131-3/+1
|
* Change main file name from 0x.js.ts to 0x.tsLeonid Logvinov2017-06-121-1/+1
|
* Fix some testsLeonid Logvinov2017-06-101-12/+12
|
* Prefix private vars with _Leonid Logvinov2017-06-101-6/+6
|
* Fix isValidSignature testsFabio Berger2017-06-091-16/+18
|
* Merge pull request #48 from 0xProject/interfaceTweaksLeonid2017-06-081-2/+2
|\ | | | | Interface tweaks
| * Make web3Wrapper protected instead of publicFabio Berger2017-06-081-2/+2
| |
* | Fix linter errorLeonid Logvinov2017-06-081-3/+3
| |
* | Rewrite isValidSignature testsLeonid Logvinov2017-06-081-51/+25
|/
* add `hex` to function and variable name for clarityFabio Berger2017-06-071-1/+1
|
* Merge pull request #39 from 0xProject/senderAccountLeonid2017-06-061-12/+10
|\ | | | | Make methods accept senderAccount
| * Last round of renamingsLeonid Logvinov2017-06-061-6/+6
| |
| * Rename accounts to addresesLeonid Logvinov2017-06-061-1/+1
| |
| * Remove message param from beforeLeonid Logvinov2017-06-061-1/+1
| |
| * Make methods accept senderAccountLeonid Logvinov2017-06-051-12/+10
| |
* | Address feedbackLeonid Logvinov2017-06-061-2/+2
| |
* | Add chai_setupLeonid Logvinov2017-06-051-6/+3
|/
* Merge branch 'master' into addEventSubscriptionsFabio Berger2017-06-031-0/+1
|\
| * Add includeStack config to chai setup so that we get stackTracesFabio Berger2017-06-031-0/+1
| |
* | Implement zeroEx.exchange.subscribeAsync made sure to clean up subscriptions ↵Fabio Berger2017-06-021-3/+3
|/ | | | if user updates the provider
* Fix getOrderHashAsync testFabio Berger2017-06-011-0/+13
|
* Stop passing exchangeAddress into getOrderHash and instead get it from the ↵Fabio Berger2017-06-011-21/+22
| | | | artifacts
* remove commentFabio Berger2017-06-011-1/+0
|
* Fix testsLeonid Logvinov2017-06-011-8/+2
|
* Fix linter errorsLeonid Logvinov2017-06-011-14/+16
|
* Refactor getOrderHash to accept order as an objectLeonid Logvinov2017-05-301-28/+19
|
* use .be.undefined instead of .be.an('undefined')Fabio Berger2017-05-301-4/+4
|
* Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter ↵Fabio Berger2017-05-301-2/+2
| | | | that instantiates contract instance if not already instantiated
* Also test that web3Wrapper nested under tokenRegistryWrapper has updated ↵Fabio Berger2017-05-301-2/+4
| | | | provider
* add assertions that contractInstances are not undefined before provider updateFabio Berger2017-05-301-0/+2
|
* Also instantiate tokenRegistry contract instanceFabio Berger2017-05-301-1/+2
|
* remove unused importFabio Berger2017-05-301-1/+0
|
* Make tokenRegistry contract instantiation lazy and clear it on provider updateFabio Berger2017-05-301-1/+2
|
* Add tests for setProviderFabio Berger2017-05-301-0/+23
|
* make web3Wrapper a private instance variableFabio Berger2017-05-301-4/+4
|
* Fix typosFabio Berger2017-05-291-2/+2
|
* empty stubs array before next test runsFabio Berger2017-05-291-0/+1
|
* Merge branch 'master' into addSignOrderHashAndTestsFabio Berger2017-05-291-1/+1
|\ | | | | | | | | | | | | # Conflicts: # package.json # src/globals.d.ts # test/0x.js_test.ts
| * Merge pull request #16 from 0xProject/umd-testsFabio Berger2017-05-291-1/+1
| |\ | | | | | | Umd tests
| | * Use constants from test utilsLeonid Logvinov2017-05-291-1/+1
| | |
* | | Use disable-next-line instead of disable and always put rule that is being ↵Fabio Berger2017-05-291-4/+2
| | | | | | | | | | | | disabled
* | | Implement tests for signOrderHashAsync that test the logic for Parity < ↵Fabio Berger2017-05-291-0/+72
|/ / | | | | | | v1.6.6, >1.6.6 and other nodes
* / don't use uppercase for constant variable unless it's global to the entire fileFabio Berger2017-05-291-3/+3
|/
* Fix importsLeonid Logvinov2017-05-291-2/+2
|
* Merge branch 'master' of github.com:0xProject/0x.jsFabio Berger2017-05-291-2/+3
| | | | | | # Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts
* Postfix test files with `_test`Fabio Berger2017-05-261-0/+160