aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/test/utils
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-051-0/+31
|
* Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-111-1/+1
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-1/+1
| | | | unifying library with the same interface
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-122-0/+23
|\
| * merge developmentFabio Berger2018-04-091-0/+23
| |\
| * | Use provider over web3 in deployer, dev-utils and subprovider tests, rename ↵Fabio Berger2018-04-061-1/+1
| | | | | | | | | | | | subprovider to ganacheSubprovider in test util
| * | Update dev-utils and subproviders tests to use ganache in-process providerFabio Berger2018-04-042-0/+23
| | |
* | | Renamed DerivedHDKey to DerivedHDKeyInfoJacob Evans2018-04-111-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 foundJacob Evans2018-04-111-1/+3
| | |
* | | Tests for signed transactions and multiple accountsJacob Evans2018-04-111-0/+2
| | |
* | | Test signed messages with the second accountJacob Evans2018-04-111-0/+2
| | |
* | | Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-101-0/+2
| | |
* | | Add Mnemonic wallet subproviderJacob Evans2018-04-061-0/+2
| |/ |/|
* | Update shared fixture data for network 42Jacob Evans2018-04-061-2/+17
| |
* | FeedbackJacob Evans2018-04-061-0/+8
|/ | | | | remove id management from testnet faucet spread over txParams rather than modify in place
* Apply prettier configLeonid Logvinov2018-01-031-1/+1
|
* Fix redundant spacesLeonid Logvinov2017-12-161-1/+1
|
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-061-0/+14
rely on hookedWalletSubprovider. Added unit and integration tests.