Skip to content

Commit 4c4c8c4

Browse files
committed
chore: manual upgrade 'pallas' crates to '0.21.0'
1 parent 3a8cf51 commit 4c4c8c4

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
3434
"sk_clone_enabled",
3535
] }
3636
nom = "7.1.3"
37-
pallas-network = { version = "0.20.0", optional = true }
37+
pallas-network = { version = "0.21.0", optional = true }
3838
rand_chacha = "0.3.1"
3939
rand_core = "0.6.4"
4040
rayon = "1.8.0"
@@ -74,7 +74,7 @@ mithril-stm = { path = "../mithril-stm", version = "0.3", default-features = fal
7474
[dev-dependencies]
7575
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
7676
mockall = "0.12.0"
77-
pallas-codec = "0.20.0"
77+
pallas-codec = "0.21.0"
7878
reqwest = { version = "0.11.22", features = ["json"] }
7979
slog-async = "2.8.0"
8080
slog-scope = "4.4.0"

mithril-common/src/chain_observer/pallas_observer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl ChainObserver for PallasChainObserver {
125125

126126
self.post_process_statequery(&mut client).await?;
127127

128-
drop(client.plexer_handle);
128+
client.abort().await;
129129

130130
Ok(Some(Epoch(epoch as u64)))
131131
}

0 commit comments

Comments
 (0)