aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-80/+0
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
* Define AbiTypeLeonid Logvinov2017-09-051-2/+3
* Use AbiTypeLeonid Logvinov2017-09-051-2/+2
* Use schema validation to distinguish txData argumentLeonid Logvinov2017-09-051-1/+8
* Change the order of default overridingLeonid Logvinov2017-09-051-1/+1
* Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ...Leonid Logvinov2017-09-051-6/+8
* Add explaining commentLeonid Logvinov2017-09-051-0/+2
* Fix gasPrice regressionLeonid Logvinov2017-09-051-2/+32
* Make the functions immidiately return txHash instead of awaiting for a transa...Leonid Logvinov2017-09-051-9/+19
* Use custom contract abstractionLeonid Logvinov2017-09-041-0/+28