Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temp" | Leonid Logvinov | 2018-02-06 | 1 | -1/+0 |
| | | | | This reverts commit 881d32e73324b226bdc97f96fb583edb7a5311c1. | ||||
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Leonid Logvinov | 2018-02-06 | 2 | -1/+14 |
|\ | |||||
| * | Merge branch 'development' into fix/ether_token_address | Leonid | 2018-02-05 | 5 | -36/+30 |
| |\ | |||||
| * | | Improve the comment and fix an exception | Leonid Logvinov | 2018-02-05 | 1 | -3/+7 |
| | | | |||||
| * | | Add zeroEx.etherToken.getContractAddressifExists | Leonid Logvinov | 2018-01-30 | 2 | -1/+10 |
| | | | |||||
* | | | Temp | Leonid Logvinov | 2018-02-06 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Fix errors after TS upgrade | Leonid Logvinov | 2018-02-01 | 1 | -4/+4 |
| | | |||||
* | | Fix lint errors | Brandon Millman | 2018-01-31 | 5 | -16/+16 |
| | | |||||
* | | Fix tslint issues | Leonid Logvinov | 2018-01-30 | 1 | -2/+2 |
| | | |||||
* | | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 1 | -1/+1 |
| | | |||||
* | | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 4 | -14/+8 |
|/ | |||||
* | Fix the bug making it impossible to specify the custom ZRX address | Leonid Logvinov | 2018-01-24 | 1 | -0/+2 |
| | |||||
* | Fix fillOrdersUpTo balances validation | Leonid Logvinov | 2018-01-16 | 1 | -2/+4 |
| | |||||
* | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 1 | -12/+12 |
| | |||||
* | Fix callback types | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -0/+3 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 3 | -3/+3 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 3 | -3/+3 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 6 | -230/+437 |
| | |||||
* | Fix linter issue | Leonid Logvinov | 2017-12-20 | 1 | -1/+0 |
| | |||||
* | Add WETH9 tests | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Fix WETH events watching | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Init the _etherTokenContractsByAddress | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Add EtherToken events to the ABI | Leonid Logvinov | 2017-12-20 | 1 | -2/+2 |
| | |||||
* | Enable multiple EtherTokenContract instances | Leonid Logvinov | 2017-12-20 | 1 | -4/+9 |
| | |||||
* | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 1 | -3/+71 |
| | |||||
* | Throw a better error message when taker is null|undefined or anything but ↵ | Leonid Logvinov | 2017-12-19 | 1 | -7/+7 |
| | | | | not a string | ||||
* | Fix comments | Leonid Logvinov | 2017-12-19 | 2 | -2/+2 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 3 | -13/+13 |
| | |||||
* | Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵ | Fabio Berger | 2017-12-17 | 1 | -28/+13 |
| | | | | first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. | ||||
* | Fix documentation issue where `unsubscribeAll` shown as method on every ↵ | Fabio Berger | 2017-12-17 | 3 | -4/+13 |
| | | | | contractWrapper instance even though it's only used by Exchange and Token wrappers. | ||||
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 4 | -10/+2 |
| | |||||
* | Add DummyToken to gitignore | Leonid Logvinov | 2017-12-14 | 1 | -0/+1 |
| | |||||
* | Move shared types to types package | Leonid Logvinov | 2017-12-14 | 1 | -2/+1 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Remove generated contracts and ignore them. Add a prebuild command to ↵ | Leonid Logvinov | 2017-12-14 | 6 | -2160/+5 |
| | | | | regenerate them | ||||
* | Rename blockAndLogStreamer to blockAndLogStreamerIfExists | Leonid Logvinov | 2017-12-12 | 1 | -14/+18 |
| | |||||
* | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 6 | -16/+17 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 11 | -14/+37 |
| | |||||
* | Regenerate files | Leonid Logvinov | 2017-12-06 | 5 | -5/+5 |
| | |||||
* | Rename abi-gen to typed-contracts | Leonid Logvinov | 2017-12-06 | 5 | -10/+10 |
| | |||||
* | Remove TODOs | Leonid Logvinov | 2017-12-05 | 1 | -2/+0 |
| | |||||
* | Fix a typo | Leonid Logvinov | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update comment | Leonid Logvinov | 2017-12-02 | 5 | -5/+5 |
| | |||||
* | Add comments before generated contracts | Leonid Logvinov | 2017-12-02 | 5 | -0/+20 |
| | |||||
* | Adjust 0x.js to use generated wrappers | Leonid Logvinov | 2017-12-02 | 6 | -15/+31 |
| | |||||
* | Add generated contract wrappers | Leonid Logvinov | 2017-12-02 | 6 | -0/+2176 |
| | |||||
* | Fix defaults for shouldValidate | Leonid Logvinov | 2017-11-28 | 1 | -7/+21 |
| | |||||
* | Add an initializer for txOpts in etherToken | Leonid Logvinov | 2017-11-28 | 1 | -2/+6 |
| | |||||
* | Add option config for gasPrice and gasLimit for every transaction sending method | Leonid Logvinov | 2017-11-28 | 3 | -130/+64 |
| | |||||
* | Fix merge conflicts | Leonid Logvinov | 2017-11-28 | 2 | -5/+5 |
| | |||||
* | Merge branch 'development' into feature/passNetworkId | Leonid | 2017-11-28 | 1 | -12/+12 |
|\ | |||||
| * | Merge branch 'development' into validateOrdersAgainstLatestBlock | Fabio Berger | 2017-11-24 | 1 | -7/+7 |
| |\ | | | | | | | | | | | | | | | | | | | * development: Rename removed to isRemoved Add CHANGELOG entry Make DecodedLogEvent contain web3 log under a log subkey | ||||
| * | | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, ↵ | Fabio Berger | 2017-11-24 | 1 | -8/+9 |
| | | | | | | | | | | | | and pass 'pending' when used in the order watcher. | ||||
* | | | Pass networkId on provider update | Leonid Logvinov | 2017-11-24 | 2 | -2/+2 |
| | | | |||||
* | | | Reuse the protected function to get contract address | Leonid Logvinov | 2017-11-24 | 1 | -10/+2 |
| | | | |||||
* | | | Move variable declaration inside the if | Leonid Logvinov | 2017-11-24 | 1 | -0/+12 |
| | | | |||||
* | | | Refactor getContractAddress to contractWrapper | Leonid Logvinov | 2017-11-24 | 5 | -41/+17 |
| | | | |||||
* | | | Fix the imports order | Leonid Logvinov | 2017-11-24 | 1 | -9/+6 |
| | | | |||||
* | | | Enable some new linter rules and fix the issues | Leonid Logvinov | 2017-11-24 | 2 | -19/+19 |
| | | | |||||
* | | | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 6 | -59/+70 |
| | | | |||||
* | | | Fix linter issues | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | Await block reconcilation | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | Remove even more asyncs | Leonid Logvinov | 2017-11-24 | 3 | -17/+31 |
| | | | |||||
* | | | Make zeroEx.tokenRegistry.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 1 | -5/+12 |
| | | | |||||
* | | | Make exchange subscriptions non-async | Leonid Logvinov | 2017-11-24 | 1 | -2/+2 |
| | | | |||||
* | | | Make zeroEx.exchange.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 1 | -6/+13 |
| | | | |||||
* | | | Make getZRXTokenAddress non async | Leonid Logvinov | 2017-11-24 | 2 | -14/+22 |
| |/ |/| | |||||
* | | Rename removed to isRemoved | Leonid Logvinov | 2017-11-24 | 1 | -6/+6 |
| | | |||||
* | | Make DecodedLogEvent contain web3 log under a log subkey | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'development' into feature/addJsonSchemas | Brandon Millman | 2017-11-15 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Improve description Alphabetize Add exit 0 to 0x.js build command Add snapshot save and revert to order_state_watcher_test.ts Fix changelog Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages. Add tslint-config sub-package Fix tslint issue Public interface has changed, moved to minor version Update changelog Renamed canceled to cancelled | ||||
| * | Renamed canceled to cancelled | Jacob Evans | 2017-11-14 | 1 | -2/+2 |
| | | |||||
* | | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 2 | -2/+2 |
|/ | |||||
* | Add interface type | Fabio Berger | 2017-11-14 | 1 | -2/+6 |
| | |||||
* | Declare as string | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | Fix lint and ts issues | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 6 | -0/+1600 |