aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-071-1/+1
|
* Nonce tracker subproviderJacob Evans2018-02-021-0/+1
| | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
* Apply prettier configLeonid Logvinov2018-01-031-11/+5
|
* Fix lint issuesFabio Berger2017-12-061-0/+8
|
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-061-0/+30
rely on hookedWalletSubprovider. Added unit and integration tests.