Kevin Serrano
2fcf3d8439
Modify wording to new accept.
8 years ago
Kevin Serrano
a37c8f3ed0
Modify FAQ to be more visible.
8 years ago
Dan Finlay
c8f0802a8e
Fix bug that prevented publishing contracts
8 years ago
frankiebee
94fedd1fc9
Fix for quick switch on ENS names
8 years ago
frankiebee
ec99bfd553
set the ensResolution to an invalid address if an error ocurs durring look up
8 years ago
frankiebee
0f69a09823
Fix linting error
8 years ago
frankiebee
653319be10
move address check to util.isValidAddress
8 years ago
frankiebee
37fd32025f
Fix punctuation
8 years ago
frankiebee
bb6e41963d
Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000
8 years ago
Dan Finlay
8dc6aa9c4c
Remove dead style code
8 years ago
Dan Finlay
773b36b0de
Move address copying into reusable component
...
"copyable" component allows any elements to be wrapped to include:
- a tool tip that changes/debounces its label when clicked.
- a customizable copyable value.
Fixes #1539
8 years ago
Dan Finlay
ec097c8e34
Add copy links to mini tx panels
8 years ago
Kevin Serrano
2b7d842498
Update gasblocklimit params with every block.
8 years ago
Kevin Serrano
51b5e2f6e7
Add max gas limit to UI
8 years ago
Kevin Serrano
9554788c14
Minor cleanup of lint
8 years ago
Kevin Serrano
293d0b4a57
Minor cleanup
8 years ago
Kevin Serrano
10ca3b6467
Fix bug where submit was enabled when invalid params were filled out.
8 years ago
Kevin Serrano
60281f7250
Cleanup code.
8 years ago
Kevin Serrano
31d17c9e25
Fix test, create new value for precision/scale
8 years ago
Kevin Serrano
959038132a
Increase accuracy of our rounding schemes.
8 years ago
Dan Finlay
058b732213
Tolerate nonces of any format
8 years ago
Dan Finlay
954d8bd111
Render txs with no nonce
8 years ago
Dan Finlay
0ef9e8b709
Lint
8 years ago
Dan Finlay
3c90024564
Label the pending tx icon with a tooltip
8 years ago
Dan Finlay
6209224a6c
Add transaction number (nonce) to tx list
8 years ago
Dan Finlay
7e7ceab95e
Fix decimal tolerance
8 years ago
Kevin Serrano
717db41d0b
Modify test, replace clone package.
8 years ago
Dan Finlay
24737ded34
Fix bug where decimals in gas inputs gave strange results
8 years ago
Dan Finlay
31c7daee73
Fix bug where edited gas parameters did not take effect
...
Fixes #1407
8 years ago
Kevin Serrano
d8130f1eff
Fix reset button.
8 years ago
Kevin Serrano
53b8d18a5f
Complete transition into BN.
8 years ago
Nihar
5c71149a8f
continue button changed to agree
8 years ago
Dan Finlay
b4e6ea9db7
Fix fiat rendering
...
Fixes #1439 .
When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter.
This now passes it in wherever it's used.
8 years ago
kumavis
e28e0acaa8
lint - mandatory dangle
...
😛
8 years ago
kumavis
d5636080cf
ui - send - clean props assignment
8 years ago
Thomas Huang
3367363b12
Remove all traces of testnet
8 years ago
Thomas Huang
4c10e2021a
Change default network to rinkeby
8 years ago
Dan Finlay
fc7b4cb4bc
Linted
8 years ago
Dan Finlay
75d9b5619c
Verify updating gas value updates
8 years ago
Dan Finlay
4b341e6a95
Got test failing nearly correctly
8 years ago
Dan Finlay
c4be4c7195
Skip jazzicons in unit tests
8 years ago
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