Skip to content

Commit

Permalink
Merge pull request #1445 from input-output-hk/jpraynaud/upgrade-depen…
Browse files Browse the repository at this point in the history
…dencies-2024-01-18
  • Loading branch information
jpraynaud authored Jan 19, 2024
2 parents 56187b1 + 66975ee commit a142158
Show file tree
Hide file tree
Showing 20 changed files with 879 additions and 998 deletions.
659 changes: 265 additions & 394 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/protocol-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithrildemo"
version = "0.1.26"
version = "0.1.27"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
10 changes: 5 additions & 5 deletions docs/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.31",
"version": "0.1.32",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-mermaid": "^3.0.1",
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/theme-mermaid": "^3.1.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"react": "^18.2.0",
Expand All @@ -35,4 +35,4 @@
"last 1 safari version"
]
}
}
}
897 changes: 449 additions & 448 deletions docs/website/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/client-mithril-stake-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-mithril-stake-distribution"
description = "Mithril client stake distribution example"
version = "0.1.4"
version = "0.1.5"
authors = ["[email protected]", "[email protected]"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/client-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-snapshot"
description = "Mithril client snapshot example"
version = "0.1.4"
version = "0.1.5"
authors = ["[email protected]", "[email protected]"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.4.26"
version = "0.4.27"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -45,7 +45,7 @@ warp = "0.3.6"
zstd = { version = "0.13.0", features = ["zstdmt"] }

[dev-dependencies]
httpmock = "0.6.8"
httpmock = "0.7.0"
mithril-common = { path = "../mithril-common", features = [
"allow_skip_signer_certification",
"test_tools",
Expand Down
2 changes: 1 addition & 1 deletion mithril-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-cli"
version = "0.5.16"
version = "0.5.17"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-wasm"
version = "0.1.4"
version = "0.1.5"
description = "Mithril client WASM"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.5.16"
version = "0.5.17"
description = "Mithril client library"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -49,7 +49,7 @@ mithril-common = { path = "../mithril-common", version = "0.2" }
reqwest = { version = "0.11.22", features = ["json", "stream"] }

[dev-dependencies]
httpmock = "0.6.8"
httpmock = "0.7.0"
indicatif = { version = "0.17.7", features = ["tokio"] }
mithril-common = { path = "../mithril-common", version = "0.2", features = [
"random",
Expand Down
6 changes: 3 additions & 3 deletions mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.2.151"
version = "0.2.152"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -34,7 +34,7 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
"sk_clone_enabled",
] }
nom = "7.1.3"
pallas-network = { version = "0.20.0", optional = true }
pallas-network = { version = "0.21.0", optional = true }
rand_chacha = "0.3.1"
rand_core = "0.6.4"
rayon = "1.8.0"
Expand Down Expand Up @@ -74,7 +74,7 @@ mithril-stm = { path = "../mithril-stm", version = "0.3", default-features = fal
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
mockall = "0.12.0"
pallas-codec = "0.20.0"
pallas-codec = "0.21.0"
reqwest = { version = "0.11.22", features = ["json"] }
slog-async = "2.8.0"
slog-scope = "4.4.0"
Expand Down
2 changes: 1 addition & 1 deletion mithril-common/src/chain_observer/pallas_observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl ChainObserver for PallasChainObserver {

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

drop(client.plexer_handle);
client.abort().await;

Ok(Some(Epoch(epoch as u64)))
}
Expand Down
12 changes: 6 additions & 6 deletions mithril-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-explorer",
"version": "0.4.9",
"version": "0.4.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -17,24 +17,24 @@
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.0.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.1",
"next": "^14.0.4",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-bootstrap": "^2.10.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4"
"react-redux": "^9.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.11",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"prettier-eslint": "^16.2.0"
}
}
Loading

0 comments on commit a142158

Please sign in to comment.