| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix isValidSignature tests | Fabio Berger | 2017-06-09 | 1 | -16/+18 |
* | Merge pull request #48 from 0xProject/interfaceTweaks | Leonid | 2017-06-08 | 1 | -2/+2 |
|\ |
|
| * | Make web3Wrapper protected instead of public | Fabio Berger | 2017-06-08 | 1 | -2/+2 |
* | | Fix linter error | Leonid Logvinov | 2017-06-08 | 1 | -3/+3 |
* | | Rewrite isValidSignature tests | Leonid Logvinov | 2017-06-08 | 1 | -51/+25 |
|/ |
|
* | add `hex` to function and variable name for clarity | Fabio Berger | 2017-06-07 | 1 | -1/+1 |
* | Merge pull request #39 from 0xProject/senderAccount | Leonid | 2017-06-06 | 1 | -12/+10 |
|\ |
|
| * | Last round of renamings | Leonid Logvinov | 2017-06-06 | 1 | -6/+6 |
| * | Rename accounts to addreses | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
| * | Remove message param from before | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
| * | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -12/+10 |
* | | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
* | | Add chai_setup | Leonid Logvinov | 2017-06-05 | 1 | -6/+3 |
|/ |
|
* | Merge branch 'master' into addEventSubscriptions | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
|\ |
|
| * | Add includeStack config to chai setup so that we get stackTraces | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
* | | Implement zeroEx.exchange.subscribeAsync made sure to clean up subscriptions ... | Fabio Berger | 2017-06-02 | 1 | -3/+3 |
|/ |
|
* | Fix getOrderHashAsync test | Fabio Berger | 2017-06-01 | 1 | -0/+13 |
* | Stop passing exchangeAddress into getOrderHash and instead get it from the ar... | Fabio Berger | 2017-06-01 | 1 | -21/+22 |
* | remove comment | Fabio Berger | 2017-06-01 | 1 | -1/+0 |
* | Fix tests | Leonid Logvinov | 2017-06-01 | 1 | -8/+2 |
* | Fix linter errors | Leonid Logvinov | 2017-06-01 | 1 | -14/+16 |
* | Refactor getOrderHash to accept order as an object | Leonid Logvinov | 2017-05-30 | 1 | -28/+19 |
* | use .be.undefined instead of .be.an('undefined') | Fabio Berger | 2017-05-30 | 1 | -4/+4 |
* | Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter that... | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
* | Also test that web3Wrapper nested under tokenRegistryWrapper has updated prov... | Fabio Berger | 2017-05-30 | 1 | -2/+4 |
* | add assertions that contractInstances are not undefined before provider update | Fabio Berger | 2017-05-30 | 1 | -0/+2 |
* | Also instantiate tokenRegistry contract instance | Fabio Berger | 2017-05-30 | 1 | -1/+2 |
* | 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 |
* | Add tests for setProvider | Fabio Berger | 2017-05-30 | 1 | -0/+23 |
* | make web3Wrapper a private instance variable | Fabio Berger | 2017-05-30 | 1 | -4/+4 |
* | 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 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #16 from 0xProject/umd-tests | Fabio Berger | 2017-05-29 | 1 | -1/+1 |
| |\ |
|
| | * | 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 di... | Fabio Berger | 2017-05-29 | 1 | -4/+2 |
* | | | Implement tests for signOrderHashAsync that test the logic for Parity < v1.6.... | Fabio Berger | 2017-05-29 | 1 | -0/+72 |
|/ / |
|
* / | 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 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-05-29 | 1 | -2/+3 |
* | Postfix test files with `_test` | Fabio Berger | 2017-05-26 | 1 | -0/+160 |