Skip to content

Commit

Permalink
Upgrade crates & open api versions
Browse files Browse the repository at this point in the history
* Mithril-aggregator from `0.5.45` to `0.5.46`
* Mithril-client-cli from `0.9.6` to `0.9.7`
* Mithril-common from `0.4.32` to `0.4.33`
* OpenApi from `0.1.26` to `0.1.27`
  • Loading branch information
Alenar committed Jul 17, 2024
1 parent 2f895b5 commit 10c1600
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.5.45"
version = "0.5.46"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
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.9.6"
version = "0.9.7"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.4.32"
version = "0.4.33"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
# `mithril-common/src/lib.rs` file. If you plan to update it
# here to reflect changes in the API, please also update the constant in the
# Rust file.
version: 0.1.26
version: 0.1.27
title: Mithril Aggregator Server
description: |
The REST API provided by a Mithril Aggregator Node in a Mithril network.
Expand Down Expand Up @@ -868,7 +868,7 @@ components:
{
"registered_at": 420,
"signing_at": 422,
"registrations": [{ "party_id": "1234567890", "stake": 1234 }]
"registrations": [ { "party_id": "1234567890", "stake": 1234 } ]
}

SignerRegistrationsListItemMessage:
Expand Down Expand Up @@ -967,7 +967,7 @@ components:
"entity_type": { "MithrilStakeDistribution": 246 },
"party_id": "1234567890",
"signature": "7b2c36322c3130352c3232322c31302c3131302c33312c37312c39372c22766b223a5b3136342c2c31393137352c313834",
"indexes": [25, 35]
"indexes": [ 25, 35 ]
}

ProtocolMessageParts:
Expand Down Expand Up @@ -1738,7 +1738,7 @@ components:
}
],
"non_certified_transactions":
["732d0d1272e6e70736367ee6f6328364f6b739309666a1ea2cae34015874517"],
[ "732d0d1272e6e70736367ee6f6328364f6b739309666a1ea2cae34015874517" ],
"latest_block_number": 7060000
}

Expand Down

0 comments on commit 10c1600

Please sign in to comment.