aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add first order fixtureLeonid Logvinov2017-05-301-0/+35
|
* Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-0/+0
|\
| * name exchangeWrapper test file properlyFabio Berger2017-05-301-0/+0
| |
* | Finish ecSignature renamingLeonid Logvinov2017-05-301-1/+1
|/
* 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-292-15/+12
|\ | | | | | | | | | | | | # Conflicts: # package.json # src/globals.d.ts # test/0x.js_test.ts
| * Merge pull request #16 from 0xProject/umd-testsFabio Berger2017-05-292-15/+12
| |\ | | | | | | Umd tests
| | * Use only 0x public interface in contract wrapper testsLeonid Logvinov2017-05-291-14/+11
| | |
| | * 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-292-4/+4
|
* Merge branch 'master' of github.com:0xProject/0x.jsFabio Berger2017-05-296-2/+197
|\ | | | | | | | | | | # Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts
| * improve commentFabio Berger2017-05-271-1/+2
| |
| * rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, ↵Fabio Berger2017-05-272-7/+7
| | | | | | | | restoreAsync to revertAsync
| * import reorderFabio Berger2017-05-261-1/+1
| |
| * remove stray console logFabio Berger2017-05-261-1/+0
| |
| * Add missing return typesFabio Berger2017-05-262-4/+4
| |
| * Setup blockchain snapshotting before/after every test, implemented unit ↵Fabio Berger2017-05-265-0/+194
| | | | | | | | tests for exchangeWrapper.isValidSignature
| * Postfix test files with `_test`Fabio Berger2017-05-261-0/+0
|/
* Address feedbackLeonid Logvinov2017-05-261-4/+5
|
* Port getOrderHashLeonid Logvinov2017-05-251-0/+37
|
* Fix bracesLeonid Logvinov2017-05-251-0/+2
|
* Merge branch 'master' into isValidOrderHashLeonid2017-05-251-1/+22
|\
| * Add toUnitAmount and toBaseUnitAmount static helpers and testsFabio Berger2017-05-251-1/+24
| |
* | Address feedbackLeonid Logvinov2017-05-251-1/+5
| |
* | Merge branch 'master' into isValidOrderHashLeonid2017-05-251-10/+6
|\|
| * Use expect.to.throwFabio Berger2017-05-251-24/+4
| |
| * Merge branch 'master' into addSchemasFabio Berger2017-05-251-0/+13
| |\ | | | | | | | | | | | | # Conflicts: # package.json
| * | remove stray console logFabio Berger2017-05-251-1/+0
| | |
| * | Fix malformed tests to check for thrown assertionFabio Berger2017-05-251-10/+27
| | |
* | | Fix testsLeonid Logvinov2017-05-251-1/+1
| | |
* | | Port isValidOrderHash and testsLeonid Logvinov2017-05-251-0/+10
| |/ |/|
* | Add generateSalt and tests for itLeonid Logvinov2017-05-251-0/+13
|/
* Fix test that was passing an invalid address (now caught by our assertions), ↵Fabio Berger2017-05-251-1/+2
| | | | to instead pass a valid but unrelated address as the test name suggests
* Address feedbackLeonid Logvinov2017-05-251-1/+2
|
* Add test for malformed sLeonid Logvinov2017-05-251-0/+10
|
* change tests descriptionsLeonid Logvinov2017-05-251-15/+24
|
* Add test vector sourceLeonid Logvinov2017-05-251-0/+1
|
* Add isSignatureValid method and tests for itLeonid Logvinov2017-05-251-4/+46
|
* Remove spacesLeonid Logvinov2017-05-241-1/+1
|
* Add initial testing config and a dummy testLeonid Logvinov2017-05-241-0/+12