Kevin Serrano
9a8bf5a605
Fix edge case where notice does not require scrollbar.
8 years ago
Kevin Serrano
5cd917b0e9
Add personalMessages to function to calculate pending tx index.
8 years ago
Dan Finlay
5cc934f18c
Fix tx selecting bug
8 years ago
Kevin Serrano
1dfcc54381
Remove goHome action causing erratic UI behavior.
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
5d14925842
Fix styling of error message.
8 years ago
Kevin Serrano
b26c53452e
Add Kovan test network to our application.
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
Kevin Serrano
b3dfc4e639
Add kovan conditional to config screen.
8 years ago
Kevin Serrano
4116b37d32
Modify css rule for unused hollow diamond.
8 years ago
Dan Finlay
9f1f0bff1e
Some progress
8 years ago
Kevin Serrano
f2e40e85b7
Add one more loading indication.
8 years ago
Kevin Serrano
b0c0c30689
Uncomment lines relating to showing indicator.
8 years ago
Kevin Serrano
605c2a7404
Remove redundant removal of loading indicator. Integrate loading indicator disappear with display warning.
8 years ago
Kevin Serrano
0e43606b16
Adjust private key confirmation style and logic.
8 years ago
Kevin Serrano
889132b16c
Add action to hide loading indication on an incorrect pw.
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
b10f370c74
Render config screen from unlock.
8 years ago
Kevin Serrano
e4feb50f6f
Display Custom RPC on lock screen.
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
Kevin Serrano
9f6c040554
Create persistence address book.
8 years ago
Kevin Serrano
d270cbc9d2
Create distinct labels and names for addresses.
8 years ago
Kevin Serrano
1ca6fff317
Display owned addresses in datalist.
8 years ago
Dan Finlay
42e4a0621b
Add ENS click to copy
...
Also bump ethjs-ens version to get proper error for unregistered names.
8 years ago
Kevin Serrano
6f980cfe10
Add more informative message
8 years ago
Kevin Serrano
21769a008c
Fix typo, switch to log.error
8 years ago
Kevin Serrano
0ee8ca178e
Remove unneeded setrpc method.
8 years ago
Kevin Serrano
cf2268c3d2
Nodeify and promisify calls to background.
8 years ago
Kevin Serrano
e7e024bcdd
Refactor of code into separate reducers and actions.
8 years ago
Kevin Serrano
2a98beb878
Break out rpc update and rpclist into two reducers.
8 years ago
Dan Finlay
26ea5993a9
Remove log
8 years ago
Dan Finlay
9bd8c5f723
Render personal_sign messages as utf-8 text
...
Calls to `personal_sign` are now:
- When hex encoded, preserved as hex encoded, but displayed as utf-8 text.
- When not hex encoded, decoded as utf-8 text as hex for signing.
- The messages proposed for signing are displayed as UTF-8 text.
- When the message cannot be rendered as UTF-8 text, it is displayed as hexadecimal.
Fixes #1173
8 years ago