Skip to content

Use Cosmos SDK protos via the cosmos-sdk-proto crate instead of bundling them in ibc-proto #315

Use Cosmos SDK protos via the cosmos-sdk-proto crate instead of bundling them in ibc-proto

Use Cosmos SDK protos via the cosmos-sdk-proto crate instead of bundling them in ibc-proto #315

Triggered via pull request January 25, 2024 13:23
Status Failure
Total duration 2m 43s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

182 errors and 69 warnings
publish-dry-run: src/prost/ibc.core.commitment.v1.rs#L74
failed to resolve: could not find `ics23` in `cosmos`
publish-dry-run: src/prost/ibc.lightclients.tendermint.v1.rs#L39
failed to resolve: could not find `ics23` in `cosmos`
publish-dry-run: src/prost/interchain_security.ccv.v1.rs#L47
failed to resolve: could not find `Infraction` in `v1beta1`
publish-dry-run: src/prost/interchain_security.ccv.v1.rs#L47
cannot find type `Infraction` in module `cosmos_sdk_proto::cosmos::staking::v1beta1`
publish-dry-run
could not compile `ibc-proto` (lib) due to 4 previous errors
publish-dry-run
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1395
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1395:49 | 1395 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 594 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1319
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1319:54 | 1319 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1288
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1288:49 | 1288 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 594 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1222
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1222:54 | 1222 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3602
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3602:49 | 3602 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 608 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3519
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3519:54 | 3519 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3485
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3485:49 | 3485 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 608 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3419
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3419:54 | 3419 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L4447
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:4447:43 | 4447 | ... plan__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L4353
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:4353:48 | 4353 | struct_ser.serialize_field("plan", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3986
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3986:49 | 3986 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3909
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3909:54 | 3909 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3877
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3877:49 | 3877 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3800
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3800:54 | 3800 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3486
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3486:49 | 3486 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3409
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3409:54 | 3409 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3377
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3377:49 | 3377 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3300
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3300:54 | 3300 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3085
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3085:49 | 3085 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3008
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3008:54 | 3008 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L2977
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:2977:49 | 2977 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L2911
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:2911:54 | 2911 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L1295
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:1295:43 | 1295 | ... plan__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L1214
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:1214:48 | 1214 | struct_ser.serialize_field("plan", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1395
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1395:49 | 1395 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 594 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1319
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1319:54 | 1319 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1288
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1288:49 | 1288 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 594 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.lightclients.wasm.v1.serde.rs#L1222
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.lightclients.wasm.v1.serde.rs:1222:54 | 1222 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3602
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3602:49 | 3602 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 608 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3519
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3519:54 | 3519 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3485
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3485:49 | 3485 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 608 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.connection.v1.serde.rs#L3419
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.connection.v1.serde.rs:3419:54 | 3419 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6785
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6785:49 | 6785 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6702
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6702:54 | 6702 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6666
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6666:49 | 6666 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6578
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6578:54 | 6578 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6271
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6271:49 | 6271 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6188
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6188:54 | 6188 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6142
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6142:49 | 6142 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6046
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6046:54 | 6046 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5250
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5250:49 | 5250 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5167
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5167:54 | 5167 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5132
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5132:49 | 5132 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5056
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5056:54 | 5056 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5017
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5017:49 | 5017 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L4934
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:4934:54 | 4934 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L4900
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:4900:49 | 4900 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L4834
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:4834:54 | 4834 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L4447
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:4447:43 | 4447 | ... plan__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L4353
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:4353:48 | 4353 | struct_ser.serialize_field("plan", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3986
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3986:49 | 3986 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3909
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3909:54 | 3909 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3877
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3877:49 | 3877 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3800
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3800:54 | 3800 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3486
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3486:49 | 3486 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3409
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3409:54 | 3409 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3377
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3377:49 | 3377 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3300
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3300:54 | 3300 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3085
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3085:49 | 3085 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L3008
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:3008:54 | 3008 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L2977
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:2977:49 | 2977 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L2911
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:2911:54 | 2911 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L1295
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:1295:43 | 1295 | ... plan__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 620 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied: src/prost/ibc.core.client.v1.serde.rs#L1214
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan: serde::Serialize` is not satisfied --> src/prost/ibc.core.client.v1.serde.rs:1214:48 | 1214 | struct_ser.serialize_field("plan", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::upgrade::v1beta1::Plan` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6785
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6785:49 | 6785 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6702
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6702:54 | 6702 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6666
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6666:49 | 6666 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6578
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6578:54 | 6578 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6271
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6271:49 | 6271 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6188
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6188:54 | 6188 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6142
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6142:49 | 6142 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L6046
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:6046:54 | 6046 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5250
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5250:49 | 5250 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5167
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5167:54 | 5167 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5132
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5132:49 | 5132 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5056
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5056:54 | 5056 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L5017
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:5017:49 | 5017 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L4934
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:4934:54 | 4934 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L4900
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:4900:49 | 4900 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 636 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.core.channel.v1.serde.rs#L4834
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.core.channel.v1.serde.rs:4834:54 | 4834 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1640
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1640:49 | 1640 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 596 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1563
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1563:54 | 1563 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1532
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1532:49 | 1532 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 596 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1466
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1466:54 | 1466 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.interchain_accounts.v1.serde.rs#L183
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.interchain_accounts.v1.serde.rs:183:51 | 183 | ... base_account__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 582 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Serialize` is not satisfied: src/prost/ibc.applications.interchain_accounts.v1.serde.rs#L108
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Serialize` is not satisfied --> src/prost/ibc.applications.interchain_accounts.v1.serde.rs:108:55 | 108 | struct_ser.serialize_field("baseAccount", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1640
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1640:49 | 1640 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 596 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3973
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3973:56 | 3973 | ... timeout_fees__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1563
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1563:54 | 1563 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3906
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3906:55 | 3906 | struct_ser.serialize_field("timeoutFees", &self.timeout_fees)?; | --------------- ^^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1532
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1532:49 | 1532 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 596 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.nft_transfer.v1.serde.rs#L1466
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.nft_transfer.v1.serde.rs:1466:54 | 1466 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3789
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3789:53 | 3789 | ... recv_fees__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3722
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3722:52 | 3722 | struct_ser.serialize_field("recvFees", &self.recv_fees)?; | --------------- ^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3605
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3605:52 | 3605 | ... ack_fees__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3538
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3538:51 | 3538 | struct_ser.serialize_field("ackFees", &self.ack_fees)?; | --------------- ^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3219
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3219:49 | 3219 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3142
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3142:54 | 3142 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3102
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3102:49 | 3102 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3027
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3027:54 | 3027 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2998
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2998:49 | 2998 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2921
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2921:54 | 2921 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2867
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2867:49 | 2867 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2776
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2776:54 | 2776 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2536
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2536:49 | 2536 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2459
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2459:54 | 2459 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2419
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2419:49 | 2419 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2344
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2344:54 | 2344 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L115
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:115:55 | 115 | ... timeout_fee__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L109
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:109:51 | 109 | ... ack_fee__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L103
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:103:52 | 103 | ... recv_fee__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L26
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:26:54 | 26 | struct_ser.serialize_field("timeoutFee", &self.timeout_fee)?; | --------------- ^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L23
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:23:50 | 23 | struct_ser.serialize_field("ackFee", &self.ack_fee)?; | --------------- ^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L20
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:20:51 | 20 | struct_ser.serialize_field("recvFee", &self.recv_fee)?; | --------------- ^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.interchain_accounts.v1.serde.rs#L183
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.interchain_accounts.v1.serde.rs:183:51 | 183 | ... base_account__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 582 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Serialize` is not satisfied: src/prost/ibc.applications.interchain_accounts.v1.serde.rs#L108
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount: serde::Serialize` is not satisfied --> src/prost/ibc.applications.interchain_accounts.v1.serde.rs:108:55 | 108 | struct_ser.serialize_field("baseAccount", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::auth::v1beta1::BaseAccount` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3973
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3973:56 | 3973 | ... timeout_fees__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3906
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3906:55 | 3906 | struct_ser.serialize_field("timeoutFees", &self.timeout_fees)?; | --------------- ^^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3789
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3789:53 | 3789 | ... recv_fees__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3722
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3722:52 | 3722 | struct_ser.serialize_field("recvFees", &self.recv_fees)?; | --------------- ^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3605
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3605:52 | 3605 | ... ack_fees__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3538
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3538:51 | 3538 | struct_ser.serialize_field("ackFees", &self.ack_fees)?; | --------------- ^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3219
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3219:49 | 3219 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3142
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3142:54 | 3142 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3102
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3102:49 | 3102 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L3027
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:3027:54 | 3027 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2998
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2998:49 | 2998 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2921
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2921:54 | 2921 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2867
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2867:49 | 2867 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2776
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2776:54 | 2776 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2536
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2536:49 | 2536 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2459
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2459:54 | 2459 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2419
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2419:49 | 2419 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L2344
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:2344:54 | 2344 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L2100
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:2100:45 | 2100 | ... amount__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L2034
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:2034:50 | 2034 | struct_ser.serialize_field("amount", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L115
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:115:55 | 115 | ... timeout_fee__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L109
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:109:51 | 109 | ... ack_fee__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1553
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1553:49 | 1553 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L103
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:103:52 | 103 | ... recv_fee__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 617 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1476
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1476:54 | 1476 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L26
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:26:54 | 26 | struct_ser.serialize_field("timeoutFee", &self.timeout_fee)?; | --------------- ^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1445
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1445:49 | 1445 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L23
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:23:50 | 23 | struct_ser.serialize_field("ackFee", &self.ack_fee)?; | --------------- ^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.fee.v1.serde.rs#L20
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.fee.v1.serde.rs:20:51 | 20 | struct_ser.serialize_field("recvFee", &self.recv_fee)?; | --------------- ^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1379
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1379:54 | 1379 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L567
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:567:44 | 567 | ... token__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L441
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:441:49 | 441 | struct_ser.serialize_field("token", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L386
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:386:58 | 386 | ... total_escrowed__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L287
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:287:57 | 287 | struct_ser.serialize_field("totalEscrowed", &self.total_escrowed)?; | --------------- ^^^^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L126
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:126:55 | 126 | ... spend_limit__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L29
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:29:54 | 29 | struct_ser.serialize_field("spendLimit", &self.spend_limit)?; | --------------- ^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L2100
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:2100:45 | 2100 | ... amount__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L2034
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:2034:50 | 2034 | struct_ser.serialize_field("amount", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1553
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1553:49 | 1553 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1476
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1476:54 | 1476 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageResponse` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1445
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1445:49 | 1445 | ... pagination__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L1379
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:1379:54 | 1379 | struct_ser.serialize_field("pagination", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::query::v1beta1::PageRequest` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L567
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:567:44 | 567 | ... token__ = map_.next_value()?; | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::option::Option<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L441
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:441:49 | 441 | struct_ser.serialize_field("token", v)?; | --------------- ^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L386
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:386:58 | 386 | ... total_escrowed__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L287
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:287:57 | 287 | struct_ser.serialize_field("totalEscrowed", &self.total_escrowed)?; | --------------- ^^^^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L126
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Deserialize<'_>` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:126:55 | 126 | ... spend_limit__ = Some(map_.next_value()?); | ^^^^^^^^^^ the trait `serde::Deserialize<'_>` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | = help: the following other types implement trait `serde::Deserialize<'de>`: bool char isize i8 i16 i32 i64 i128 and 599 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Deserialize<'de>` note: required by a bound in `serde::de::MapAccess::next_value` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/de/mod.rs:1865:12 | 1863 | fn next_value<V>(&mut self) -> Result<V, Self::Error> | ---------- required by a bound in this associated function 1864 | where 1865 | V: Deserialize<'de>, | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied: src/prost/ibc.applications.transfer.v1.serde.rs#L29
error[E0277]: the trait bound `cosmos_sdk_proto::cosmos::base::v1beta1::Coin: serde::Serialize` is not satisfied --> src/prost/ibc.applications.transfer.v1.serde.rs:29:54 | 29 | struct_ser.serialize_field("spendLimit", &self.spend_limit)?; | --------------- ^^^^^^^^^^^^^^^^^ the trait `serde::Serialize` is not implemented for `cosmos_sdk_proto::cosmos::base::v1beta1::Coin` | | | required by a bound introduced by this call | = help: the following other types implement trait `serde::Serialize`: bool char isize i8 i16 i32 i64 i128 and 574 others = note: required for `std::vec::Vec<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>` to implement `serde::Serialize` note: required by a bound in `serde::ser::SerializeStruct::serialize_field` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/ser/mod.rs:1865:12 | 1859 | fn serialize_field<T: ?Sized>( | --------------- required by a bound in this associated function ... 1865 | T: Serialize; | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L29
the trait bound `Coin: Serialize` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L126
the trait bound `Coin: Deserialize<'_>` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L287
the trait bound `Coin: Serialize` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L386
the trait bound `Coin: Deserialize<'_>` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L441
the trait bound `Coin: Serialize` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L567
the trait bound `Coin: Deserialize<'_>` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L1379
the trait bound `PageRequest: Serialize` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L1445
the trait bound `PageRequest: Deserialize<'_>` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L1476
the trait bound `PageResponse: Serialize` is not satisfied
test-stable: src/prost/ibc.applications.transfer.v1.serde.rs#L1553
the trait bound `PageResponse: Deserialize<'_>` is not satisfied
clippy_all_features
Clippy had exited with the 101 exit code
check_features_powerset
Process completed with exit code 1.
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-dry-run
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish-dry-run
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish-dry-run
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-dry-run
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-dry-run
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-dry-run
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-dry-run
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-dry-run
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-dry-run
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_all_features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy_all_features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_no_default_features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy_no_default_features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_no_default_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_no_default_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_features_powerset
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check_features_powerset
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check_features_powerset
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_features_powerset
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_features_powerset
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_features_powerset
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_features_powerset
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_features_powerset
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check_features_powerset
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
doc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
doc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
doc
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
doc
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
doc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/