Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports | Leonid Logvinov | 2017-07-26 | 1 | -1/+0 |
| | |||||
* | Make getOrderHashHex static | Leonid Logvinov | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Migrate to using a single Exchange contract | Leonid Logvinov | 2017-07-12 | 1 | -27/+4 |
| | |||||
* | Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND ↵ | Fabio Berger | 2017-07-08 | 1 | -9/+3 |
| | | | | R + S + V and check both for a valid signature in order to fix the issue of different nodes returning it differently | ||||
* | Remove space after `it` keywork in tests | Fabio Berger | 2017-07-08 | 1 | -3/+3 |
| | |||||
* | Fix comments to use web3 provider instead of web3 instance | Leonid Logvinov | 2017-07-07 | 1 | -1/+1 |
| | |||||
* | Move zeroEx.exchange.getAvailableContractAddressesAsync to ↵ | Leonid Logvinov | 2017-07-06 | 1 | -11/+23 |
| | | | | zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync | ||||
* | Make it clear that we are using a fake address in tests | Leonid Logvinov | 2017-06-30 | 1 | -2/+2 |
| | |||||
* | Fix a typo in a name | Leonid Logvinov | 2017-06-30 | 1 | -2/+2 |
| | |||||
* | Make getOrderHashHex a non-async function | Leonid Logvinov | 2017-06-30 | 1 | -13/+2 |
| | |||||
* | Allow multiple exchange versions t be functional at the same time | Leonid Logvinov | 2017-06-27 | 1 | -6/+12 |
| | |||||
* | Revert "Use different lodash import syntax which allows to include only used ↵ | Leonid | 2017-06-22 | 1 | -5/+4 |
| | | | | functions" | ||||
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -4/+5 |
| | |||||
* | Fix bug in 0x.js tests when passing Web3 instead of Web3 Provider | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -3/+3 |
| | |||||
* | Remove types that are not used in public interface from export and rename ↵ | Leonid Logvinov | 2017-06-14 | 1 | -1/+1 |
| | | | | EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues | ||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -3/+1 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Fix some tests | Leonid Logvinov | 2017-06-10 | 1 | -12/+12 |
| | |||||
* | Prefix private vars with _ | Leonid Logvinov | 2017-06-10 | 1 | -6/+6 |
| | |||||
* | 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 |
|\ | | | | | Interface tweaks | ||||
| * | 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 |
|\ | | | | | Make methods accept senderAccount | ||||
| * | 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 |
|/ | | | | if user updates the provider | ||||
* | Fix getOrderHashAsync test | Fabio Berger | 2017-06-01 | 1 | -0/+13 |
| | |||||
* | Stop passing exchangeAddress into getOrderHash and instead get it from the ↵ | Fabio Berger | 2017-06-01 | 1 | -21/+22 |
| | | | | artifacts | ||||
* | 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 ↵ | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
| | | | | that instantiates contract instance if not already instantiated | ||||
* | Also test that web3Wrapper nested under tokenRegistryWrapper has updated ↵ | Fabio Berger | 2017-05-30 | 1 | -2/+4 |
| | | | | provider | ||||
* | 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 |
|\ | | | | | | | | | | | | | # 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 | 1 | -1/+1 |
| |\ | | | | | | | Umd tests | ||||
| | * | 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 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-05-29 | 1 | -2/+3 |
| | | | | | | # Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts | ||||
* | Postfix test files with `_test` | Fabio Berger | 2017-05-26 | 1 | -0/+160 |