* update encoding desc * revert version * bump version
@@ -1796,7 +1796,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermes"
-version = "0.5.9"
+version = "0.5.10"
dependencies = [
"anyhow",
"async-trait",
@@ -1,6 +1,6 @@
[package]
description = "Hermes is an agent that provides Verified Prices from the Pythnet Pyth Oracle."
edition = "2021"
@@ -50,7 +50,7 @@ pub struct LatestPriceUpdatesQueryParams {
#[param(example = "e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43")]
ids: Vec<PriceIdInput>,
- /// If true, include the parsed price update in the `parsed` field of each returned feed. Default is `hex`.
+ /// Optional encoding type. If true, return the price update in the encoding specified by the encoding parameter. Default is `hex`.
#[serde(default)]
encoding: EncodingType,
@@ -58,7 +58,7 @@ pub struct StreamPriceUpdatesQueryParams {
@@ -60,7 +60,7 @@ pub struct TimestampPriceUpdatesQueryParams {