diff --git a/Cargo.lock b/Cargo.lock index 9555ec56f65..0f14aa0b782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -956,7 +956,7 @@ dependencies = [ [[package]] name = "client-cardano-transaction" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "client-mithril-stake-distribution" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "clap", @@ -982,7 +982,7 @@ dependencies = [ [[package]] name = "client-snapshot" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "async-trait", @@ -3444,7 +3444,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.4.65" +version = "0.4.66" dependencies = [ "anyhow", "async-trait", @@ -3510,7 +3510,7 @@ dependencies = [ [[package]] name = "mithril-build-script" -version = "0.2.0" +version = "0.2.1" dependencies = [ "semver", "serde_json", @@ -3519,7 +3519,7 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.7.3" +version = "0.7.4" dependencies = [ "anyhow", "async-recursion", @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "mithril-client-cli" -version = "0.7.11" +version = "0.7.12" dependencies = [ "anyhow", "async-trait", @@ -3582,7 +3582,7 @@ dependencies = [ [[package]] name = "mithril-client-wasm" -version = "0.2.5" +version = "0.2.6" dependencies = [ "async-trait", "futures", @@ -3598,7 +3598,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.3.35" +version = "0.3.36" dependencies = [ "anyhow", "async-trait", @@ -3652,7 +3652,7 @@ dependencies = [ [[package]] name = "mithril-doc" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "config", @@ -3662,7 +3662,7 @@ dependencies = [ [[package]] name = "mithril-doc-derive" -version = "0.1.2" +version = "0.1.3" dependencies = [ "quote", "syn 2.0.60", @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.4.10" +version = "0.4.11" dependencies = [ "anyhow", "async-recursion", @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "mithril-persistence" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "async-trait", @@ -3719,7 +3719,7 @@ dependencies = [ [[package]] name = "mithril-relay" -version = "0.1.16" +version = "0.1.17" dependencies = [ "anyhow", "clap", @@ -3743,7 +3743,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.129" +version = "0.2.130" dependencies = [ "anyhow", "async-trait", @@ -3778,7 +3778,7 @@ dependencies = [ [[package]] name = "mithril-stm" -version = "0.3.18" +version = "0.3.19" dependencies = [ "bincode", "blake2 0.10.6", @@ -3801,7 +3801,7 @@ dependencies = [ [[package]] name = "mithrildemo" -version = "0.1.34" +version = "0.1.35" dependencies = [ "base64 0.22.0", "blake2 0.10.6", diff --git a/demo/protocol-demo/Cargo.toml b/demo/protocol-demo/Cargo.toml index 8f94667c7c6..50bdce4b962 100644 --- a/demo/protocol-demo/Cargo.toml +++ b/demo/protocol-demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithrildemo" -version = "0.1.34" +version = "0.1.35" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/examples/client-cardano-transaction/Cargo.toml b/examples/client-cardano-transaction/Cargo.toml index 7716c5080ac..9be360efea2 100644 --- a/examples/client-cardano-transaction/Cargo.toml +++ b/examples/client-cardano-transaction/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "client-cardano-transaction" description = "Mithril client cardano-transaction example" -version = "0.1.3" +version = "0.1.4" authors = ["dev@iohk.io", "mithril-dev@iohk.io"] documentation = "https://mithril.network/doc" edition = "2021" diff --git a/examples/client-mithril-stake-distribution/Cargo.toml b/examples/client-mithril-stake-distribution/Cargo.toml index bb6eae72364..901aa8384c7 100644 --- a/examples/client-mithril-stake-distribution/Cargo.toml +++ b/examples/client-mithril-stake-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "client-mithril-stake-distribution" description = "Mithril client stake distribution example" -version = "0.1.10" +version = "0.1.11" authors = ["dev@iohk.io", "mithril-dev@iohk.io"] documentation = "https://mithril.network/doc" edition = "2021" diff --git a/examples/client-snapshot/Cargo.toml b/examples/client-snapshot/Cargo.toml index be0edd16f72..676b727f7a3 100644 --- a/examples/client-snapshot/Cargo.toml +++ b/examples/client-snapshot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "client-snapshot" description = "Mithril client snapshot example" -version = "0.1.9" +version = "0.1.10" authors = ["dev@iohk.io", "mithril-dev@iohk.io"] documentation = "https://mithril.network/doc" edition = "2021" diff --git a/internal/mithril-build-script/Cargo.toml b/internal/mithril-build-script/Cargo.toml index baf6652802c..fb923802664 100644 --- a/internal/mithril-build-script/Cargo.toml +++ b/internal/mithril-build-script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-build-script" -version = "0.2.0" +version = "0.2.1" description = "A toolbox for Mithril crates build scripts" authors = { workspace = true } edition = { workspace = true } diff --git a/internal/mithril-doc-derive/Cargo.toml b/internal/mithril-doc-derive/Cargo.toml index 2f3b70e73d3..e18939f4f2c 100644 --- a/internal/mithril-doc-derive/Cargo.toml +++ b/internal/mithril-doc-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-doc-derive" -version = "0.1.2" +version = "0.1.3" description = "An internal macro to support documentation generation." authors = { workspace = true } edition = { workspace = true } diff --git a/internal/mithril-doc/Cargo.toml b/internal/mithril-doc/Cargo.toml index e196307ec19..5013d3b0db4 100644 --- a/internal/mithril-doc/Cargo.toml +++ b/internal/mithril-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-doc" -version = "0.1.2" +version = "0.1.3" description = "An internal crate to generate documentation." authors = { workspace = true } edition = { workspace = true } diff --git a/internal/mithril-persistence/Cargo.toml b/internal/mithril-persistence/Cargo.toml index c5b2b4bd347..59ca2b93590 100644 --- a/internal/mithril-persistence/Cargo.toml +++ b/internal/mithril-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-persistence" -version = "0.1.7" +version = "0.1.8" description = "Common types, interfaces, and utilities to persist data for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 6b5120769a8..5160c90d7db 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.4.65" +version = "0.4.66" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client-cli/Cargo.toml b/mithril-client-cli/Cargo.toml index d83b033e3a8..6e5f3c021f5 100644 --- a/mithril-client-cli/Cargo.toml +++ b/mithril-client-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-cli" -version = "0.7.11" +version = "0.7.12" description = "A Mithril Client" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client-wasm/Cargo.toml b/mithril-client-wasm/Cargo.toml index 355e3021569..0e702606081 100644 --- a/mithril-client-wasm/Cargo.toml +++ b/mithril-client-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-wasm" -version = "0.2.5" +version = "0.2.6" description = "Mithril client WASM" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index 464e7d553a9..142484ca033 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.7.3" +version = "0.7.4" description = "Mithril client library" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 86d44c07630..2933a355eca 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.3.35" +version = "0.3.36" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-explorer/package.json b/mithril-explorer/package.json index 03586121769..d24db12c1f6 100644 --- a/mithril-explorer/package.json +++ b/mithril-explorer/package.json @@ -1,6 +1,6 @@ { "name": "mithril-explorer", - "version": "0.6.1", + "version": "0.6.2", "private": true, "scripts": { "dev": "next dev", diff --git a/mithril-relay/Cargo.toml b/mithril-relay/Cargo.toml index 020fb5f82e4..62d66384c6b 100644 --- a/mithril-relay/Cargo.toml +++ b/mithril-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-relay" -version = "0.1.16" +version = "0.1.17" description = "A Mithril relay" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index e8ea970b29e..5139735403e 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.129" +version = "0.2.130" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-stm/Cargo.toml b/mithril-stm/Cargo.toml index 8a50352cfc1..d4a08cad2e0 100644 --- a/mithril-stm/Cargo.toml +++ b/mithril-stm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-stm" -version = "0.3.18" +version = "0.3.19" edition = { workspace = true } authors = { workspace = true } homepage = { workspace = true } @@ -54,5 +54,5 @@ harness = false default = ["rug-backend"] rug-backend = ["rug/default"] num-integer-backend = ["num-bigint", "num-rational", "num-traits"] -portable = [] # deprecated, will be removed soon -benchmark-internals = [] # For benchmarking multi_sig +portable = [] # deprecated, will be removed soon +benchmark-internals = [] # For benchmarking multi_sig diff --git a/mithril-test-lab/mithril-end-to-end/Cargo.toml b/mithril-test-lab/mithril-end-to-end/Cargo.toml index 744e94b1a06..abc9454611f 100644 --- a/mithril-test-lab/mithril-end-to-end/Cargo.toml +++ b/mithril-test-lab/mithril-end-to-end/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-end-to-end" -version = "0.4.10" +version = "0.4.11" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }