-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRPC #20
GRPC #20
Conversation
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.
Overall, i'm big fan of this grpc approach! great work
there are some refactor that i don't agree with, and maybe our mental model to view node scope can be different.
Especially regarding the comment on Delegator
-> BehaviorHandler
part, I have idea to make CLI interface to run the node ( currently it's hardcoded config, priv key and everything :/ ), but it's another scope of change so let's first sync on the changes i suggested on this PR scope and merge on it first ( so that you can also work on grpc interface side -- while i work on cli interface side in parallel ) :)
No description provided.