openethereum/secret_store/src
Wei Tang 528497b86a Keep all enacted blocks notify in order (#8524)
* Keep all enacted blocks notify in order

* Collect is unnecessary

* Update ChainNotify to use ChainRouteType

* Fix all ethcore fn defs

* Wrap the type within ChainRoute

* Fix private-tx and sync api

* Fix secret_store API

* Fix updater API

* Fix rpc api

* Fix informant api

* Eagerly cache enacted/retracted and remove contain_enacted/retracted

* Fix indent

* tests: should use full expr form for struct constructor

* Use into_enacted_retracted to further avoid copy

* typo: not a function

* rpc/tests: ChainRoute -> ChainRoute::new
2018-05-07 12:58:25 +02:00
..
key_server_cluster Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
listener Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
types Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
acl_storage.rs Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
helpers.rs Read registry_address from block with REQUEST_CONFIRMATIONS_REQUIRED (#8309) 2018-04-06 12:03:13 +02:00
key_server.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
key_server_set.rs Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
key_storage.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
lib.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
node_key_pair.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
serialization.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
traits.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
trusted_client.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00