Skip to content

Commit

Permalink
Undo wrong typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 22, 2023
1 parent ec819e4 commit efbb913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/relayer-types/src/serializers.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use serde::set::{Serialize, Serializer};
use serde::se::{Serialize, Serializer};

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (wasmd, wasmd, wasm, stake)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (juno, junod, juno, stake, juno,forward-packet)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (migaloo, migalood, migaloo, stake)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / integration-test (osmosis, osmosisd, osmo, stake)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / clippy-no-default-features

unresolved import `serde::se`

error[E0432]: unresolved import `serde::se` --> crates/relayer-types/src/serializers.rs:1:12 | 1 | use serde::se::{Serialize, Serializer}; | ^^ could not find `se` in `serde`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / clippy-all-features

unresolved import `serde::se`

error[E0432]: unresolved import `serde::se` --> crates/relayer-types/src/serializers.rs:1:12 | 1 | use serde::se::{Serialize, Serializer}; | ^^ could not find `se` in `serde`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / test-stable

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / ordered-channel-test

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / cargo-doc

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / ics-light-client-attack-freeze (interchain-security, cosmos)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / light-client-attack (gaia14, gaiad, cosmos)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / model-based-test (gaia6)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / ics-light-client-attack (interchain-security, cosmos)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / ics-double-sign (interchain-security, cosmos)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)

unresolved import `serde::se`

Check failure on line 1 in crates/relayer-types/src/serializers.rs

View workflow job for this annotation

GitHub Actions / interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)

unresolved import `serde::se`
use subtle_encoding::{Encoding, Hex};

pub fn ser_hex_upper<S, T>(data: T, serializer: S) -> Result<S::Ok, S::Error>
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/src/config/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ impl Serialize for ChannelFilters {
where
S: Serializer,
{
use serde::set::SerializeSeq;
use serde::se::SerializeSeq;

struct Pair<'a> {
a: &'a FilterPattern<PortId>,
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/src/rest/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use serde::set::{Serialize, SerializeMap, Serializer};
use serde::se::{Serialize, SerializeMap, Serializer};
use thiserror::Error;

use ibc_relayer_types::core::ics24_host::{error::ValidationErrorDetail, identifier::ChainId};
Expand Down

0 comments on commit efbb913

Please sign in to comment.