Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linter issuesx | Fabio Berger | 2018-03-14 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 11 | -79/+114 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -27/+15 |
| | | |||||
| * | Address feedback | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 11 | -52/+99 |
| | | |||||
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | | |||||
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | |||||
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 2 | -0/+13 |
|/ | |||||
* | Feedback | Jacob Evans | 2018-03-08 | 1 | -2/+2 |
| | |||||
* | Add ledger-node package as optional dependency | Jacob Evans | 2018-03-07 | 1 | -1/+9 |
| | |||||
* | Force shouldGetChainCode to true in types | Jacob Evans | 2018-03-06 | 1 | -2/+4 |
| | |||||
* | Nuke tests for now | Jacob Evans | 2018-03-06 | 3 | -41/+21 |
| | |||||
* | Remove old ledger | Jacob Evans | 2018-03-06 | 2 | -39/+0 |
| | |||||
* | Update ledgerco packages | Jacob Evans | 2018-03-06 | 4 | -31/+73 |
| | |||||
* | Add `numberOfAccounts` param to `LedgerSubprovider` method ↵ | Fabio Berger | 2018-03-04 | 1 | -3/+3 |
| | | | | `getAccountsAsync` and add tests | ||||
* | Move subproviders from dev-utils to subproviders | Leonid Logvinov | 2018-02-15 | 3 | -0/+63 |
| | |||||
* | Attribute the origins of NonceTracker | Jacob Evans | 2018-02-07 | 1 | -0/+5 |
| | | | | NonceTrackerSubprovider is inspired from Web3ProviderEngine NonceTracker | ||||
* | Move BlockParamLiteral to shared types package | Jacob Evans | 2018-02-07 | 1 | -7/+5 |
| | | | | Also BlockParam | ||||
* | Fixes | Jacob Evans | 2018-02-07 | 1 | -4/+5 |
| | | | | | Rename to isFirstGetTransactionCount assign nextPrefixedHexNonce as a const | ||||
* | Move BlockParam and BlockParamLiteral to shared types | Jacob Evans | 2018-02-07 | 3 | -7/+4 |
| | |||||
* | Merge branch 'development' into feature/subproviders/nonce-tracker | Jacob Evans | 2018-02-06 | 1 | -5/+6 |
|\ | |||||
| * | Reword comment on any | Jacob Evans | 2018-02-06 | 1 | -1/+2 |
| | | |||||
| * | Justify the any usage | Jacob Evans | 2018-02-06 | 1 | -1/+2 |
| | | |||||
| * | Change the InjectedWeb3Subprovider to accept Web3.Provider | Jacob Evans | 2018-02-03 | 1 | -5/+4 |
| | | |||||
* | | Remove re-fetch of transaction count on error | Jacob Evans | 2018-02-06 | 4 | -32/+40 |
| | | |||||
* | | Readability and prettier | Jacob Evans | 2018-02-02 | 2 | -13/+11 |
| | | |||||
* | | Prettify | Jacob Evans | 2018-02-02 | 2 | -9/+3 |
| | | |||||
* | | Nonce tracker subprovider | Jacob Evans | 2018-02-02 | 3 | -0/+134 |
|/ | | | | | 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 |
| | |||||
* | Merge pull request #303 from ERCdEX/ercdex/send_transaction_return_txhash | Leonid | 2018-01-03 | 1 | -2/+2 |
|\ | | | | | _sendTransactionAsync should return txHash string | ||||
| * | sendTransactionAsync should return txHash string | Luke | 2018-01-03 | 1 | -2/+2 |
| | | |||||
* | | Apply prettier config | Leonid Logvinov | 2018-01-03 | 7 | -54/+68 |
|/ | |||||
* | Support both personal_sign and eth_sign | Fabio Berger | 2017-12-28 | 1 | -1/+2 |
| | |||||
* | Update subprovider to catch correct RPC method | Cavan Flynn | 2017-12-28 | 1 | -2/+2 |
| | | | ZeroEx uses web3.eth.sign, rather than web3.eth.personal.sign. In addition, the message to sign is the second parameter; not the first. The first parameter is the address. | ||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 4 | -41/+41 |
| | |||||
* | Add a comment | Leonid Logvinov | 2017-12-18 | 1 | -0/+2 |
| | |||||
* | Introduce a variable for true | Leonid Logvinov | 2017-12-18 | 1 | -1/+4 |
| | |||||
* | Remove redundant template string | Leonid Logvinov | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Implement the address derivations | Leonid Logvinov | 2017-12-18 | 3 | -15/+24 |
| | |||||
* | Add hdnode dependency | Leonid Logvinov | 2017-12-18 | 1 | -0/+11 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 3 | -20/+0 |
| | |||||
* | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 2 | -0/+2 |
| | |||||
* | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 2 | -7/+2 |
| | |||||
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts | ||||
* | remove console.log | Fabio Berger | 2017-12-09 | 1 | -2/+0 |
| | |||||
* | Debug CircleCi failure | Fabio Berger | 2017-12-08 | 1 | -0/+2 |
| | |||||
* | Add todo | Fabio Berger | 2017-12-08 | 1 | -0/+1 |
| | |||||
* | Add link to random id generator | Fabio Berger | 2017-12-08 | 1 | -0/+1 |
| | |||||
* | remove unused type | Fabio Berger | 2017-12-07 | 2 | -5/+0 |
| | |||||
* | Simplify interface to signPersonalMessageAsync | Fabio Berger | 2017-12-07 | 1 | -22/+9 |
| | |||||
* | Fix ethereumjs-tx declaration and import | Fabio Berger | 2017-12-07 | 2 | -2/+2 |
| | |||||
* | Use assert.isHexString | Fabio Berger | 2017-12-07 | 2 | -5/+3 |
| | |||||
* | Add type defs for ledgerco and ethereumjs-tx | Fabio Berger | 2017-12-07 | 2 | -13/+37 |
| | |||||
* | Have comments hug statements | Fabio Berger | 2017-12-06 | 1 | -3/+3 |
| | |||||
* | Add declaration | Fabio Berger | 2017-12-06 | 1 | -0/+7 |
| | |||||
* | Return actual error thrown | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | remove unused modules | Fabio Berger | 2017-12-06 | 1 | -3/+0 |
| | |||||
* | remove extra space | Fabio Berger | 2017-12-06 | 1 | -1/+0 |
| | |||||
* | Add null to err type | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Use null instead of undefined when no error exists | Fabio Berger | 2017-12-06 | 1 | -3/+3 |
| | |||||
* | Switch to using our custom base subprovider | Fabio Berger | 2017-12-06 | 1 | -1/+2 |
| | |||||
* | Fix lint issues | Fabio Berger | 2017-12-06 | 2 | -1/+9 |
| | |||||
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 7 | -0/+671 |
rely on hookedWalletSubprovider. Added unit and integration tests. |