aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src/globals.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move type declaration for hdkey to typescript-typingsJacob Evans2018-04-111-13/+0
|
* Add Mnemonic wallet subproviderJacob Evans2018-04-061-0/+2
|
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-52/+0
|
* Use @0xproject/utils promisify everywhereFabio Berger2018-04-031-2/+0
|
* Add metacoin example projectLeonid Logvinov2018-04-021-25/+0
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-4/+4
|
* Fix linter issuesxFabio Berger2018-03-141-0/+1
|
* Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-141-10/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock
| * Use locks instead of semaphores in ledger subproviderLeonid Logvinov2018-03-121-10/+0
| |
| * Address feedbackLeonid Logvinov2018-03-121-1/+1
| |
| * Add sol-cover implementationLeonid Logvinov2018-03-121-0/+15
| |
* | move scripts to monorepro-scriptsFabio Berger2018-03-131-0/+7
|/
* FeedbackJacob Evans2018-03-081-2/+2
|
* Add ledger-node package as optional dependencyJacob Evans2018-03-071-1/+9
|
* Nuke tests for nowJacob Evans2018-03-061-6/+11
|
* Remove old ledgerJacob Evans2018-03-061-29/+0
|
* Update ledgerco packagesJacob Evans2018-03-061-0/+22
|
* Readability and prettierJacob Evans2018-02-021-1/+1
|
* PrettifyJacob Evans2018-02-021-1/+0
|
* Nonce tracker subproviderJacob Evans2018-02-021-0/+21
| | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
* Remove redundant type refsLeonid Logvinov2018-01-131-2/+0
|
* Apply prettier configLeonid Logvinov2018-01-031-14/+22
|
* Implement the address derivationsLeonid Logvinov2017-12-181-1/+1
|
* Add hdnode dependencyLeonid Logvinov2017-12-181-0/+11
|
* 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-5/+0
|
* Fix ethereumjs-tx declaration and importFabio Berger2017-12-071-1/+1
|
* Add type defs for ledgerco and ethereumjs-txFabio Berger2017-12-071-11/+37
|
* Add declarationFabio Berger2017-12-061-0/+7
|
* remove unused modulesFabio Berger2017-12-061-3/+0
|
* remove extra spaceFabio Berger2017-12-061-1/+0
|
* Fix lint issuesFabio Berger2017-12-061-1/+1
|
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-061-0/+68
rely on hookedWalletSubprovider. Added unit and integration tests.