Skip to content

Commit ed650ce

Browse files
authored
feat(cat-gateway): Remove unused code cardano/utils.rs (#2598)
* remove unused util mod * wip * remove serde
1 parent 5842594 commit ed650ce

File tree

3 files changed

+0
-140
lines changed

3 files changed

+0
-140
lines changed

catalyst-gateway/bin/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ tracing-subscriber = { version = "0.3.18", features = [
3535
"time",
3636
"env-filter",
3737
] }
38-
serde = { version = "1.0.214", features = ["derive"] }
3938
serde_json = { version = "1.0.132", features = ["arbitrary_precision"] }
4039
thiserror = "1.0.68"
4140
chrono = "0.4.38"

catalyst-gateway/bin/src/cardano/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ use crate::{
2727
settings::{chain_follower, Settings},
2828
};
2929

30-
// pub(crate) mod cip36_registration_obsolete;
3130
pub(crate) mod event;
32-
pub(crate) mod util;
3331

3432
/// How long we wait between checks for connection to the indexing DB to be ready.
3533
pub(crate) const INDEXING_DB_READY_WAIT_INTERVAL: Duration = Duration::from_secs(1);

catalyst-gateway/bin/src/cardano/util.rs

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)