openethereum/secret-store/src
Toby Dimmick 79a17dedd0 Deduplicate registrar contract & calling logic (#11110)
* Rename RegistryInfo -> RegistryInfoDeprecated

* Add BlockId parameter to Registrar::get_address and RegistrarClient::call_contract

* Remove RegistrarClient::Call (use async for now); add RegistrarClient::get_address

* Remove Registrar type in favour of naked trait

* Use CallContract trait bound instead of separate call_contract method

* Make RegistrarClient::get_address and URLHint::resolve synchronous

* RegistrarClient::get_address: return check if address is zero

* Modify RegistryInfo::registry_address to take &str

* return Result from RegistryInfo::registry_address

* Replace RegistryInfo with RegistrarClient

- Modifed RegistrarClient::registrar_address to return Option
- Removed BlockChainClient::registrar_address

* Fix other build configs

* Fix unit test builds

* Remove local RegistrarClient type from run::execute_impl

* Remove registrar.json from ethcore

* Formatting/line breaks

* Update RegistrarClient docs, remove explicit lifetime

* Weak ref to ethcore client from hash fetch client

* Fix unit tests
2019-10-03 15:15:25 +02:00
..
key_server_cluster Fix deprecated trait objects without an explicit dyn (#11112) 2019-10-02 10:55:31 +02:00
listener Deduplicate registrar contract & calling logic (#11110) 2019-10-03 15:15:25 +02:00
types Allow CORS requests in Secret Store API (#10584) 2019-04-20 07:31:37 +02:00
acl_storage.rs Deduplicate registrar contract & calling logic (#11110) 2019-10-03 15:15:25 +02:00
helpers.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00
key_server_set.rs Deduplicate registrar contract & calling logic (#11110) 2019-10-03 15:15:25 +02:00
key_server.rs Fix deprecated trait objects without an explicit dyn (#11112) 2019-10-02 10:55:31 +02:00
key_storage.rs Fix deprecated trait objects without an explicit dyn (#11112) 2019-10-02 10:55:31 +02:00
lib.rs Deduplicate registrar contract & calling logic (#11110) 2019-10-03 15:15:25 +02:00
node_key_pair.rs SecretStore: use in-memory transport in cluster tests (#9850) 2019-02-18 13:38:19 +01:00
serialization.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
traits.rs Fix deprecated trait objects without an explicit dyn (#11112) 2019-10-02 10:55:31 +02:00
trusted_client.rs Deduplicate registrar contract & calling logic (#11110) 2019-10-03 15:15:25 +02:00