Skip to content

Commit

Permalink
misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Nov 4, 2024
1 parent e10898b commit 61f1ab4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 108 deletions.
121 changes: 18 additions & 103 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cynic-querygen = "3.7.3"
indoc = "2.0.5"

[dependencies]
aide = { version = "0.13.4", features = ["scalar"] }
anyhow = "1.0.86"
axum = { version = "0.7.5", features = ["macros"] }
bs58 = "0.5.1"
Expand All @@ -23,8 +22,7 @@ convert_case = "0.6.0"
cynic = { version = "3.7.3", features = ["http-reqwest-blocking"] }
derive_more = { version = "1.0.0", features = ["full"] }
dotenv = "0.15.0"
envy = "0.4.2"
futures = "0.3.30"
futures = "0.3.31"
http = "1.1.0"
http-body-util = "0.1.2"
mime = "0.3.17"
Expand All @@ -37,7 +35,6 @@ sqlx = { version = "0.8.0", features = ["runtime-tokio", "postgres", "json"] }
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["full"] }
tower = "0.5.1"
tower-http = { version = "0.6.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand Down
1 change: 0 additions & 1 deletion tests/compare_to_ocaml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const LEGACY_ENDPOINT: &str = "https://rosetta-devnet.minaprotocol.network";

#[tokio::test]
async fn main() -> Result<()> {
tracing_subscriber::fmt::init();
let mina_mesh = MinaMeshConfig::from_env().to_mina_mesh().await?;
let comparison_ctx = ResponseComparisonContext::new(mina_mesh, LEGACY_ENDPOINT.to_string());

Expand Down

0 comments on commit 61f1ab4

Please sign in to comment.