aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/test
Commit message (Collapse)AuthorAgeFilesLines
* Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-111-1/+1
|
* Fix tslint issuesLeonid Logvinov2018-07-173-14/+14
|
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-137-14/+7
|
* -fetch';Fabio Berger2018-07-132-10/+4
|
* Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-041-0/+5
|\
| * Use stub in test to avoid difference in setup, how network requests take placeFabio Berger2018-07-041-0/+5
| |
* | Use PrivateKeySubprovider inside eth lightwalletJacob Evans2018-07-022-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 tweaksFabio Berger2018-06-261-4/+1
| |
* | Fix and imprrove ethLightWalletSubproviderFabio Berger2018-06-261-5/+6
| |
* | Fix Tslint issuesFabio Berger2018-06-261-2/+8
| |
* | Add eth-lightwallet subprovider and testsCavan2018-06-261-4/+2
| |
* | Formatting and standards updatesCavan2018-06-261-0/+183
|/
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-226-6/+0
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-124-19/+19
|
* Run prettierfragosti2018-06-072-8/+2
|
* Try enabling no-unused-variable...fragosti2018-06-056-14/+0
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-015-5/+7
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-234-12/+19
|\ | | | | Add more tslint rules
| * Fix TSLint rulesFabio Berger2018-05-164-12/+19
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-176-0/+6
|/
* Add missing type definitionsLeonid Logvinov2018-05-142-2/+2
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-103-5/+4
| | | | unifying library with the same interface
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-125-12/+38
|\
| * Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵Fabio Berger2018-04-091-1/+1
| | | | | | | | and contracts
| * merge developmentFabio Berger2018-04-094-33/+215
| |\
| * | Refactor RedundantRpcSubprovider into RedundantSubproviderFabio Berger2018-04-061-10/+7
| | |
| * | Use provider over web3 in deployer, dev-utils and subprovider tests, rename ↵Fabio Berger2018-04-063-3/+3
| | | | | | | | | | | | subprovider to ganacheSubprovider in test util
| * | Update dev-utils and subproviders tests to use ganache in-process providerFabio Berger2018-04-044-5/+34
| | |
* | | Renamed DerivedHDKey to DerivedHDKeyInfoJacob Evans2018-04-114-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 foundJacob Evans2018-04-112-5/+15
| | |
* | | Tests for signed transactions and multiple accountsJacob Evans2018-04-113-0/+12
| | |
* | | Test signed messages with the second accountJacob Evans2018-04-113-1/+15
| | |
* | | Throw errors when the address is not specified or invalidJacob Evans2018-04-114-6/+27
| | |
* | | Rename to IS_CHILD_KEYJacob Evans2018-04-101-2/+0
| | |
* | | Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-104-6/+12
| | |
* | | Added walletUtils and address in signMessageJacob Evans2018-04-102-10/+39
| | |
* | | Add Mnemonic wallet subproviderJacob Evans2018-04-062-0/+184
| |/ |/|
* | Update shared fixture data for network 42Jacob Evans2018-04-064-38/+28
| |
* | FeedbackJacob Evans2018-04-063-32/+29
| | | | | | | | | | remove id management from testnet faucet spread over txParams rather than modify in place
* | Create a private key subproviderJacob Evans2018-04-053-4/+199
|/
* Use @0xproject/utils promisify everywhereFabio Berger2018-04-031-1/+1
|
* Move common types out of web3 typesLeonid Logvinov2018-03-273-15/+18
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-11/+13
|
* FeedbackJacob Evans2018-03-081-3/+4
|
* README on derivation pathJacob Evans2018-03-081-0/+5
|
* Use our dev seed derivation path.Jacob Evans2018-03-081-1/+3
| | | | Ensuring our signer address is 0x5409ed021d9299bf6814279a6a1411a7e866a631
* Add ledger-node package as optional dependencyJacob Evans2018-03-071-183/+192
|
* Nuke tests for nowJacob Evans2018-03-062-188/+188
|
* Fix typoFabio Berger2018-03-042-2/+2
|
* Add `numberOfAccounts` param to `LedgerSubprovider` method ↵Fabio Berger2018-03-042-3/+15
| | | | `getAccountsAsync` and add tests
* FixesJacob Evans2018-02-071-3/+3
| | | | | Rename to isFirstGetTransactionCount assign nextPrefixedHexNonce as a const
* Rename called to something more readableJacob Evans2018-02-061-5/+6
|
* Refactor tests for reuse of the fixture subproviderJacob Evans2018-02-061-102/+54
|
* PrettifyJacob Evans2018-02-021-59/+62
|
* Nonce tracker subproviderJacob Evans2018-02-021-0/+195
| | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions
* Fix formattingLeonid Logvinov2018-01-032-6/+3
|
* Apply prettier configLeonid Logvinov2018-01-034-43/+33
|
* Support both personal_sign and eth_signFabio Berger2017-12-282-2/+53
|
* Fix Ledger tests given change from `personal_sign` to `eth_sign`Fabio Berger2017-12-282-7/+7
|
* Implement the address derivationsLeonid Logvinov2017-12-181-2/+8
|
* Fix redundant spacesLeonid Logvinov2017-12-161-1/+1
|
* Fix connect unused varsLeonid Logvinov2017-12-153-7/+1
|
* Fix unit testFabio Berger2017-12-091-1/+1
|
* Add missing paramsFabio Berger2017-12-091-0/+3
|
* Use rejectedWithFabio Berger2017-12-071-9/+4
|
* Add missing calls to configureFabio Berger2017-12-072-0/+2
|
* remove unneeded type assertionsFabio Berger2017-12-071-2/+2
|
* Simplify interface to signPersonalMessageAsyncFabio Berger2017-12-072-20/+3
|
* Fix unit testFabio Berger2017-12-071-1/+1
|
* Add initial tests fort redundantRpcSubproviderFabio Berger2017-12-061-0/+62
|
* remove unused importFabio Berger2017-12-061-1/+0
|
* Remove spacesFabio Berger2017-12-062-2/+2
|
* Make exceptionFabio Berger2017-12-061-0/+2
|
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-064-0/+425
rely on hookedWalletSubprovider. Added unit and integration tests.