-
Notifications
You must be signed in to change notification settings - Fork 5
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
Module restructure and error handling in worker #97
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.
All looks good to me, thanks!
@@ -58,10 +58,10 @@ Configurable node server implementation for the [`p2panda`] network which can be | |||
Embed the node server in your Rust application or web container like [`Tauri`]: | |||
|
|||
```rust | |||
use aquadoggo::{Configuration, Runtime}; | |||
use aquadoggo::{Configuration, Node}; |
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.
I like this rename 👍
use crate::materializer::TaskInput; | ||
|
||
pub async fn reduce_task(context: Context, input: TaskInput) -> TaskResult<TaskInput> { | ||
// @TODO: Load operations from database |
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.
Thanks for the note ;-p
Runtime
toNode
andservice_message.rs
tobus.rs
)materializer
service, moveworker.rs
thereCloses: #88 and #87
📋 Checklist
CHANGELOG.md