Robert Habermeier
|
de4715bc67
|
Merge pull request #3732 from ethcore/jg-duplicate-accounts
Give accounts precedence over address_book entries
|
2016-12-08 12:27:26 +01:00 |
|
Jaco Greeff
|
dba8cf3a3b
|
Add test for RPC side
|
2016-12-07 17:58:22 +01:00 |
|
Jaco Greeff
|
46840d36c9
|
Add parity_removeAddress RPC
|
2016-12-07 16:53:46 +01:00 |
|
Jaco Greeff
|
21a3cf7b65
|
Swap order of addressbook & acocunts merge
|
2016-12-07 11:44:45 +01:00 |
|
Tomasz Drwięga
|
a9028ca986
|
Merge branch 'master' into rpc-middleware
Conflicts:
Cargo.lock
rpc/src/v1/tests/mocked/parity_accounts.rs
|
2016-11-25 21:18:02 +01:00 |
|
Gav Wood
|
9f3a042f55
|
Update message
|
2016-11-23 20:16:33 +01:00 |
|
Tomasz Drwięga
|
cd6f565f69
|
RPC Middleware & Get/Set dapp-specific accounts
|
2016-11-23 16:27:05 +01:00 |
|
Gav Wood
|
2b8bed434c
|
RPC for deleting accounts.
|
2016-11-20 16:17:57 +01:00 |
|
Tomasz Drwięga
|
9c4979681c
|
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
|
2016-11-06 12:51:53 +01:00 |
|