openethereum/rpc/src/v1/impls
Tomasz Drwięga d5c19f8719 Deprecate account management (#10213)
* Extract accounts from ethcore.

* Fix ethcore.

* Get rid of AccountProvider in test_helpers

* Fix rest of the code.

* Re-use EngineSigner, fix tests.

* Simplify EngineSigner to always have an Address.

* Fix RPC tests.

* Add deprecation notice to RPCs.

* Feature to disable accounts.

* extract accounts in RPC

* Run with accounts in tests.

* Fix RPC compilation and tests.

* Fix compilation of the binary.

* Fix compilation of the binary.

* Fix compilation with accounts enabled.

* Fix tests.

* Update submodule.

* Remove android.

* Use derive for Default

* Don't build secretstore by default.

* Add link to issue.

* Refresh Cargo.lock.

* Fix miner tests.

* Update rpc/Cargo.toml

Co-Authored-By: tomusdrw <tomusdrw@users.noreply.github.com>

* Fix private tests.
2019-02-07 14:34:24 +01:00
..
light Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
debug.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
eth.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
eth_filter.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
eth_pubsub.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
mod.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
net.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
parity.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
parity_accounts.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
parity_set.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
personal.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
private.rs Call private contract methods from another private contract (read-only) (#10086) 2019-02-07 12:39:04 +01:00
pubsub.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
rpc.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
secretstore.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
signer.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
signing.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
signing_unsafe.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
traces.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
web3.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00