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-state-manager.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
tx-state-manager - dont remove old tx history if candidate is not found
kumavis
2018-04-07
1
-2
/
+4
*
Fix populating txParams with undefined data
Alexander Tseung
2018-04-06
1
-0
/
+4
*
tx - txParams - allow chainId to be a hex string
kumavis
2018-04-04
1
-1
/
+1
*
tx-state-manager - validateTxParams - validate chainId is Number
kumavis
2018-04-04
1
-2
/
+10
*
transactions - dont throw if chain id is not a string
frankiebee
2018-04-04
1
-2
/
+2
*
tx controller - explode on non-hex txParams + dont add chainId to txParams + ...
kumavis
2018-03-28
1
-5
/
+11
*
transactions - only save up to 40 txs totall across all networks
frankiebee
2018-03-27
1
-6
/
+1
*
transactions:state - add a submittedTime stamp so the ui has a better grasp o...
frankiebee
2018-03-14
1
-0
/
+4
*
Merge branch 'master' into retry-tx-refractor
Dan
2018-03-09
1
-1
/
+1
|
\
|
*
fix typo in tests and tx-state-manager
Jeffrey Tong
2018-03-08
1
-1
/
+1
*
|
refactor retrytx with higher gas price:
frankiebee
2018-03-08
1
-10
/
+28
|
/
*
preserve other networks TXs
Bruno Barbieri
2018-02-01
1
-3
/
+4
*
use txMeta.txParams
Bruno Barbieri
2018-01-31
1
-1
/
+1
*
wipe only transactions for current account
Bruno Barbieri
2018-01-31
1
-3
/
+9
*
clean up
Bruno Barbieri
2018-01-31
1
-3
/
+3
*
added reset account feature
Bruno Barbieri
2018-01-31
1
-0
/
+4
*
tx-controller - failed state is a finished state
kumavis
2017-12-08
1
-1
/
+1
*
Add retry background method and action
Dan Finlay
2017-12-07
1
-0
/
+4
*
Fix lint warnings
Daijiro Wachi
2017-10-22
1
-1
/
+1
*
Provide method for tx tracker to refer to all txs
Dan Finlay
2017-10-07
1
-1
/
+7
*
transaction - provide notes for history
frankiebee
2017-10-03
1
-5
/
+5
*
transactions: lint fixes and reveal status-update event for balance controller
frankiebee
2017-09-27
1
-6
/
+6
*
Merge branch 'master' into transactionControllerRefractorPt3
frankiebee
2017-09-27
1
-0
/
+1
*
ensure that values written to txParams are hex strings
frankiebee
2017-09-14
1
-0
/
+9
*
match other controller patterns
frankiebee
2017-09-13
1
-8
/
+13
*
fix miss type
frankiebee
2017-09-09
1
-1
/
+1
*
more tests and craete a getPendingTransactions function
frankiebee
2017-09-09
1
-0
/
+6
*
fix merge and errors disaperaing on update
frankiebee
2017-09-07
1
-2
/
+5
*
add better comments
frankiebee
2017-09-06
1
-1
/
+0
*
Merge branch 'master' into transactionControllerRefractorPt3
frankiebee
2017-08-22
1
-11
/
+15
*
Create TxStateManager
frankiebee
2017-08-22
1
-1
/
+18
*
Create tests for TxStateManager
frankiebee
2017-08-19
1
-0
/
+201