Skip to content

Commit

Permalink
Merge pull request #164 from AloeareV/tidying
Browse files Browse the repository at this point in the history
Tidying
  • Loading branch information
zancas authored Jan 24, 2025
2 parents dda0236 + e4a168c commit 668205e
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 919 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@ jsonrpc-core = "18.0"
jsonrpsee-types = "0.24"
dashmap = "6.1"
lmdb = "0.8"

[profile.test]
opt-level = 3
debug = true
1 change: 1 addition & 0 deletions zaino-state/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ pub struct FetchServiceConfig {

impl FetchServiceConfig {
/// Returns a new instance of [`FetchServiceConfig`].
#[allow(clippy::too_many_arguments)]
pub fn new(
validator_rpc_address: std::net::SocketAddr,
validator_rpc_user: Option<String>,
Expand Down
Loading

0 comments on commit 668205e

Please sign in to comment.