* Use ethcore_dappsPort when constructing URLs (#3139)
* Upon connect, retrieve the available api ports
* Update dapps to load from dappsPort
* Update dapps summary with dappsPort
* Allow proxy to use dappsPort
* Replace /api/ping with HEAD /
* Dynamic port for available apps
* Retrieve content images with dappsPort
* Fix /
* Transfer token dropdown image fix
* IdentityIcon loads images via contentHash
* Update apps fetch to cater for dev & prod
* DRY up 127.0.0.1:${dappsPort} with ${dappsUrl}
* Cleaning up polluted namespaces (#3143)
* Renaming ethcore_ to parity_
* Renaming files
* Renaming poluted EthSigning
* Tidy up the namespaces
* Renaming files to match new structure
* Splitting EthSigning into separate traits
* jsapi move ethcore.* -> parity.*
* Move jsonrpc parity definitions
* Update UI API calls for parity interfaces
* Move jsapi signer interfaces from personal to signer
* Update UI to use signer.* where applicable
* Updsate jsapi subscriptions for signer
* Fix dodgy merge.
* Update README.
* Fix some tests.
* Move parity-only personal.* to parity.*
* Update UI for personal -> parity API moves
* Update subscription APIs after personal -> parity move
* personal. generateAuthorizationToken -> parity. generateAuthorizationToken (UI)
* enode, dappsPort & signerPort (UI)
* Update subscription tests (accountsInfo)
* subscription update
* personal -> parity
* Additional error logging on method failures
* move postTransaction to parity
* Additional debug info with method failures
* Fix personal tests.
* Console wrning shows parameters, error object does not
* Include parity_ signing methods.
* Console log http transport info
* Fix failing tests
* Add RPC stubs for parity_accounts.
* Allow some secure built-in dapps
* Use parity_accounts in place of accountsInfo
* Improve error reporting
* Cleanup GHH error handling
Former-commit-id: 5a094ccb9f0596d0e07abc23504b80dc099ad584
* Mode improvements for UI (#3109)
* `--mode=off` now works.
* Add Mode::Off as a persistent CLI option.
* "last" not "auto" as default.
* Commit accidentally unsaved file.
* Whitespace
[ci:skip]
* Mode CLI parse fix
* or offline
* Save mode when it gets changed.
* Fix Offline mode
* Fix up mode operations.
* Make passive default, but not overriding.
* Fix test
* Maybe not everyone wants to run an archive node...
* Parity configuration settings, i.e. mode (#3212)
* Add initial page
* Add parity icon
* opacity for parity icon
* Mode selector
* Actually set mode when value changes
Former-commit-id: 64386d94adfa58aa30bab2005eeb64f6343c8248
* sendRawTransaction invalid RLP error
* Returning proper error for estimate_gas
* Exposing engine extra info in block RPC (#3169)
* Exposing extra info in RPC
* Proper serialization and client trait API
* Fixing possible race condition in ethcore_hashContent (#3191)
* Remove dapp logos (GHH points to dapp-assets) (#3192)
* Linux build case sensitivity fix (#3161)
* Make the footer a bit less ugly. (#3160)
* Make the footer a bit less ugly.
* Whitespace.
* Enabling personal RPC over IPC by default (#3165)
* Push precompiled for beta/stable, npm only master (#3163)
* Push precompiled for beta/stable, npm only master
* Release to npm before comitting updates
* Fixes#3171 (#3175)
* Remove extra cd js (#3177)
* Back to real root (#3178)
* show abbreviated enode
* CopyToClipboard component
* CopyToClipboard: improved styling
* put CopyToClipboard into enode status
* Rename CopyToClipboard.js to copyToClipboard.js
* The front-end for each hard-fork, also EIP-160.
* Address EIP161 a/c
* Include EIP-161b
* EIP-161 part d.
* Fix test build.
* Fix one test, add another.
* Fix use of bloom & renaming.
* Initial groundwork for EIP-155
* Fix minor bug.
* Fix all tests finally.
* Rest of EIP-155.
* Add tests for EIP-155 algorithm.
Update transaction tests validation.
* Minor reformat.
* Address grumbles.
* Remove unused code.
* Fix SUICIDE gas mechanism and add consensus tests.
* Remove commented code.
* Set Frontier hardfork block number
* Fix warning.
* Transaction tests,