openethereum/js/src/redux/providers
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
..
certifications Fixes BadgeReg Middleware (#4547) (#4556) 2017-02-15 13:42:55 +01:00
registry Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
apiActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
apiReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
balances.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
balancesActions.js Enhance dialog layouts (round 1) (#4637) 2017-02-24 18:05:39 +01:00
balancesReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
blockchainActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
blockchainReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
chainMiddleware.js Reload UI on network switch (#4864) 2017-03-13 13:19:43 +01:00
chainMiddleware.spec.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
imagesActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
imagesReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
index.js Minimise transactions progress (#4942) 2017-03-28 14:34:31 +02:00
personal.js Update Wallet to new Wallet Code (#4805) 2017-03-07 20:19:55 +01:00
personalActions.js Allow signing via Qr (#4881) 2017-03-31 23:36:24 +02:00
personalReducer.js UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
requestsActions.js Minimise transactions progress (#4942) 2017-03-28 14:34:31 +02:00
requestsActions.spec.js Minimise transactions progress (#4942) 2017-03-28 14:34:31 +02:00
requestsReducer.js Minimise transactions progress (#4942) 2017-03-28 14:34:31 +02:00
signer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
signerActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
signerMiddleware.js Allow signing via Qr (#4881) 2017-03-31 23:36:24 +02:00
signerMiddleware.spec.js UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
signerReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
snackbarActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
snackbarReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
status.js Cleanup the Status View (#5317) 2017-03-29 14:38:07 +02:00
statusActions.js Cleanup the Status View (#5317) 2017-03-29 14:38:07 +02:00
statusReducer.js Cleanup the Status View (#5317) 2017-03-29 14:38:07 +02:00
walletActions.js Update Wallet to new Wallet Code (#4805) 2017-03-07 20:19:55 +01:00
walletReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
worker.js Better handling of Solidity compliation (#4860) 2017-03-11 15:25:45 +01:00
workerActions.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
workerReducer.js Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
workerWrapper.js Build embedded Parity JS properly and separatly (#4426) 2017-02-09 15:30:57 +01:00