aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add eth-lightwallet subprovider and testsCavan2018-06-261-1/+1
|
* Formatting and standards updatesCavan2018-06-261-0/+1
|
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-0/+1
|
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-121-1/+1
|\
| * merge developmentFabio Berger2018-04-091-0/+1
| |\
| * | Refactor RedundantRpcSubprovider into RedundantSubproviderFabio Berger2018-04-061-1/+1
| | |
* | | Update website to support latest ledgerJacob Evans2018-04-111-1/+0
| | |
* | | Follow file naming pattern for mnemonic and private key subproviderJacob Evans2018-04-111-2/+2
| | |
* | | Add Mnemonic wallet subproviderJacob Evans2018-04-061-0/+1
| |/ |/|
* | FeedbackJacob Evans2018-04-061-1/+1
| | | | | | | | | | remove id management from testnet faucet spread over txParams rather than modify in place
* | Create a private key subproviderJacob Evans2018-04-051-0/+1
|/
* Move common types out of web3 typesLeonid Logvinov2018-03-271-1/+1
|
* Improve all the comments for the subproviders public methodsFabio Berger2018-03-221-1/+1
|
* Remove duplicate ECSignature type defFabio Berger2018-03-201-1/+3
|
* Export ErrorCallback type from Subproviders packageFabio Berger2018-03-181-1/+1
|
* Add missing type to subproviders exportsFabio Berger2018-03-161-1/+7
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-0/+3
|
* Nuke tests for nowJacob Evans2018-03-061-9/+4
|
* Remove old ledgerJacob Evans2018-03-061-10/+0
|
* Update ledgerco packagesJacob Evans2018-03-061-14/+16
|
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-151-0/+2
|
* 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.