Jaco Greeff
86bc784e41
Order signer FIFO ( #5321 )
2017-03-28 19:06:26 +02:00
Jaco Greeff
1879dbca8a
Consistent store naming in the Signer components ( #4996 )
2017-03-22 16:39:40 +01:00
Jaco Greeff
4e5fd92e67
Extract i18n from shared UI components ( #4834 )
...
* Actionbar i18n
* ui Errors i18n
* Features i18n
* GapPriceSelector i18n
* WIP
* WIP #2
* Update methodDecoding
* ModalBox -> functional
* Signer pages i18n (missed previously)
* Update ModalBox tests
* Update variable
2017-03-10 12:04:40 +01:00
Jaco Greeff
0b24a3d7f6
Etherscan links based on netVersion identifier ( #4772 )
...
* Use netVersion to determine external links
* Update additional isTest references
2017-03-06 08:54:59 +01:00
Jaco Greeff
b11caaf071
UI support for hardware wallets ( #4539 )
...
* Add parity_hardwareAccountsInfo
* Ledger Promise interface wrapper
* Initial hardwarestore
* Move ~/views/historyStore to ~/mobx
* split scanLedger
* test createEntry
* Also scan via parity_hardwareAccountsInfo
* Explanation for scanning options
* react-intl-inify tooltips
* add hwstore
* Listen for hw walet updates
* Return arrays from scanning
* Readability
* add u2f-api polyfill
* check response.errorCode
* Support hardware types in state.personal
* Tooltips (to be split into sep. PR)
* Tooltips support intl strings
* FormattedMessage for strings to Tooltip
* Fix TabBar tooltip display
* signLedger
* Use wallets as an object map
* PendingForm -> FormattedMessage
* Pending form doesn't render password for hardware
* Groundwork for JS API signing
* Show hardware accounts in list
* Cleanup rendering conditions
* Update RequestPending rendering tests (verification)
* Tests for extended signer middleware
* sign properly & handle response, error
* Align outputs between Parity & Ledger u2f
* Ledger returns checksummed addresses
* Update ethereum-tx for EIP155 support
* Update construction of tx
* Updates after sanity checks (thanks @tomusdrw)
* Allow display for disabled IdentityIcon
* Disabled accounts
* Disabled auto-disabling
* Password button ebaled for hardware
* Don't display password hint for hardware
* Disable non-applicable options when not connected
* Fix failing test
* Confirmation via ledger (u2f)
* Confirm on device message
* Cleanups & support checks
* Mark u2f as unsupported (until https)
* rewording
* Pass account & disabled flags
* Render attach device message
* Use isConnected for checking availability
* Show hardware accounts in defaults list
* Pass signerstore
* Update u2f to correct version
* remove debug u2f lib
* Update test (prop name change)
* Add ETC path (future work)
* new Buffer -> Buffer.from (thanks @derhuerst)
2017-03-02 23:51:56 +01:00
Tomasz Drwięga
5369a129ae
Signer provenance ( #4477 )
...
* Signer - Tracking Request Provenance
* Basic UI
* Changing messages
* VecDeque::from
* Fix dapps tests
* Addressing UI grumbles
2017-02-14 22:45:43 +01:00
Gav Wood
8404edb656
Fix whitespace ( #4299 )
...
* Fix whitespace.
* Update copyright years/owner.
* Push release only for tags.
2017-01-25 18:51:41 +01:00
Jaco Greeff
08f80f2695
ESLint additional rules ( #4186 )
...
* Add eslint rule for consistent block padding
* Fix padding consistency issues
* Eslint test for duplicate imports
* Eslint closing bracket location
* Fix eslint jsx closing bracket
* missed a file
* Formatting
* Manual overrides for auto
* Manual overrides for auto
* More minor auto-override manual adjustments
2017-01-18 13:05:01 +01:00
Nicolas Gotchac
fd41a10319
Make Wallet first-class citizens ( #3990 )
...
* Fixed hint in Address Select + Wallet as first-class-citizen
* Separate Owned and not Owned Wallets
* Fix balance not updating
* Fix MethodDecoding for Contract Deployment
* Fix TypedInput params
* Fix Token Transfer for Wallet
* Small change to contracts
* Fix wallets shown twice
* Fix separation of accounts and wallets in Accounts
* Fix linting
* Execute contract methods from Wallet ✓
* Fixing linting
* Wallet as first-class citizen: Part 1 (Manual) #3784
* Lower level wallet transaction convertion
* Fix linting
* Proper autoFocus on right Signer input
* PR Grumble: don't show Wallets in dApps Permissions
* Add postTransaction and gasEstimate wrapper methods
* Extract Wallet postTx and gasEstimate to utils + PATCH api
* Remove invalid test
It's totally valid for input's length not to be a multiple of 32 bytes. EG. for Wallet Contracts
* Merge master
* Fix linting
* Fix merge issue
* Rename Portal
* Rename Protal => Portal (typo)
2016-12-30 11:28:12 +00:00
Gav Wood
58b72c521d
Rename ethcore -> parity in licenses.
2016-12-11 19:31:31 +01:00
Jaco Greeff
929b6ee0f7
Allow editing of gasPrice & gas in Signer ( #3777 )
...
* Rework gas display (maintainable)
* Move GasPriceSelector to ui
* Allow opening of gas component (WIP)
* Merge
* Consistency
* Adjust for Signer display
* Set maximum height based on screen size
* Gas editor displays in-place
* Cleanups
* Merge
* Style fixes
* Fixup stash mishap (again)
* Add store test
* Allow edited values to refrect on the display
* Fix properties
* Adjust styling to show different rows
* git mv
* git mv
* Style fixes
* Style updates
* Pass gas & gasPrice with confirmation
* Fix build (case)
* Style fixes
* Basic GasPriceEditor smoketest
* manual move 1
* manual move 2
* manual move 1
* manual move 2
* NODE_ENV=test ace fix
* UI smoketests
* Style
* Format options via formatter
* Initial version
* Re-add even/odd class
* re-add gasLimit to embedded passing
* style
* Updated for passing gas & price to store
* Allow gas/price overrides when none available
* Fix slider value, pass as number
2016-12-11 17:43:51 +01:00