Skip to content

Commit a034b0c

Browse files
committed
move contract verifier postgresql db to mongodb
1 parent 10e7671 commit a034b0c

File tree

16 files changed

+384
-694
lines changed

16 files changed

+384
-694
lines changed

Cargo.lock

+3-170
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ actix-multipart = "0.7.2"
99
actix-web = "4.9.0"
1010
bv_decoder = { path = "lib/bv_decoder" }
1111
bollard = "0.18.1"
12+
bson = { version = "2.14.0", features = ["chrono-0_4"] }
1213
chrono = "0.4.39"
1314
clap = { version = "4.5.30", features = ["derive"] }
14-
deadpool = "0.12.2"
15-
deadpool-postgres = "0.14.1"
1615
derive_more = { version = "1.0.0", features = ["display", "error"] }
1716
env_logger = "0.11.6"
1817
futures-util = "0.3.31"
@@ -29,10 +28,6 @@ serde = { version = "1.0.218", features = ["derive"] }
2928
serde_derive = "1.0.218"
3029
serde_json = "1.0.139"
3130
sha2 = "0.10.8"
32-
sql_minifier = { path = "lib/sql_minifier" }
3331
tokio = "1.43.0"
34-
tokio-postgres = { version = "0.7.13", features = [
35-
"with-chrono-0_4",
36-
"with-serde_json-1",
37-
] }
3832
toml = "0.8.20"
33+
regex = "1.11.1"

lib/sql_minifier/Cargo.lock

-47
This file was deleted.

lib/sql_minifier/Cargo.toml

-12
This file was deleted.

0 commit comments

Comments
 (0)