aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/contract_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-152/+0
|
* Push unsubscribe to the base class rather than superJacob Evans2017-11-121-13/+16
|
* Clean up subscription state.Jacob Evans2017-11-121-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 subscriptionsFabio Berger2017-11-111-7/+18
|
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
|
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
|
* Make logs fetching and sunscriptions more type-safeLeonid Logvinov2017-10-131-14/+15
|
* Add undefined checkLeonid Logvinov2017-10-061-1/+4
|
* Fix a typoLeonid Logvinov2017-10-061-1/+1
|
* introduce BlockParamLiteralLeonid Logvinov2017-10-061-1/+2
|
* Check for blockAndLogStreamer to be undefined instead of th filters object ↵Leonid Logvinov2017-10-061-5/+8
| | | | to be empty
* Install js-sha3 and use it for keccak256Leonid Logvinov2017-10-061-7/+2
|
* Remove _activeFiltersLeonid Logvinov2017-10-061-2/+0
|
* Remove unused importsLeonid Logvinov2017-10-051-1/+0
|
* Move more logic into _stopBlockAndLogStream and _startBlockAndLogStreamLeonid Logvinov2017-10-051-11/+12
|
* Add missing commentLeonid Logvinov2017-10-051-0/+1
|
* Implement subscriptions based on ethereumjs-blockstreamLeonid Logvinov2017-10-051-40/+82
|
* Instantiate logAndBlockStreamerLeonid Logvinov2017-10-051-0/+7
|
* Reduce nestingLeonid Logvinov2017-10-041-10/+11
|
* Use findLeonid Logvinov2017-10-041-1/+1
|
* Add filtering by topicLeonid Logvinov2017-10-041-3/+23
|
* Use _.find instead of _.filterLeonid Logvinov2017-10-041-1/+1
|
* Move NoAbiDecoder to InternalZeroExErrorsLeonid Logvinov2017-10-041-2/+2
|
* Extract topics to its variableLeonid Logvinov2017-10-041-7/+9
|
* Add tests for zeroEx.exchange.getLogsAsyncLeonid Logvinov2017-10-041-1/+1
|
* Add _getLogsAsync on contract_wrapperLeonid Logvinov2017-10-041-1/+24
|
* Implement getLogsAsync on token contractLeonid Logvinov2017-10-041-1/+1
|
* Add tryToDecodeLogOrNoOp and _getEventSignatureFromAbiByName on contract_wrapperLeonid Logvinov2017-10-041-2/+18
|
* Postfix variable names with 'ifExists'Leonid Logvinov2017-09-191-2/+3
|
* Move Aftifact type definition to 'types'Leonid Logvinov2017-09-081-1/+1
|
* Fix gasPrice regressionLeonid Logvinov2017-09-051-3/+1
|
* Make the functions immidiately return txHash instead of awaiting for a ↵Leonid Logvinov2017-09-051-40/+7
| | | | transaction to be mined
* Remove default value for gasPriceLeonid Logvinov2017-08-291-2/+2
|
* Allow user to specify the gas priceLeonid Logvinov2017-08-291-1/+6
|
* Convert artifacts addresses lo lower case before usingLeonid Logvinov2017-08-241-1/+1
|
* Use PascalCase names as string enum keysLeonid Logvinov2017-07-121-3/+3
|
* Revert "Use different lodash import syntax which allows to include only used ↵Leonid2017-06-221-8/+7
| | | | functions"
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-2/+2
|
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-7/+8
|
* Duplicate truffle contracts typesLeonid Logvinov2017-06-111-1/+1
|
* Fix last testsLeonid Logvinov2017-06-111-5/+5
|
* Prefix private vars with _Leonid Logvinov2017-06-101-1/+1
|
* Make web3Wrapper protected instead of publicFabio Berger2017-06-081-1/+1
|
* Move files up and remove ts folderLeonid Logvinov2017-05-291-0/+48