aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-utils.js
Commit message (Collapse)AuthorAgeFilesLines
* change BN.mul to BN.mulnJared Pereira2017-03-081-1/+1
|
* remove constant buffer and add multiplierJared Pereira2017-03-081-5/+8
|
* Remove gasMultiplier txMeta paramDan Finlay2017-03-011-2/+1
| | | | | | This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic. Removed it and the logic that referred to this now-outdated parameter.
* Fixed bug that made send screen sometimes transition to account detailDan Finlay2017-03-011-0/+1
|
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-1/+1
| | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* Satisfy review needs:Frankie2017-01-141-2/+12
| | | | | | | removed unnecessary this.query = opts.query from constructor Created a tx error state for errors in approveTransaction validateTxParams has been moved to tx-utils removed "value" arg from _setTxStatus
* background - handle tx finalization in controllers instead of provider-enginekumavis2017-01-131-0/+48
|
* Remove erroneous OOG estimation logic.Dan Finlay2017-01-111-15/+2
|
* First pass at revision requestsFrances Pangilinan2016-12-221-0/+87