-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add GitHub actions #29
Conversation
@@ -1,5 +1,5 @@ | |||
use aa_bundler::{ | |||
bundler::bundler::Bundler, | |||
bundler::Bundler, |
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.
@@ -2,7 +2,6 @@ use anyhow::Result; | |||
use clap::Parser; | |||
use jsonrpsee::{core::server::rpc_module::Methods, server::ServerBuilder, tracing::info}; | |||
use std::future::pending; | |||
use tracing_subscriber; |
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.
unused.
@@ -2,6 +2,6 @@ mod types { | |||
tonic::include_proto!("types"); | |||
} | |||
|
|||
pub mod server { | |||
pub mod uopool_server { |
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.
fn default() -> Self { | ||
Self::new() | ||
} | ||
} |
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.
lgtm 🚀 |
No description provided.