Dan Finlay
19db11856b
Remove redux dependency from eth-balance and its dependent tree
...
For better unit testability of the conf-tx view.
8 years ago
Kevin Serrano
974368fe08
Prettify JSON
8 years ago
Kevin Serrano
73e1cd2317
Trim currency list.
8 years ago
Dan Finlay
d737bd1633
Break up pending-tx component for better unit testability
8 years ago
kumavis
ac54c7d96b
ens - add mainnet ens support
8 years ago
Kevin Serrano
d61b587f30
Redefine txmeta when submitting.
8 years ago
Dan Finlay
c7b2f2f2e9
Cleanup
8 years ago
kumavis
68be86abe9
ui - remove web3, use eth-query
8 years ago
Dan Finlay
80d8a4e73e
Input gas in gwei
...
Also enforces "safe low gas" minimum recommended by this article by eth-gas-station:
https://medium.com/@ethgasstation/the-safe-low-gas-price-fb44fdc85b91
Fixes #1381
8 years ago
Dan Finlay
f17c6b4eef
Fix ens iterated element without key error
8 years ago
Dan Finlay
998128d4df
allow copy(logState()) to copy to clipboard
8 years ago
Kevin Serrano
061f56b207
Fox watches over us again.
8 years ago
Dan Finlay
53cecf77a2
Adjust fox look height
8 years ago
Dan Finlay
89b0d3d403
Make fox look away while typing password
...
Inspired by this tweet:
https://twitter.com/Aashay/status/858791285976481792
8 years ago
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago
Kevin Serrano
f2bf7326cc
Linting.
8 years ago
Kevin Serrano
242dc1e99f
Add missing changes. Create unique style for rinkeby icon.
8 years ago
Nickyg
d764e46a50
change network name to rinkeby when selected
8 years ago
Nickyg
e9aa37b699
add rinkeby network
8 years ago
Dan Finlay
bce4af2dca
Add placeholder etherscan token icons
8 years ago
frankiebee
79f88398ac
fix spelling
8 years ago
frankiebee
df9e40be63
Css fixes
8 years ago
frankiebee
9ebc5ed33c
make buy button green
8 years ago
frankiebee
1eda55c85a
Fix issue where stopPropagation didnt stop submitting the tx when clicking buy button
8 years ago
Jared Pereira
7f12be6a01
remove updateCoinBaseAmount action
8 years ago
Jared Pereira
5cabd3e02d
remove updateBuyAddress action
8 years ago
Jared Pereira
c1df7dedd9
remove case buyForm
8 years ago
Jared Pereira
7a8496f9da
remove buyButtonDeligator function
8 years ago
Jared Pereira
e543050868
remove extra buyAddress in state
8 years ago
Dan Finlay
40e2450022
Get token list looking ok
8 years ago
Dan Finlay
9bae32e78b
Add functional but ugly and hard-coded token list
8 years ago
frankiebee
ce03b7db51
Initial redo attempt of the buy view to look like vladt's desighn
8 years ago
frankiebee
83811910c8
Create a custom radio list component
8 years ago
Kevin Serrano
088bfd5e8d
Fix account detail transition fix.
8 years ago
kumavis
8b14666348
clean - remove unused extension ref
8 years ago
kumavis
5a91adf7d8
add platforms to mascara + move buyEther window open to ui
8 years ago
kumavis
aa06183c64
ui - use global.platform for extension interaction
8 years ago
kumavis
60a48e713f
ui - move popup auto-close after tx conf to ui entrypoint
8 years ago
kumavis
49d8877fd7
ui - startPopup returns store after boot
8 years ago
kumavis
0ef679388a
ui - reducer - app - code cleanup
8 years ago
kumavis
bd704b1d7e
etc - fix notification-manager ref, remove duplicated test file
8 years ago
kumavis
5036263f88
introduce platform api and rename notifications to notification-manager
8 years ago
kumavis
be88c87b25
extension - prefer extensionizer module
8 years ago
Kevin Serrano
cb34eda6c6
Fix potential formatting issues for seed word display.
8 years ago
kumavis
067459da4c
Filter txs by txMeta network value in account detail
8 years ago
Dan Finlay
8681e2540e
Filter txs by txMeta network value in account detail
8 years ago
Dan Finlay
0d20b54854
Detect tx network from txMeta
8 years ago
Dan Finlay
81d3658343
Improve UI gas calculation logic
...
- 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.
8 years ago
Kevin Serrano
a95d96d507
Assure that seed words are placed into state tree upon request.
8 years ago
Kevin Serrano
6af932904d
Remove seedWords from UI state dump.
8 years ago