-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(code/app): Introduce channel-based interface for building applications #603
Conversation
9f15194
to
1cb7e70
Compare
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.
Left a couple nitpicks but otherwise looks great! 🚀
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.
Ah actually, I found a couple missing things to fix before merging
I've done the modifications. I have some concern with handling the |
Consensus can handle non-consecutive heights just fine, though it would not make sense to re-run it at a lower height without some kind of reset protocol. We can revisit later, and perhaps change the API to only allow |
Closes: #620
Introduce a channel-based
Host
(orConnector
) that allows building Malachite applications that interact with the consensus engine via a Tokio channel instead of the actor framework.PR author checklist