Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 1 | -2/+1 |
| | |||||
* | -fetch'; | Fabio Berger | 2018-07-13 | 1 | -5/+2 |
| | |||||
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 1 | -1/+0 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -2/+0 |
| | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+2 |
| | |||||
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 1 | -5/+8 |
|\ | | | | | Add more tslint rules | ||||
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -5/+8 |
| | | |||||
* | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -0/+1 |
|/ | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -2/+2 |
| | | | | unifying library with the same interface | ||||
* | Merge branch 'development' into feature/subproviders/mnemonic-wallet-subprovider | Jacob Evans | 2018-04-12 | 1 | -1/+1 |
|\ | |||||
| * | Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵ | Fabio Berger | 2018-04-09 | 1 | -1/+1 |
| | | | | | | | | and contracts | ||||
* | | Renamed DerivedHDKey to DerivedHDKeyInfo | Jacob Evans | 2018-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Tests for signed transactions and multiple accounts | Jacob Evans | 2018-04-11 | 1 | -0/+5 |
| | | |||||
* | | Test signed messages with the second account | Jacob Evans | 2018-04-11 | 1 | -1/+8 |
| | | |||||
* | | Throw errors when the address is not specified or invalid | Jacob Evans | 2018-04-11 | 1 | -1/+4 |
| | | |||||
* | | Refactor ledger to support multiple accounts with from address | Jacob Evans | 2018-04-10 | 1 | -1/+2 |
|/ | |||||
* | Update shared fixture data for network 42 | Jacob Evans | 2018-04-06 | 1 | -20/+5 |
| | |||||
* | Feedback | Jacob Evans | 2018-04-06 | 1 | -11/+7 |
| | | | | | remove id management from testnet faucet spread over txParams rather than modify in place | ||||
* | Create a private key subprovider | Jacob Evans | 2018-04-05 | 1 | -1/+3 |
| | |||||
* | 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 | 1 | -5/+6 |
| | |||||
* | 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 | 1 | -183/+183 |
| | |||||
* | Fix typo | Fabio Berger | 2018-03-04 | 1 | -1/+1 |
| | |||||
* | Add `numberOfAccounts` param to `LedgerSubprovider` method ↵ | Fabio Berger | 2018-03-04 | 1 | -2/+8 |
| | | | | `getAccountsAsync` and add tests | ||||
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 1 | -1/+0 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -10/+7 |
| | |||||
* | Support both personal_sign and eth_sign | Fabio Berger | 2017-12-28 | 1 | -1/+21 |
| | |||||
* | Fix Ledger tests given change from `personal_sign` to `eth_sign` | Fabio Berger | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 1 | -4/+0 |
| | |||||
* | Add missing calls to configure | Fabio Berger | 2017-12-07 | 1 | -0/+1 |
| | |||||
* | Simplify interface to signPersonalMessageAsync | Fabio Berger | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Remove spaces | 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/+171 |
rely on hookedWalletSubprovider. Added unit and integration tests. |