Skip to content

Commit

Permalink
add sbt-report endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Aug 14, 2024
1 parent 44de3e3 commit fd12c7a
Show file tree
Hide file tree
Showing 26 changed files with 1,139 additions and 40 deletions.
74 changes: 70 additions & 4 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde-email = "3"
bson = { version = "2", features = ["chrono-0_4"] }
serde-enum-str = "0"

# Logging
tracing = "0.1"
Expand Down
5 changes: 3 additions & 2 deletions gov-portal-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures-util = { workspace = true }
# Ethereum
ethabi = { workspace = true }
ethereum-types = { workspace = true }
web3 = { workspace = true, optional = true }
web3 = { workspace = true }

# Crypto
k256 = { workspace = true }
Expand All @@ -35,6 +35,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
serde-email = { workspace = true }
bson = { workspace = true }
serde-enum-str = { workspace = true }

# Logging
tracing = { workspace = true }
Expand All @@ -61,4 +62,4 @@ clap = { workspace = true }
assert_matches = { workspace = true }

[features]
enable-integration-tests = ["web3"]
enable-integration-tests = []
Loading

0 comments on commit fd12c7a

Please sign in to comment.