Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add temporarily missing web3-provider-engine types in subproviders | Leonid Logvinov | 2018-09-04 | 1 | -0/+18 |
| | |||||
* | Remove duplicate type definitions. | Jacob Evans | 2018-07-02 | 1 | -58/+0 |
| | | | | | Clear private key earlier Fix changelog in typescript-typings from bad merge | ||||
* | Remove duplicate type | Fabio Berger | 2018-06-26 | 1 | -23/+0 |
| | |||||
* | Add eth-lightwallet subprovider and tests | Cavan | 2018-06-26 | 1 | -0/+28 |
| | |||||
* | Move type declaration for hdkey to typescript-typings | Jacob Evans | 2018-04-11 | 1 | -13/+0 |
| | |||||
* | Add Mnemonic wallet subprovider | Jacob Evans | 2018-04-06 | 1 | -0/+2 |
| | |||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -52/+0 |
| | |||||
* | Use @0xproject/utils promisify everywhere | Fabio Berger | 2018-04-03 | 1 | -2/+0 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -25/+0 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -4/+4 |
| | |||||
* | Fix linter issuesx | Fabio Berger | 2018-03-14 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 1 | -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 subprovider | Leonid Logvinov | 2018-03-12 | 1 | -10/+0 |
| | | |||||
| * | Address feedback | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -0/+15 |
| | | |||||
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 1 | -0/+7 |
|/ | |||||
* | Feedback | Jacob Evans | 2018-03-08 | 1 | -2/+2 |
| | |||||
* | Add ledger-node package as optional dependency | Jacob Evans | 2018-03-07 | 1 | -1/+9 |
| | |||||
* | Nuke tests for now | Jacob Evans | 2018-03-06 | 1 | -6/+11 |
| | |||||
* | Remove old ledger | Jacob Evans | 2018-03-06 | 1 | -29/+0 |
| | |||||
* | Update ledgerco packages | Jacob Evans | 2018-03-06 | 1 | -0/+22 |
| | |||||
* | Readability and prettier | Jacob Evans | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | Prettify | Jacob Evans | 2018-02-02 | 1 | -1/+0 |
| | |||||
* | Nonce tracker subprovider | Jacob Evans | 2018-02-02 | 1 | -0/+21 |
| | | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions | ||||
* | Remove redundant type refs | Leonid Logvinov | 2018-01-13 | 1 | -2/+0 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -14/+22 |
| | |||||
* | Implement the address derivations | Leonid Logvinov | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Add hdnode dependency | Leonid Logvinov | 2017-12-18 | 1 | -0/+11 |
| | |||||
* | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 1 | -0/+1 |
| | |||||
* | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 1 | -5/+0 |
| | |||||
* | Fix ethereumjs-tx declaration and import | Fabio Berger | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Add type defs for ledgerco and ethereumjs-tx | Fabio Berger | 2017-12-07 | 1 | -11/+37 |
| | |||||
* | Add declaration | Fabio Berger | 2017-12-06 | 1 | -0/+7 |
| | |||||
* | remove unused modules | Fabio Berger | 2017-12-06 | 1 | -3/+0 |
| | |||||
* | remove extra space | Fabio Berger | 2017-12-06 | 1 | -1/+0 |
| | |||||
* | Fix lint issues | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 1 | -0/+68 |
rely on hookedWalletSubprovider. Added unit and integration tests. |