-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
|
||
pub struct SignerServer; | ||
|
||
pub fn start(_conf: Configuration, _deps: Dependencies) -> ! { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the problem with this approach is that I'm pretty sure that file will be never modified along with on.rs
(you will simply forget that you should change something here - cause we never compile without the feature).
That said, I like that approach - much cleaner, although will be difficult to maintain.
why do we have signer as optional still? |
It's just compilation feature - like |
use case for rpc being optional? |
it seems there isn't one - i suggest this is refactored to make rpc and signer compiled in. |
rpc and signer are no longer compile time options and are always compiled in |
ethcore-signer
feature