aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/test/unit/eth_lightwallet_subprovider_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Return SignedOrder from signing utils.Jacob Evans2018-10-051-0/+21
| | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-2/+1
|
* Use PrivateKeySubprovider inside eth lightwalletJacob Evans2018-07-021-46/+28
| | | | 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