openethereum/js/src/views
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
..
Account Allow signing via Qr (#4881) 2017-03-31 23:36:24 +02:00
Accounts Allow signing via Qr (#4881) 2017-03-31 23:36:24 +02:00
Address UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
Addresses Extract i18n strings in views/* (#4695) 2017-03-02 12:24:54 +01:00
Application Adjust tx overlay colours (#5353) 2017-03-31 23:32:03 +02:00
Connection Rephrasing token generation screen. (#4777) 2017-03-06 10:32:41 +01:00
Contract Fix MethodDecoding for Arrays (#4977) 2017-03-21 17:02:41 +01:00
Contracts Fix default list sorting (#5303) 2017-03-28 08:35:10 +02:00
Dapp Align list displays with SectionList (UI consistency) (#4621) 2017-02-24 15:21:36 +01:00
Dapps Add Token image from URL (#4916) 2017-03-15 16:49:47 +01:00
Home UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00
ParityBar Allow signing via Qr (#4881) 2017-03-31 23:36:24 +02:00
RpcCalls Cleanup the Status View (#5317) 2017-03-29 14:38:07 +02:00
Settings Chain-selection from UI (#4859) 2017-03-13 12:10:53 +01:00
Signer Allow signing via Qr (#4881) 2017-03-31 23:36:24 +02:00
Status Rename Status/Status -> Status/NodeStatus (#5332) 2017-03-29 16:31:33 +02:00
Vaults Vault Management UI (round 3) (#4652) 2017-03-03 19:50:54 +01:00
Wallet Update Wallet to new Wallet Code (#4805) 2017-03-07 20:19:55 +01:00
Web Rename https://mkr.market -> https://oasisdex.com (#4701) 2017-02-28 14:21:19 +01:00
WriteContract Fix MethodDecoding for Arrays (#4977) 2017-03-21 17:02:41 +01:00
index.js UI support for hardware wallets (#4539) 2017-03-02 23:51:56 +01:00