index
:
tangerine-wallet-browser
dependabot/npm_and_yarn/async-2.6.4
dependabot/npm_and_yarn/cached-path-relative-1.1.0
dependabot/npm_and_yarn/copy-props-2.0.5
dependabot/npm_and_yarn/css-what-2.1.3
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/eth-ledger-bridge-keyring-0.2.1
dependabot/npm_and_yarn/eventsource-1.1.1
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/fast-json-patch-3.1.1
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/follow-redirects-1.14.8
dependabot/npm_and_yarn/handlebars-4.7.6
dependabot/npm_and_yarn/handlebars-4.7.7
dependabot/npm_and_yarn/hosted-git-info-2.8.9
dependabot/npm_and_yarn/i-0.3.7
dependabot/npm_and_yarn/jsdom-16.5.0
dependabot/npm_and_yarn/jszip-3.10.1
dependabot/npm_and_yarn/karma-6.3.14
dependabot/npm_and_yarn/karma-6.3.16
dependabot/npm_and_yarn/lodash-es-4.17.21
dependabot/npm_and_yarn/luxon-1.28.1
dependabot/npm_and_yarn/luxon-2.5.2
dependabot/npm_and_yarn/markdown-to-jsx-6.11.4
dependabot/npm_and_yarn/merge-deep-3.0.3
dependabot/npm_and_yarn/moment-2.29.2
dependabot/npm_and_yarn/moment-2.29.4
dependabot/npm_and_yarn/nested-object-assign-1.0.4
dependabot/npm_and_yarn/node-sass-4.13.1
dependabot/npm_and_yarn/node-sass-7.0.0
dependabot/npm_and_yarn/path-parse-1.0.7
dependabot/npm_and_yarn/pathval-1.1.1
dependabot/npm_and_yarn/qs-6.5.3
dependabot/npm_and_yarn/snyk-1.1024.0
dependabot/npm_and_yarn/ssri-6.0.2
dependabot/npm_and_yarn/terser-4.8.1
dependabot/npm_and_yarn/thenify-3.3.1
dependabot/npm_and_yarn/tree-kill-1.2.2
dependabot/npm_and_yarn/ua-parser-js-0.7.28
dependabot/npm_and_yarn/url-parse-1.5.1
dependabot/npm_and_yarn/url-parse-1.5.10
dependabot/npm_and_yarn/url-parse-1.5.3
dependabot/npm_and_yarn/url-parse-1.5.7
dependabot/npm_and_yarn/websocket-extensions-0.1.4
dependabot/npm_and_yarn/xmldom-and-testem--removed
dependabot/npm_and_yarn/y18n-3.2.2
master
Tangerine fork of MetaMask browser extension (https://github.com/tangerine-network/tangerine-wallet-browser)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
scripts
/
lib
/
tx-utils.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
tx utils - detect estimateGas err and set simulationFailed
kumavis
2017-08-09
1
-3
/
+11
*
fix class names
frankiebee
2017-08-09
1
-1
/
+1
*
move util functions to util.js
frankiebee
2017-08-05
1
-32
/
+9
*
use async with #publishTransaction
frankiebee
2017-08-03
1
-2
/
+2
*
move newUnapprovedTransaction to transactions.js
frankiebee
2017-08-03
1
-8
/
+4
*
lint fixes
frankiebee
2017-08-02
1
-6
/
+1
*
fix addTxDefaults
frankiebee
2017-08-02
1
-1
/
+2
*
make addUnapprovedTransaction async function and use promise based ethQuery
frankiebee
2017-08-02
1
-44
/
+17
*
make publishTransaction and signTransaction async methods
frankiebee
2017-07-14
1
-2
/
+7
*
Use txParams
frankiebee
2017-07-12
1
-4
/
+4
*
Improve insufficient balance checking in retry loop
Dan Finlay
2017-07-12
1
-0
/
+9
*
Update gasblocklimit params with every block.
Kevin Serrano
2017-06-03
1
-9
/
+0
*
Convert gasLimit to not use muln in BN
Kevin Serrano
2017-06-02
1
-2
/
+8
*
Add new blockGasLimit property to txMeta object.
Kevin Serrano
2017-05-25
1
-1
/
+12
*
Create a network controller to manage switcing networks an updating the provider
frankiebee
2017-05-19
1
-5
/
+3
*
Fix linting warnings
Thomas Huang
2017-04-27
1
-6
/
+6
*
tx-utils - gas buffer ceiling at 90% of block gas limit
kumavis
2017-03-30
1
-3
/
+4
*
tx manager - adjust new tx flow and txMeta decorations
kumavis
2017-03-29
1
-17
/
+15
*
Remove gas limit param
Dan Finlay
2017-03-24
1
-3
/
+3
*
tx-utils - add encoding utils
kumavis
2017-03-08
1
-1
/
+1
*
tx-utils - stricter naming type-based convention
kumavis
2017-03-08
1
-9
/
+15
*
tx-utils - clean and comment
kumavis
2017-03-08
1
-15
/
+11
*
change BN.mul to BN.muln
Jared Pereira
2017-03-08
1
-1
/
+1
*
remove constant buffer and add multiplier
Jared Pereira
2017-03-08
1
-5
/
+8
*
Remove gasMultiplier txMeta param
Dan Finlay
2017-03-01
1
-2
/
+1
*
Fixed bug that made send screen sometimes transition to account detail
Dan Finlay
2017-03-01
1
-0
/
+1
*
Move sigUtil and keyrings to external modules
Dan Finlay
2017-02-22
1
-1
/
+1
*
Satisfy review needs:
Frankie
2017-01-14
1
-2
/
+12
*
background - handle tx finalization in controllers instead of provider-engine
kumavis
2017-01-13
1
-0
/
+48
*
Remove erroneous OOG estimation logic.
Dan Finlay
2017-01-11
1
-15
/
+2
*
First pass at revision requests
Frances Pangilinan
2016-12-22
1
-0
/
+87