Jannis R
35fe4de622
add recovery page print button
2016-11-30 20:01:35 +01:00
Jannis R
eee03b542d
add account recovery phrase page
2016-11-30 19:51:03 +01:00
Jannis Redmann
e667d33778
make Modal always scrollable ( #3667 )
2016-11-29 13:50:22 +01:00
Jannis Redmann
65f4ba8372
show snackbar on password change ( #3661 )
...
* show snackbar on password change
* Swap last two words
2016-11-29 00:21:54 +01:00
Nicolas Gotchac
d78de18385
Merge branch 'master' into ng-webpack-update
2016-11-28 17:56:47 +01:00
Jannis Redmann
5f570edf3b
update SMS verification ( #3579 )
...
* add isTestnet helper
* sms verification: use different port on testnet
* subscribeToEvent helper
* sms verification: await Puzzled event
* sms verification: bugfixes 🐛 , move awaitPuzzle
* sms verification: check upfront if code is valid
* sms verification: more helpful phone input label
* isTestnet helper -> redux state
2016-11-28 17:39:55 +01:00
Nicolas Gotchac
3675095201
Merge branch 'master' into ng-webpack-update
2016-11-28 13:02:03 +01:00
Nicolas Gotchac
f77afd072b
Updated ESLINT and fixing linting issues
2016-11-25 19:48:06 +01:00
Jaco Greeff
50585763aa
Manually add \r to Windows phrases pre 1.4.5 ( #3615 )
...
* Manually add \r to Windows phrases pre 1.4.4
* < 1.4.5
* Only support 1.4.x dictionary
2016-11-25 18:43:28 +01:00
Gav Wood
46e5a84bc5
Merge pull request #3540 from ethcore/delete-accounts
...
Real deleting accounts
2016-11-24 17:16:26 +01:00
Jaco Greeff
67771f39de
Trim whitespace from recovery phrase
2016-11-24 14:56:39 +01:00
Jaco Greeff
97ec5053f0
PR grumbles, wording, isRequired, no close on error
2016-11-23 22:17:36 +01:00
Nicolas Gotchac
33dd49160f
Smarter Tokens fetching ( #3546 )
...
* Don't auto-subscribe for contracts #3240
* Smarter Balance : don't re-instantiate contracts, fetch tokens #3240
* Smarter Balance Tokens fetching (update image when needed) #3240
* Attaching to TokenReg Events instead of fetching for each block #3240
* Unsubscribe from shapeshit... #3240
* Unsubscribe from EthFilter if used once (resolved) #3240
* Remove warning
* PR review fix
* Typo
* Better contract JS API : one subscribe for all #3546
* Fixed test
2016-11-23 10:30:47 +01:00
Gav Wood
a722bac304
Merge pull request #3512 from ethcore/jg-transact-gas-warnings
...
Send value & contract execute gas limit warnings
2016-11-22 17:04:13 +01:00
Jaco Greeff
609e8912d8
Merge branch 'master' into delete-accounts
2016-11-22 16:19:40 +01:00
Jaco Greeff
cce5b217ed
Delete account dialog
2016-11-22 16:19:36 +01:00
Jannis Redmann
f9ecea8f4d
sms verification code style ( #3564 )
...
* sms verification: fix code style
* sms verification: move server-related code to 3rdparty
* sms verification: adapt to ropsten
2016-11-21 20:45:47 +01:00
Nicolas Gotchac
5735d948f5
[Registry] Clear input and working buttons ( #3563 )
...
* onClick to onTouchTap #3556
* onClick to onTouchTap 2 #3556
* Registry dApp clear input + check Signer #3557
2016-11-21 20:44:37 +01:00
Nicolas Gotchac
8fc1506c57
ABI can be empty and auto-fill contract name #3511
2016-11-18 17:54:25 +01:00
Jaco Greeff
f827ade616
debug log removal
2016-11-18 16:32:57 +01:00
Jaco Greeff
8d339ad379
Adjust styling
2016-11-18 15:13:37 +01:00
Jaco Greeff
b433e7e9a0
Updated, contract execution in-place
2016-11-18 15:05:02 +01:00
Jaco Greeff
e69b7f66a3
Gas calculation & limit errors
2016-11-18 14:18:50 +01:00
Nicolas Gotchac
18e40f3ece
Merge branch 'master' into ng-solc-output
2016-11-17 17:51:32 +01:00
Nicolas Gotchac
a1cbe449fa
Use a single step and input for ABI/solc output #3196
2016-11-17 17:45:04 +01:00
Nicolas Gotchac
830c762b75
Working desc and name fields #3196
2016-11-17 15:24:55 +01:00
Jannis R
4ae58f7d33
move nullable PropType helper
2016-11-17 14:31:25 +01:00
Jannis R
179078d31a
sms verification: loading step
2016-11-17 14:23:59 +01:00
Jannis R
fff8743ee6
sms verification: fetch contract address from Registry
2016-11-17 14:23:47 +01:00
Nicolas Gotchac
52f3d3cccd
Add solc text helper #3196
2016-11-17 14:09:02 +01:00
Nicolas Gotchac
d41efcc84e
Add input from Solc compiler #3196
2016-11-17 13:59:13 +01:00
Jannis R
3f0053f884
sms verification: move helper functions
...
- checkIfTxFailed & waitForBlockConfirmations are both general-purpose
- checkIfVerified, checkIfRequested & postToServer are sms verification-specific
2016-11-17 13:07:36 +01:00
Jannis R
a59526099d
merge master into sms-verification-modal
2016-11-17 12:40:22 +01:00
Jannis R
13448930e9
sms verification: fix styling ✨
2016-11-17 12:31:06 +01:00
Nicolas Gotchac
c8fadbec69
Add a new RadioButtons Component #3196
2016-11-17 12:06:35 +01:00
Nicolas Gotchac
7144da5d7e
Handle Signer Rejection // Real Custom Errors #3153
2016-11-16 18:55:53 +01:00
Jannis R
ed2b8e14fc
merge master into sms-verification-modal
2016-11-16 13:29:46 +01:00
Jannis R
da8c70fbe7
sms verification: check if tx failed, minor UI fixes
...
- checks if the tx failed by the amount of gas used
- don't show the pending indicator if an error occured
2016-11-16 13:28:52 +01:00
Gav Wood
06112255ae
Merge pull request #3456 from ethcore/ng-paste-input-submit
...
Adds onPaste event to Inputs
2016-11-16 11:18:29 +08:00
Jaco Greeff
df901379b3
Fix transfer token decimal calculation ( #3445 )
...
* Fix decimal calculation
* Recalc when shorcutting estimate
2016-11-15 22:00:14 +01:00
Jannis R
8d4b1a332b
sms verification: bugfixes 🐛
...
- fixed imports
- renamed `uiSteps` to `phases` to make the distinction between
actual (tiny) steps and visible UI steps clear
- lookup `requestTx` if request has already been sent
- change code regex to match ethcore/sms-verification@59acb73
2016-11-15 19:22:44 +01:00
Nicolas Gotchac
aae7af6895
Adds onPaste event to Inputs #3127
2016-11-15 17:58:11 +01:00
Jannis R
7a83fb8595
merge master into sms-verification-modal
2016-11-15 17:04:36 +01:00
Jannis R
aa8fc554fe
sms verification: simplify code
...
- moved the steps into named exports
- moved the store creation into the Accounts component
- fix a linting issue
2016-11-15 17:04:34 +01:00
Jannis R
3e879aac35
sms verification: use Mobx store
2016-11-15 16:30:55 +01:00
Jannis R
bfcc8d33d6
sms verification: make Done component dumb
2016-11-15 16:22:19 +01:00
Jannis R
90df237ca5
sms verification: make SendConfirmation component dumb
2016-11-15 16:22:19 +01:00
Jannis R
377c16cf78
sms verification: make QueryCode component dumb
2016-11-15 16:22:19 +01:00
Jannis R
f48a341c32
sms verification: make SendRequest component dumb
2016-11-15 16:22:18 +01:00
Jannis R
71986249e5
sms verification: make GatherData component dumb
2016-11-15 16:22:16 +01:00