aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/hex-to-bn.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve UI gas calculation logicDan Finlay2017-03-291-0/+7
- Now striping hex prefixed gas values, which may have been causing mis-estimation. - Unified calculation logic to be entirely functional. - Greatly simplified how the pending-tx form keeps updated form state. Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value.