openethereum/dapps/src
Niklas Adolfsson e0f71b0c17 [contract-client] refactor (#7978)
* Refactor usage of registry contract

* remove unsed file

* Rename methods & fix comments

* refactor contract_client:

* Intoduced separate traits for asyncronous and syncronous contract clients
* Removed registrar from ethcore::client
* s/ContractClient/AsyncContractClient

* make the tests compile and pass

* omit changes in ethcore

* Use only one trait for ContractClient

* Use an associated type in the trait to determine syncronous or asyncronous communication
* Export the types from contract-client crate
* Document that "A" in the hash correspons to a DNS A Record A.K.A Address Record

* contract_client -> registrar

* address review feedback
2018-03-12 20:46:27 +00:00
..
api Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
apps Fix CSP for dapps that require eval. (#7867) 2018-02-15 11:05:20 +01:00
handlers Fix CSP for dapps that require eval. (#7867) 2018-02-15 11:05:20 +01:00
page Fix CSP for dapps that require eval. (#7867) 2018-02-15 11:05:20 +01:00
tests [contract-client] refactor (#7978) 2018-03-12 20:46:27 +00:00
endpoint.rs Fix CSP for dapps that require eval. (#7867) 2018-02-15 11:05:20 +01:00
error_tpl.html Get rid of 'Dapp is being downloaded' page 2016-09-07 00:10:09 +02:00
lib.rs [contract-client] refactor (#7978) 2018-03-12 20:46:27 +00:00
proxypac.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
router.rs Support both versions. 2017-10-17 18:10:59 +02:00
web.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00