aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src/subproviders
Commit message (Expand)AuthorAgeFilesLines
* Follow file naming pattern for mnemonic and private key subproviderJacob Evans2018-04-112-1/+1
* Iterator pattern for walking derived keysJacob Evans2018-04-111-2/+1
* Throw errors when the address is not specified or invalidJacob Evans2018-04-114-34/+38
* Add isChildKey to derived keyJacob Evans2018-04-112-41/+43
* Improve Documentation for functions and constructorsJacob Evans2018-04-102-6/+24
* Rename to IS_CHILD_KEYJacob Evans2018-04-101-4/+4
* Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-102-50/+66
* Added walletUtils and address in signMessageJacob Evans2018-04-103-51/+45
* Add Mnemonic wallet subproviderJacob Evans2018-04-063-4/+124
* Merge pull request #506 from 0xProject/feature/subproviders/pk-wallet-subprov...Jacob Evans2018-04-063-150/+216
|\
| * FeedbackJacob Evans2018-04-063-22/+28
| * Create a private key subproviderJacob Evans2018-04-053-150/+210
* | Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-042-5/+4
|/
* Used generic declaration to remove need for `any`Fabio Berger2018-04-041-1/+1
* Fix TS errorFabio Berger2018-04-031-1/+1
* Use @0xproject/utils promisify everywhereFabio Berger2018-04-031-1/+1
* Move common types out of web3 typesLeonid Logvinov2018-03-278-25/+21
* Make handleRequest public and add comment for itFabio Berger2018-03-227-21/+70
* Make setEngine publicFabio Berger2018-03-221-3/+3
* Improve subproviders commentFabio Berger2018-03-226-6/+6
* Move docs from README into docs page and add a link to it.Fabio Berger2018-03-221-1/+2
* Improve all the comments for the subproviders public methodsFabio Berger2018-03-228-114/+198
* Use named types and introduce `JSONRPCRequestPayloadWithMethod` typeFabio Berger2018-03-167-26/+23
* Use locks instead of semaphores in ledger subproviderLeonid Logvinov2018-03-121-17/+15
* Add sol-cover implementationLeonid Logvinov2018-03-128-46/+78
* Update ledgerco packagesJacob Evans2018-03-061-4/+4
* Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync`...Fabio Berger2018-03-041-3/+3
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-152-0/+61
* Attribute the origins of NonceTrackerJacob Evans2018-02-071-0/+5
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-7/+5
* FixesJacob Evans2018-02-071-4/+5
* Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-071-1/+3
* Merge branch 'development' into feature/subproviders/nonce-trackerJacob Evans2018-02-061-5/+6
|\
| * Reword comment on anyJacob Evans2018-02-061-1/+2
| * Justify the any usageJacob Evans2018-02-061-1/+2
| * Change the InjectedWeb3Subprovider to accept Web3.ProviderJacob Evans2018-02-031-5/+4
* | Remove re-fetch of transaction count on errorJacob Evans2018-02-063-32/+27
* | Readability and prettierJacob Evans2018-02-021-12/+10
* | PrettifyJacob Evans2018-02-021-8/+3
* | Nonce tracker subproviderJacob Evans2018-02-021-0/+112
|/
* Merge pull request #303 from ERCdEX/ercdex/send_transaction_return_txhashLeonid2018-01-031-2/+2
|\
| * sendTransactionAsync should return txHash stringLuke2018-01-031-2/+2
* | Apply prettier configLeonid Logvinov2018-01-034-27/+36
|/
* Support both personal_sign and eth_signFabio Berger2017-12-281-1/+2
* Update subprovider to catch correct RPC methodCavan Flynn2017-12-281-2/+2
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-204-41/+41
* Introduce a variable for trueLeonid Logvinov2017-12-181-1/+4
* Remove redundant template stringLeonid Logvinov2017-12-181-1/+1
* Implement the address derivationsLeonid Logvinov2017-12-181-13/+20
* Fix connect unused varsLeonid Logvinov2017-12-152-19/+0
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-151-0/+1
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-2/+2
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-1/+1
* remove console.logFabio Berger2017-12-091-2/+0
* Debug CircleCi failureFabio Berger2017-12-081-0/+2
* Add todoFabio Berger2017-12-081-0/+1
* Add link to random id generatorFabio Berger2017-12-081-0/+1
* remove unused typeFabio Berger2017-12-071-1/+0
* Simplify interface to signPersonalMessageAsyncFabio Berger2017-12-071-22/+9
* Fix ethereumjs-tx declaration and importFabio Berger2017-12-071-1/+1
* Use assert.isHexStringFabio Berger2017-12-071-4/+3
* Have comments hug statementsFabio Berger2017-12-061-3/+3
* Return actual error thrownFabio Berger2017-12-061-1/+1
* Add null to err typeFabio Berger2017-12-061-1/+1
* Use null instead of undefined when no error existsFabio Berger2017-12-061-3/+3
* Switch to using our custom base subproviderFabio Berger2017-12-061-1/+2
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ...Fabio Berger2017-12-064-0/+458