Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused import | Fabio Berger | 2017-05-30 | 1 | -1/+0 |
| | |||||
* | Make tokenRegistry contract instantiation lazy and clear it on provider update | Fabio Berger | 2017-05-30 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into dontReinstantiateContractInstances | Fabio Berger | 2017-05-30 | 1 | -0/+43 |
|\ | |||||
| * | Merge branch 'master' into tokenRegistry | Fabio Berger | 2017-05-30 | 1 | -4/+4 |
| |\ | | | | | | | | | | | | | # Conflicts: # src/0x.js.ts | ||||
| * | | use to.have.lengthOf | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'removeSrcFilesNotUsedByTests' into tokenRegistry | Fabio Berger | 2017-05-30 | 1 | -0/+0 |
| |\ \ | |||||
| * | | | Add tests for getTokensAsync including schema validation | Fabio Berger | 2017-05-30 | 1 | -0/+43 |
| | | | | |||||
* | | | | Add tests for setProvider | Fabio Berger | 2017-05-30 | 2 | -3/+30 |
| |_|/ |/| | | |||||
* | | | make web3Wrapper a private instance variable | Fabio Berger | 2017-05-30 | 1 | -4/+4 |
| |/ |/| | |||||
* | | name exchangeWrapper test file properly | Fabio Berger | 2017-05-30 | 1 | -0/+0 |
|/ | |||||
* | Fix typos | Fabio Berger | 2017-05-29 | 1 | -2/+2 |
| | |||||
* | empty stubs array before next test runs | Fabio Berger | 2017-05-29 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into addSignOrderHashAndTests | Fabio Berger | 2017-05-29 | 2 | -15/+12 |
|\ | | | | | | | | | | | | | # Conflicts: # package.json # src/globals.d.ts # test/0x.js_test.ts | ||||
| * | Merge pull request #16 from 0xProject/umd-tests | Fabio Berger | 2017-05-29 | 2 | -15/+12 |
| |\ | | | | | | | Umd tests | ||||
| | * | Use only 0x public interface in contract wrapper tests | Leonid Logvinov | 2017-05-29 | 1 | -14/+11 |
| | | | |||||
| | * | Use constants from test utils | Leonid Logvinov | 2017-05-29 | 1 | -1/+1 |
| | | | |||||
* | | | Use disable-next-line instead of disable and always put rule that is being ↵ | Fabio Berger | 2017-05-29 | 1 | -4/+2 |
| | | | | | | | | | | | | disabled | ||||
* | | | Implement tests for signOrderHashAsync that test the logic for Parity < ↵ | Fabio Berger | 2017-05-29 | 1 | -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 file | Fabio Berger | 2017-05-29 | 1 | -3/+3 |
|/ | |||||
* | Fix imports | Leonid Logvinov | 2017-05-29 | 2 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-05-29 | 6 | -2/+197 |
|\ | | | | | | | | | | | # Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts | ||||
| * | improve comment | Fabio Berger | 2017-05-27 | 1 | -1/+2 |
| | | |||||
| * | rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, ↵ | Fabio Berger | 2017-05-27 | 2 | -7/+7 |
| | | | | | | | | restoreAsync to revertAsync | ||||
| * | import reorder | Fabio Berger | 2017-05-26 | 1 | -1/+1 |
| | | |||||
| * | remove stray console log | Fabio Berger | 2017-05-26 | 1 | -1/+0 |
| | | |||||
| * | Add missing return types | Fabio Berger | 2017-05-26 | 2 | -4/+4 |
| | | |||||
| * | Setup blockchain snapshotting before/after every test, implemented unit ↵ | Fabio Berger | 2017-05-26 | 5 | -0/+194 |
| | | | | | | | | tests for exchangeWrapper.isValidSignature | ||||
| * | Postfix test files with `_test` | Fabio Berger | 2017-05-26 | 1 | -0/+0 |
|/ | |||||
* | Address feedback | Leonid Logvinov | 2017-05-26 | 1 | -4/+5 |
| | |||||
* | Port getOrderHash | Leonid Logvinov | 2017-05-25 | 1 | -0/+37 |
| | |||||
* | Fix braces | Leonid Logvinov | 2017-05-25 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into isValidOrderHash | Leonid | 2017-05-25 | 1 | -1/+22 |
|\ | |||||
| * | Add toUnitAmount and toBaseUnitAmount static helpers and tests | Fabio Berger | 2017-05-25 | 1 | -1/+24 |
| | | |||||
* | | Address feedback | Leonid Logvinov | 2017-05-25 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into isValidOrderHash | Leonid | 2017-05-25 | 1 | -10/+6 |
|\| | |||||
| * | Use expect.to.throw | Fabio Berger | 2017-05-25 | 1 | -24/+4 |
| | | |||||
| * | Merge branch 'master' into addSchemas | Fabio Berger | 2017-05-25 | 1 | -0/+13 |
| |\ | | | | | | | | | | | | | # Conflicts: # package.json | ||||
| * | | remove stray console log | Fabio Berger | 2017-05-25 | 1 | -1/+0 |
| | | | |||||
| * | | Fix malformed tests to check for thrown assertion | Fabio Berger | 2017-05-25 | 1 | -10/+27 |
| | | | |||||
* | | | Fix tests | Leonid Logvinov | 2017-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Port isValidOrderHash and tests | Leonid Logvinov | 2017-05-25 | 1 | -0/+10 |
| |/ |/| | |||||
* | | Add generateSalt and tests for it | Leonid Logvinov | 2017-05-25 | 1 | -0/+13 |
|/ | |||||
* | Fix test that was passing an invalid address (now caught by our assertions), ↵ | Fabio Berger | 2017-05-25 | 1 | -1/+2 |
| | | | | to instead pass a valid but unrelated address as the test name suggests | ||||
* | Address feedback | Leonid Logvinov | 2017-05-25 | 1 | -1/+2 |
| | |||||
* | Add test for malformed s | Leonid Logvinov | 2017-05-25 | 1 | -0/+10 |
| | |||||
* | change tests descriptions | Leonid Logvinov | 2017-05-25 | 1 | -15/+24 |
| | |||||
* | Add test vector source | Leonid Logvinov | 2017-05-25 | 1 | -0/+1 |
| | |||||
* | Add isSignatureValid method and tests for it | Leonid Logvinov | 2017-05-25 | 1 | -4/+46 |
| | |||||
* | Remove spaces | Leonid Logvinov | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Add initial testing config and a dummy test | Leonid Logvinov | 2017-05-24 | 1 | -0/+12 |