Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use provider stub | frankiebee | 2017-08-09 | 1 | -23/+11 |
| | |||||
* | test for pending tx watcher | frankiebee | 2017-08-05 | 1 | -46/+3 |
| | |||||
* | fix test | frankiebee | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | move newUnapprovedTransaction to transactions.js | frankiebee | 2017-08-03 | 1 | -3/+66 |
| | |||||
* | add test for addTxDefaults | frankiebee | 2017-08-02 | 1 | -5/+30 |
| | |||||
* | make addUnapprovedTransaction async function and use promise based ethQuery | frankiebee | 2017-08-02 | 1 | -23/+49 |
| | |||||
* | tx cont - fix test to use async api | kumavis | 2017-07-26 | 1 | -2/+6 |
| | |||||
* | make publishTransaction and signTransaction async methods | frankiebee | 2017-07-14 | 1 | -11/+9 |
| | |||||
* | test - tx controller - fix promise handling | kumavis | 2017-07-08 | 1 | -5/+2 |
| | |||||
* | test - tx-controller - stub block-tracker method | kumavis | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into nonce-tracker | kumavis | 2017-07-08 | 1 | -0/+40 |
|\ | |||||
| * | Fix failing test | Dan Finlay | 2017-07-06 | 1 | -27/+29 |
| | | |||||
| * | Add missing done | Dan Finlay | 2017-07-06 | 1 | -1/+2 |
| | | |||||
| * | Typo fix | Dan Finlay | 2017-07-06 | 1 | -1/+1 |
| | | |||||
| * | Add failing test for retrying an over-spending tx | Dan Finlay | 2017-07-06 | 1 | -0/+37 |
| | | |||||
| * | add a check for weather a tx is included in a block when jumping blocks | frankiebee | 2017-06-15 | 1 | -0/+1 |
| | | |||||
* | | remove irrelevant test | frankiebee | 2017-06-17 | 1 | -5/+0 |
| | | |||||
* | | Fix test to call done | frankiebee | 2017-06-16 | 1 | -7/+8 |
| | | |||||
* | | transaction controller - use nonce-tracker | kumavis | 2017-06-15 | 1 | -3/+4 |
|/ | |||||
* | Finish async when failing async test | Thomas Huang | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Make test Async | Thomas Huang | 2017-06-13 | 1 | -1/+2 |
| | |||||
* | Linting | Thomas Huang | 2017-06-13 | 1 | -1/+0 |
| | |||||
* | Fix for tests | frankiebee | 2017-05-24 | 1 | -1/+3 |
| | |||||
* | Add test around txManager#approveTransaction | Dan Finlay | 2017-05-17 | 1 | -3/+64 |
| | |||||
* | Improve test | Dan Finlay | 2017-05-17 | 1 | -1/+5 |
| | |||||
* | Add gas updating test to tx controller tests | Dan Finlay | 2017-05-17 | 1 | -1/+21 |
| | |||||
* | Rename tx manager to tx controller | Dan Finlay | 2017-05-17 | 1 | -0/+237 |