Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -152/+0 |
| | |||||
* | Push unsubscribe to the base class rather than super | Jacob Evans | 2017-11-12 | 1 | -13/+16 |
| | |||||
* | Clean up subscription state. | Jacob Evans | 2017-11-12 | 1 | -0/+6 |
| | | | | In the case of an exception, keep the state correct between contract wrapper, exchange wrapper and token wrapper. | ||||
* | Fix unhandled promise rejection error on subscriptions | Fabio Berger | 2017-11-11 | 1 | -7/+18 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | Make logs fetching and sunscriptions more type-safe | Leonid Logvinov | 2017-10-13 | 1 | -14/+15 |
| | |||||
* | Add undefined check | Leonid Logvinov | 2017-10-06 | 1 | -1/+4 |
| | |||||
* | Fix a typo | Leonid Logvinov | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | introduce BlockParamLiteral | Leonid Logvinov | 2017-10-06 | 1 | -1/+2 |
| | |||||
* | Check for blockAndLogStreamer to be undefined instead of th filters object ↵ | Leonid Logvinov | 2017-10-06 | 1 | -5/+8 |
| | | | | to be empty | ||||
* | Install js-sha3 and use it for keccak256 | Leonid Logvinov | 2017-10-06 | 1 | -7/+2 |
| | |||||
* | Remove _activeFilters | Leonid Logvinov | 2017-10-06 | 1 | -2/+0 |
| | |||||
* | Remove unused imports | Leonid Logvinov | 2017-10-05 | 1 | -1/+0 |
| | |||||
* | Move more logic into _stopBlockAndLogStream and _startBlockAndLogStream | Leonid Logvinov | 2017-10-05 | 1 | -11/+12 |
| | |||||
* | Add missing comment | Leonid Logvinov | 2017-10-05 | 1 | -0/+1 |
| | |||||
* | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 1 | -40/+82 |
| | |||||
* | Instantiate logAndBlockStreamer | Leonid Logvinov | 2017-10-05 | 1 | -0/+7 |
| | |||||
* | Reduce nesting | Leonid Logvinov | 2017-10-04 | 1 | -10/+11 |
| | |||||
* | Use find | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Add filtering by topic | Leonid Logvinov | 2017-10-04 | 1 | -3/+23 |
| | |||||
* | Use _.find instead of _.filter | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Move NoAbiDecoder to InternalZeroExErrors | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | Extract topics to its variable | Leonid Logvinov | 2017-10-04 | 1 | -7/+9 |
| | |||||
* | Add tests for zeroEx.exchange.getLogsAsync | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Add _getLogsAsync on contract_wrapper | Leonid Logvinov | 2017-10-04 | 1 | -1/+24 |
| | |||||
* | Implement getLogsAsync on token contract | Leonid Logvinov | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Add tryToDecodeLogOrNoOp and _getEventSignatureFromAbiByName on contract_wrapper | Leonid Logvinov | 2017-10-04 | 1 | -2/+18 |
| | |||||
* | Postfix variable names with 'ifExists' | Leonid Logvinov | 2017-09-19 | 1 | -2/+3 |
| | |||||
* | Move Aftifact type definition to 'types' | Leonid Logvinov | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Fix gasPrice regression | Leonid Logvinov | 2017-09-05 | 1 | -3/+1 |
| | |||||
* | Make the functions immidiately return txHash instead of awaiting for a ↵ | Leonid Logvinov | 2017-09-05 | 1 | -40/+7 |
| | | | | transaction to be mined | ||||
* | Remove default value for gasPrice | Leonid Logvinov | 2017-08-29 | 1 | -2/+2 |
| | |||||
* | Allow user to specify the gas price | Leonid Logvinov | 2017-08-29 | 1 | -1/+6 |
| | |||||
* | Convert artifacts addresses lo lower case before using | Leonid Logvinov | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 1 | -3/+3 |
| | |||||
* | Revert "Use different lodash import syntax which allows to include only used ↵ | Leonid | 2017-06-22 | 1 | -8/+7 |
| | | | | 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 | -7/+8 |
| | |||||
* | Duplicate truffle contracts types | Leonid Logvinov | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Fix last tests | Leonid Logvinov | 2017-06-11 | 1 | -5/+5 |
| | |||||
* | Prefix private vars with _ | Leonid Logvinov | 2017-06-10 | 1 | -1/+1 |
| | |||||
* | Make web3Wrapper protected instead of public | Fabio Berger | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Move files up and remove ts folder | Leonid Logvinov | 2017-05-29 | 1 | -0/+48 |