Dan Finlay
|
621e9334bc
|
Cleaned up some typos and JSDocs in Transactions
Nonce tracker is not fully documented yet.
Have not yet touched:
- tx-state-manager
- tx-state-history-helper
- util
- tx-gas-utils
- pending-tx-tracker
|
7 years ago |
frankiebee
|
e862a5091e
|
transactions - fix refernces
|
7 years ago |
frankiebee
|
eeb9390de8
|
meta - transactions - docs yo!
|
7 years ago |
Whymarrh Whitby
|
603c1310ff
|
Add a few missing docblocks to background files
|
7 years ago |
Dan
|
164f9c4662
|
Missing bracket in docblock.
|
7 years ago |
Dan
|
e80bd230b9
|
NO MIXED TABS AND SPACES
|
7 years ago |
Dan
|
6d96b1a2ab
|
Documentation fix: @constant -> @property
|
7 years ago |
Alexander Tseung
|
2c8156ebe9
|
Fix UI getting stuck in Reveal Seed screen
|
7 years ago |
Alexander Tseung
|
b0a105ce80
|
Fix confirmation popup not always opening
|
7 years ago |
Dan
|
6da00c4061
|
Add missing descriptions in util.js
|
7 years ago |
Dan
|
7b5d506cec
|
Document async function as returning a promise.
|
7 years ago |
Dan
|
128cb1af46
|
Improve documentation of promises that return undefined.
|
7 years ago |
Dan
|
e9ca7199ab
|
Typo fixes, type fixes on the return clauses of the buyEthUrl and getPrefferedLangCode functions.
|
7 years ago |
Dan
|
cc7e71488e
|
Spell deprecated correctly.
|
7 years ago |
Dan
|
23acddf8f6
|
@params -> @param fix
|
7 years ago |
bitpshr
|
b4912f29cd
|
Disable token price polling when no client is active
|
7 years ago |
Dan
|
20a075657f
|
Documentation for various controllers and libs
|
7 years ago |
bitpshr
|
d0447f9058
|
Maintain token prices using a background service
|
7 years ago |
bitpshr
|
7129d7c0f3
|
Require loglevel singleton in each module that uses it
|
7 years ago |
frankiebee
|
943eea043c
|
fix up - more docs
|
7 years ago |
frankiebee
|
88f4212363
|
meta - transactions - code clean up and jsDoc
|
7 years ago |
bitpshr
|
8974f933fc
|
Add tests for ComposableObservableStore
|
7 years ago |
bitpshr
|
4780f825b1
|
Add ComposableObservableStore for subscription management
|
7 years ago |
frankiebee
|
3aaa28531e
|
transactions - code cleanup
|
7 years ago |
Dan
|
8fb1237d64
|
Documentation for environemnt-type.js
|
7 years ago |
frankiebee
|
5494aa4f9c
|
transactions - lint fixes
|
7 years ago |
frankiebee
|
2d7c3c2b00
|
meta - transactions - create a transactions dir in controller and move relevant files into it
|
7 years ago |
kumavis
|
f9a6feb263
|
metamask - never persist if state is missing
|
7 years ago |
kumavis
|
6f4dbd6d4a
|
metamask - never persist if state is missing data
|
7 years ago |
kumavis
|
0685381fdc
|
metamask - attempt recovery from empty vault
|
7 years ago |
kumavis
|
26fe638377
|
tx-state-manager - dont remove old tx history if candidate is not found
|
7 years ago |
frankiebee
|
d4e30040a2
|
migrations - back fixes
|
7 years ago |
frankiebee
|
7d243aacf9
|
create migration 25
|
7 years ago |
frankiebee
|
b9243cd8b9
|
meta - create a migration template
|
7 years ago |
kumavis
|
ffc71ff7d2
|
migrator - dont overwrite error stack and warn to console
|
7 years ago |
kumavis
|
7fdf663ea7
|
migrator - fix typo
|
7 years ago |
kumavis
|
2b880dd4e0
|
migrations - report migrations errors to sentry with vault structure
|
7 years ago |
frankiebee
|
c02da0f27c
|
transactions - _normalizeTxParams will now return a new object for txParams
|
7 years ago |
frankiebee
|
4efc718074
|
make migration-24 compat with first-time-state
|
7 years ago |
Alexander Tseung
|
418926ffdf
|
Fix populating txParams with undefined data
|
7 years ago |
frankiebee
|
343f0e9e80
|
transactions - remove unnecessary keys on txParams
|
7 years ago |
frankiebee
|
245c01bc0f
|
transactions - make #_validateTxParams not async and "linting" wink wink nudge nudge
|
7 years ago |
frankiebee
|
8243824c6a
|
hot-fix - migrate unaproved txParams so that the from is lowercase
|
7 years ago |
frankiebee
|
457a47bf62
|
transactions - normalize txParams
|
7 years ago |
kumavis
|
502011019a
|
tx - txParams - allow chainId to be a hex string
|
7 years ago |
Dan Finlay
|
86693af156
|
Add webby awards to web3 block list.
|
7 years ago |
Dan
|
3c4b72bf2c
|
Map existingLocaleCodes and userPreferredLocaleCodes to lower case in get-first-preferred-lang-code.js
|
7 years ago |
Dan
|
5aff114001
|
Ensure get-first-preferred-lang-code.js matches locale codes from local directory names and chrome extension api.
|
7 years ago |
kumavis
|
83df8b58ba
|
tx-state-manager - validateTxParams - validate chainId is Number
|
7 years ago |
frankiebee
|
3b1e4c74f5
|
transactions - dont throw if chain id is not a string
|
7 years ago |