Skip to content

Commit

Permalink
added state service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Mar 1, 2025
1 parent 0fdc560 commit 592ab0b
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 466 deletions.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[profile.default]
test-threads = 4
fail-fast = false
retries = 1
# retries = 1
6 changes: 3 additions & 3 deletions zaino-state/src/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ impl Drop for FetchService {
#[derive(Debug, Clone)]
pub struct FetchServiceSubscriber {
/// JsonRPC Client.
fetcher: JsonRpcConnector,
pub fetcher: JsonRpcConnector,
/// Local compact block cache.
block_cache: BlockCacheSubscriber,
pub block_cache: BlockCacheSubscriber,
/// Internal mempool.
mempool: MempoolSubscriber,
pub mempool: MempoolSubscriber,
/// Service metadata.
data: ServiceMetadata,
/// StateService config data.
Expand Down
Loading

0 comments on commit 592ab0b

Please sign in to comment.