openethereum/js/src/views/Account
Jaco Greeff 1987dad527 Allow signing via Qr (#4881)
* QR code scanning in-place

* QrScan component

* Update tests

* s/store/createStore/ in props

* Create of actual accountsInfo entry

* Exteral/hardware forget, no password change

* Add external accounts to accounts list

* Render external accounts in section (along with hw)

* Manul test bugfixes

* Display Qr code for tx signing

* Align QR code

* Hints for QR operations

* Generate actual qr codes based on tx data

* Add leading 0x if not found

* Update tests for 0x leading addition

* from & rpl without leading 0x

* Auto-detect QR code size (input length)

* Confirm raw

* WIP (lots of logging)

* WIP

* Chain-replay protection

* Readability

* Re-add r: chainId

* s = 0, r = 0, v = chainId

* Update eth_signTransaction to send transaction object

* And it actually works.

* Externalise createUnsigned/createSigned

* Check for nonce updates (future: subscriptions)

* Allow gas overrides

* Expose formatted condition

* Extract calculation (cap at 40)

* Remove debug log

* Fix rename linting

* Allow for signing hash & rlp (App support forthcoming)

* WIP

* User original qrcode-generator package

* Complete hash + rlp signing

* Accurate QR code size calculation

* Simplify type calculation

* R-eactivate current mobile interface (TODO for new)

* Move napa to dep

* Allow external accounts visibility in dapps

* Allow napa install on CI

* Allow new signTransaction & signTransactionHash functionality
2017-03-31 23:36:24 +02:00
..
Header Vault Management UI (round 3) (#4652) 2017-03-03 19:50:54 +01:00
Transactions Etherscan links based on netVersion identifier (#4772) 2017-03-06 08:54:59 +01:00
account.css Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
account.js Allow signing via Qr (#4881) 2017-03-31 23:36:24 +02:00
account.spec.js SMS Faucet (#4774) 2017-03-07 20:21:07 +01:00
account.test.js Etherscan links based on netVersion identifier (#4772) 2017-03-06 08:54:59 +01:00
index.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
store.js SMS Faucet (#4774) 2017-03-07 20:21:07 +01:00
store.spec.js SMS Faucet (#4774) 2017-03-07 20:21:07 +01:00