Skip to content

rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour evidence serialization #2594

rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour evidence serialization

rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour evidence serialization #2594

Triggered via pull request September 24, 2024 14:27
Status Failure
Total duration 1m 59s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

28 errors
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/http.rs:264:9 | 264 | perform_with_compat!(self, endpoint::block::Request::new(height.into())) | ------------------------------------------------------------------------ in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/http.rs:271:9 | 271 | perform_with_compat!(self, endpoint::block_by_hash::Request::new(hash)) | ----------------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_by_hash::Response, _>` found enum `core::result::Result<endpoint::block_by_hash::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/http.rs:275:9 | 275 | perform_with_compat!(self, endpoint::block::Request::default()) | --------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/http.rs:296:9 | 296 | / perform_with_compat!( 297 | | self, 298 | | endpoint::block_search::Request::new(query, page, per_page, order) 299 | | ) | |_________- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_search::Response, _>` found enum `core::result::Result<endpoint::block_search::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/websocket.rs:241:9 | 241 | perform_with_compat!(self, endpoint::block::Request::new(height.into())) | ------------------------------------------------------------------------ in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/websocket.rs:248:9 | 248 | perform_with_compat!(self, endpoint::block_by_hash::Request::new(hash)) | ----------------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_by_hash::Response, _>` found enum `core::result::Result<endpoint::block_by_hash::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/websocket.rs:252:9 | 252 | perform_with_compat!(self, endpoint::block::Request::default()) | --------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: /home/runner/work/tendermint-rs/tendermint-rs/rpc/src/client/transport/websocket.rs:273:9 | 273 | / perform_with_compat!( 274 | | self, 275 | | endpoint::block_search::Request::new(query, page, per_page, order) 276 | | ) | |_________- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_search::Response, _>` found enum `core::result::Result<endpoint::block_search::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
tools
Process completed with exit code 101.
tendermint
Process completed with exit code 101.
build-light-client-wasm
Process completed with exit code 101.
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:264:9 | 264 | perform_with_compat!(self, endpoint::block::Request::new(height.into())) | ------------------------------------------------------------------------ in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:264:9 | 264 | perform_with_compat!(self, endpoint::block::Request::new(height.into())) | ------------------------------------------------------------------------ in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:271:9 | 271 | perform_with_compat!(self, endpoint::block_by_hash::Request::new(hash)) | ----------------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_by_hash::Response, _>` found enum `core::result::Result<endpoint::block_by_hash::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:271:9 | 271 | perform_with_compat!(self, endpoint::block_by_hash::Request::new(hash)) | ----------------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_by_hash::Response, _>` found enum `core::result::Result<endpoint::block_by_hash::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:275:9 | 275 | perform_with_compat!(self, endpoint::block::Request::default()) | --------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:275:9 | 275 | perform_with_compat!(self, endpoint::block::Request::default()) | --------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:296:9 | 296 | / perform_with_compat!( 297 | | self, 298 | | endpoint::block_search::Request::new(query, page, per_page, order) 299 | | ) | |_________- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_search::Response, _>` found enum `core::result::Result<endpoint::block_search::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/http.rs:296:9 | 296 | / perform_with_compat!( 297 | | self, 298 | | endpoint::block_search::Request::new(query, page, per_page, order) 299 | | ) | |_________- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_search::Response, _>` found enum `core::result::Result<endpoint::block_search::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:241:9 | 241 | perform_with_compat!(self, endpoint::block::Request::new(height.into())) | ------------------------------------------------------------------------ in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:248:9 | 248 | perform_with_compat!(self, endpoint::block_by_hash::Request::new(hash)) | ----------------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_by_hash::Response, _>` found enum `core::result::Result<endpoint::block_by_hash::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:252:9 | 252 | perform_with_compat!(self, endpoint::block::Request::default()) | --------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:273:9 | 273 | / perform_with_compat!( 274 | | self, 275 | | endpoint::block_search::Request::new(query, page, per_page, order) 276 | | ) | |_________- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_search::Response, _>` found enum `core::result::Result<endpoint::block_search::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:241:9 | 241 | perform_with_compat!(self, endpoint::block::Request::new(height.into())) | ------------------------------------------------------------------------ in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:248:9 | 248 | perform_with_compat!(self, endpoint::block_by_hash::Request::new(hash)) | ----------------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_by_hash::Response, _>` found enum `core::result::Result<endpoint::block_by_hash::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:252:9 | 252 | perform_with_compat!(self, endpoint::block::Request::default()) | --------------------------------------------------------------- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block::Response, _>` found enum `core::result::Result<endpoint::block::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
[clippy] rpc/src/client/transport.rs#L11: rpc/src/client/transport.rs#L11
error[E0308]: mismatched types --> rpc/src/client/transport.rs:11:17 | 11 | / $self 12 | | .perform_with_dialect(request, crate::dialect::v0_38::Dialect) 13 | | .await | |__________________________^ expected `Result<Response, Error>`, found `Result<DialectResponse, Error>` | ::: rpc/src/client/transport/websocket.rs:273:9 | 273 | / perform_with_compat!( 274 | | self, 275 | | endpoint::block_search::Request::new(query, page, per_page, order) 276 | | ) | |_________- in this macro invocation | = note: expected enum `core::result::Result<endpoint::block_search::Response, _>` found enum `core::result::Result<endpoint::block_search::v0_38::DialectResponse, _>` = note: this error originates in the macro `perform_with_compat` (in Nightly builds, run with -Z macro-backtrace for more info)
generated-protos-compile
Process completed with exit code 101.