Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Add eth_signTypedData support to our wallet subproviders | Jacob Evans | 2018-10-05 | 1 | -0/+31 |
| | |||||
* | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 1 | -1/+1 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | | | | unifying library with the same interface | ||||
* | Merge branch 'development' into feature/subproviders/mnemonic-wallet-subprovider | Jacob Evans | 2018-04-12 | 2 | -0/+23 |
|\ | |||||
| * | merge development | Fabio Berger | 2018-04-09 | 1 | -0/+23 |
| |\ | |||||
| * | | Use provider over web3 in deployer, dev-utils and subprovider tests, rename ↵ | Fabio Berger | 2018-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | subprovider to ganacheSubprovider in test util | ||||
| * | | Update dev-utils and subproviders tests to use ganache in-process provider | Fabio Berger | 2018-04-04 | 2 | -0/+23 |
| | | | |||||
* | | | Renamed DerivedHDKey to DerivedHDKeyInfo | Jacob Evans | 2018-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+3 |
| | | | |||||
* | | | Tests for signed transactions and multiple accounts | Jacob Evans | 2018-04-11 | 1 | -0/+2 |
| | | | |||||
* | | | Test signed messages with the second account | Jacob Evans | 2018-04-11 | 1 | -0/+2 |
| | | | |||||
* | | | Refactor ledger to support multiple accounts with from address | Jacob Evans | 2018-04-10 | 1 | -0/+2 |
| | | | |||||
* | | | Add Mnemonic wallet subprovider | Jacob Evans | 2018-04-06 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Update shared fixture data for network 42 | Jacob Evans | 2018-04-06 | 1 | -2/+17 |
| | | |||||
* | | Feedback | Jacob Evans | 2018-04-06 | 1 | -0/+8 |
|/ | | | | | remove id management from testnet faucet spread over txParams rather than modify in place | ||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 1 | -0/+14 |
rely on hookedWalletSubprovider. Added unit and integration tests. |