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
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
frankiebee
79f88398ac
fix spelling
8 years ago
frankiebee
df9e40be63
Css fixes
8 years ago
frankiebee
9ebc5ed33c
make buy button green
8 years ago
Jared Pereira
7f12be6a01
remove updateCoinBaseAmount action
8 years ago
Jared Pereira
5cabd3e02d
remove updateBuyAddress action
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
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
be88c87b25
extension - prefer extensionizer module
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
9a8bf5a605
Fix edge case where notice does not require scrollbar.
8 years ago
Kevin Serrano
c1136a6317
Add link to kovan faucet instructions.
8 years ago
Dan Finlay
5cc934f18c
Fix tx selecting bug
8 years ago
Dan Finlay
8e7b5d6a13
Remove unnecessary log
8 years ago
Dan Finlay
0e74cf2cba
Disable accept button when gas limit is too low
8 years ago
Dan Finlay
6a46e9ce06
Make gas calculations on render more consistent
8 years ago
Dan Finlay
9bea31a402
Fix initial tx fee estimation
8 years ago
Dan Finlay
3400ed0955
Fix a couple things
...
Sorry apparently the gas fixes weren't in the last commit, but are in this one.
As reported in previous commit, fixes a bug where initial estimate is not derived from the network.
Also fixes a bug where clicking "reset" does not clear our custom validation warnings.
8 years ago
Dan Finlay
018b1d006f
Make reset button clear errors
8 years ago
Dan Finlay
31c1839ed7
Fix initial gas price estimate
8 years ago
Dan Finlay
612bace17d
Prevent default for reset and reject buttons
8 years ago
Dan Finlay
bda821f144
Override browser default validation message
8 years ago
Dan Finlay
55e8a717e6
Fix some broken refs
8 years ago
Dan Finlay
e7a3330b98
Combine pending-tx-details component into pending-tx-details
...
These were only separated originally so we could make the notification-based TX approval work, which provided its own buttons.
This two templates are logically highly coupled, and keeping them working while separate has been difficult at times, and has even required resorting to dubious practices, like using React's `refs` pattern.
This combines them into one fairly large component, but I think it's ok, we can still break this up into components, just not the separation that it had previously.
8 years ago
Kevin Serrano
525c32ae60
Enable etherscan linking on Kovan transaction list items.
8 years ago
Kevin Serrano
61a6203808
Reset disabled state for confirm button after every notice.
8 years ago
Dan Finlay
77907038ff
Got basic validations working
8 years ago
Kevin Serrano
41e276b036
Hide the password in the private key retrieval screen.
8 years ago
Kevin Serrano
34f3889eb0
Add kovan to drop-menu-item
8 years ago
Kevin Serrano
4757858df0
Add conditional kovan to current network component.
8 years ago
Dan Finlay
9f1f0bff1e
Some progress
8 years ago
Kevin Serrano
0e43606b16
Adjust private key confirmation style and logic.
8 years ago
Dan Finlay
35c05607b0
Improve personal_sign style
...
textarea was not resizing the way I'd expected, so made it permanently larger, to accomodate larger messages.
8 years ago
Kevin Serrano
37ffcfcf0e
Rename variables to proper currency state variables.
8 years ago
Kevin Serrano
1ec7930c75
Minor change in removing opts object.
8 years ago
Kevin Serrano
2ab86b001d
Add comments.
8 years ago
Kevin Serrano
b34ee4daa1
Allow for adding recently used addresses to address book.
8 years ago