aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src/subproviders/ganache.ts
Commit message (Expand)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-061-36/+0
* Add missing doc commentsFabio Berger2018-08-031-1/+1
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
* Improve `ganache-core`'s `GanacheOpts` type and require it instead of `any`Fabio Berger2018-06-281-1/+1
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* Make all `handleRequest` methods async, rename _engine to engine to remain co...Fabio Berger2018-04-061-2/+2
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-3/+2
* Move common types out of web3 typesLeonid Logvinov2018-03-271-1/+2
* Make handleRequest public and add comment for itFabio Berger2018-03-221-3/+10
* Improve subproviders commentFabio Berger2018-03-221-1/+1
* Improve all the comments for the subproviders public methodsFabio Berger2018-03-221-6/+9
* Use named types and introduce `JSONRPCRequestPayloadWithMethod` typeFabio Berger2018-03-161-5/+3
* Add sol-cover implementationLeonid Logvinov2018-03-121-0/+28