Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 1 | -1/+1 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 3 | -14/+14 |
| | |||||
* | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 7 | -14/+7 |
| | |||||
* | -fetch'; | Fabio Berger | 2018-07-13 | 2 | -10/+4 |
| | |||||
* | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 1 | -0/+5 |
|\ | |||||
| * | Use stub in test to avoid difference in setup, how network requests take place | Fabio Berger | 2018-07-04 | 1 | -0/+5 |
| | | |||||
* | | Use PrivateKeySubprovider inside eth lightwallet | Jacob Evans | 2018-07-02 | 2 | -46/+42 |
| | | | | | | | | There's a loss of information when hex encoding and passing to eth light wallet (chain id is lost). This results in a different signature. While it may work on testnets it is not sufficient for our test cases. We can export the private key and use it in our PrivateKeyWalletSubprovider | ||||
* | | Small stylistic tweaks | Fabio Berger | 2018-06-26 | 1 | -4/+1 |
| | | |||||
* | | Fix and imprrove ethLightWalletSubprovider | Fabio Berger | 2018-06-26 | 1 | -5/+6 |
| | | |||||
* | | Fix Tslint issues | Fabio Berger | 2018-06-26 | 1 | -2/+8 |
| | | |||||
* | | Add eth-lightwallet subprovider and tests | Cavan | 2018-06-26 | 1 | -4/+2 |
| | | |||||
* | | Formatting and standards updates | Cavan | 2018-06-26 | 1 | -0/+183 |
|/ | |||||
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 6 | -6/+0 |
| | |||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 4 | -19/+19 |
| | |||||
* | Run prettier | fragosti | 2018-06-07 | 2 | -8/+2 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 6 | -14/+0 |
| | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 5 | -5/+7 |
| | |||||
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 4 | -12/+19 |
|\ | | | | | Add more tslint rules | ||||
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 4 | -12/+19 |
| | | |||||
* | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 6 | -0/+6 |
|/ | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 2 | -2/+2 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 3 | -5/+4 |
| | | | | unifying library with the same interface | ||||
* | Merge branch 'development' into feature/subproviders/mnemonic-wallet-subprovider | Jacob Evans | 2018-04-12 | 5 | -12/+38 |
|\ | |||||
| * | Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵ | Fabio Berger | 2018-04-09 | 1 | -1/+1 |
| | | | | | | | | and contracts | ||||
| * | merge development | Fabio Berger | 2018-04-09 | 4 | -33/+215 |
| |\ | |||||
| * | | Refactor RedundantRpcSubprovider into RedundantSubprovider | Fabio Berger | 2018-04-06 | 1 | -10/+7 |
| | | | |||||
| * | | Use provider over web3 in deployer, dev-utils and subprovider tests, rename ↵ | Fabio Berger | 2018-04-06 | 3 | -3/+3 |
| | | | | | | | | | | | | subprovider to ganacheSubprovider in test util | ||||
| * | | Update dev-utils and subproviders tests to use ganache in-process provider | Fabio Berger | 2018-04-04 | 4 | -5/+34 |
| | | | |||||
* | | | Renamed DerivedHDKey to DerivedHDKeyInfo | Jacob Evans | 2018-04-11 | 4 | -16/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added assertions on addresses for public methods Throw a helpful error message when signer address is not instantiated address in PrivateKeyWalletSubprovider Update changelog and rename derivationBasePath to baseDerivationPath When returning undefined use pattern of IfExists Added configuration object for MnemonicWallet Put constants back into each individual wallet rather than in walletUtils Delete accidental package-lock.json | ||||
* | | | Test valid address format but not found | Jacob Evans | 2018-04-11 | 2 | -5/+15 |
| | | | |||||
* | | | Tests for signed transactions and multiple accounts | Jacob Evans | 2018-04-11 | 3 | -0/+12 |
| | | | |||||
* | | | Test signed messages with the second account | Jacob Evans | 2018-04-11 | 3 | -1/+15 |
| | | | |||||
* | | | Throw errors when the address is not specified or invalid | Jacob Evans | 2018-04-11 | 4 | -6/+27 |
| | | | |||||
* | | | Rename to IS_CHILD_KEY | Jacob Evans | 2018-04-10 | 1 | -2/+0 |
| | | | |||||
* | | | Refactor ledger to support multiple accounts with from address | Jacob Evans | 2018-04-10 | 4 | -6/+12 |
| | | | |||||
* | | | Added walletUtils and address in signMessage | Jacob Evans | 2018-04-10 | 2 | -10/+39 |
| | | | |||||
* | | | Add Mnemonic wallet subprovider | Jacob Evans | 2018-04-06 | 2 | -0/+184 |
| |/ |/| | |||||
* | | Update shared fixture data for network 42 | Jacob Evans | 2018-04-06 | 4 | -38/+28 |
| | | |||||
* | | Feedback | Jacob Evans | 2018-04-06 | 3 | -32/+29 |
| | | | | | | | | | | remove id management from testnet faucet spread over txParams rather than modify in place | ||||
* | | Create a private key subprovider | Jacob Evans | 2018-04-05 | 3 | -4/+199 |
|/ | |||||
* | Use @0xproject/utils promisify everywhere | Fabio Berger | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 3 | -15/+18 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -11/+13 |
| | |||||
* | Feedback | Jacob Evans | 2018-03-08 | 1 | -3/+4 |
| | |||||
* | README on derivation path | Jacob Evans | 2018-03-08 | 1 | -0/+5 |
| | |||||
* | Use our dev seed derivation path. | Jacob Evans | 2018-03-08 | 1 | -1/+3 |
| | | | | Ensuring our signer address is 0x5409ed021d9299bf6814279a6a1411a7e866a631 | ||||
* | Add ledger-node package as optional dependency | Jacob Evans | 2018-03-07 | 1 | -183/+192 |
| | |||||
* | Nuke tests for now | Jacob Evans | 2018-03-06 | 2 | -188/+188 |
| | |||||
* | Fix typo | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
| | |||||
* | Add `numberOfAccounts` param to `LedgerSubprovider` method ↵ | Fabio Berger | 2018-03-04 | 2 | -3/+15 |
| | | | | `getAccountsAsync` and add tests | ||||
* | Fixes | Jacob Evans | 2018-02-07 | 1 | -3/+3 |
| | | | | | Rename to isFirstGetTransactionCount assign nextPrefixedHexNonce as a const | ||||
* | Rename called to something more readable | Jacob Evans | 2018-02-06 | 1 | -5/+6 |
| | |||||
* | Refactor tests for reuse of the fixture subprovider | Jacob Evans | 2018-02-06 | 1 | -102/+54 |
| | |||||
* | Prettify | Jacob Evans | 2018-02-02 | 1 | -59/+62 |
| | |||||
* | Nonce tracker subprovider | Jacob Evans | 2018-02-02 | 1 | -0/+195 |
| | | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions | ||||
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 2 | -6/+3 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 4 | -43/+33 |
| | |||||
* | Support both personal_sign and eth_sign | Fabio Berger | 2017-12-28 | 2 | -2/+53 |
| | |||||
* | Fix Ledger tests given change from `personal_sign` to `eth_sign` | Fabio Berger | 2017-12-28 | 2 | -7/+7 |
| | |||||
* | Implement the address derivations | Leonid Logvinov | 2017-12-18 | 1 | -2/+8 |
| | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 3 | -7/+1 |
| | |||||
* | Fix unit test | Fabio Berger | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | Add missing params | Fabio Berger | 2017-12-09 | 1 | -0/+3 |
| | |||||
* | Use rejectedWith | Fabio Berger | 2017-12-07 | 1 | -9/+4 |
| | |||||
* | Add missing calls to configure | Fabio Berger | 2017-12-07 | 2 | -0/+2 |
| | |||||
* | remove unneeded type assertions | Fabio Berger | 2017-12-07 | 1 | -2/+2 |
| | |||||
* | Simplify interface to signPersonalMessageAsync | Fabio Berger | 2017-12-07 | 2 | -20/+3 |
| | |||||
* | Fix unit test | Fabio Berger | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Add initial tests fort redundantRpcSubprovider | Fabio Berger | 2017-12-06 | 1 | -0/+62 |
| | |||||
* | remove unused import | Fabio Berger | 2017-12-06 | 1 | -1/+0 |
| | |||||
* | Remove spaces | Fabio Berger | 2017-12-06 | 2 | -2/+2 |
| | |||||
* | Make exception | Fabio Berger | 2017-12-06 | 1 | -0/+2 |
| | |||||
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 4 | -0/+425 |
rely on hookedWalletSubprovider. Added unit and integration tests. |