Skip to content

Commit

Permalink
fix: remove the project_registry crate (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
xav authored Sep 28, 2023
1 parent 67406ad commit 4120127
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 471 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ full = [
"alloc",
"analytics",
"profiler",
"project_registry",
"collections",
"future",
"geoblock",
Expand All @@ -34,7 +33,6 @@ geoip = ["dep:geoip"]
http = []
metrics = ["dep:metrics", "future/metrics", "alloc/metrics", "http/metrics"]
profiler = ["alloc/profiler"]
project_registry = ["dep:project_registry"]

[dependencies]
alloc = { path = "./crates/alloc", optional = true }
Expand All @@ -45,7 +43,6 @@ geoblock = { path = "./crates/geoblock", optional = true }
geoip = { path = "./crates/geoip", optional = true }
http = { path = "./crates/http", optional = true }
metrics = { path = "./crates/metrics", optional = true }
project_registry = { path = "./crates/project_registry", optional = true }

[dev-dependencies]
anyhow = "1"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ Metrics and other utils for HTTP servers.

Global service metrics. Currently based on `opentelemetry` SDK and exported in `prometheus` format.

## `project_registry`

Check project IDs against the WalletConnect registry.

## Examples

- [Metrics integration](examples/metrics.rs). Prints service metrics in the default (`prometheus`) format.
Expand Down
18 changes: 0 additions & 18 deletions crates/project_registry/Cargo.toml

This file was deleted.

2 changes: 0 additions & 2 deletions crates/project_registry/src/lib.rs

This file was deleted.

13 changes: 0 additions & 13 deletions crates/project_registry/src/project/error.rs

This file was deleted.

4 changes: 0 additions & 4 deletions crates/project_registry/src/project/mod.rs

This file was deleted.

4 changes: 0 additions & 4 deletions crates/project_registry/src/project/types/mod.rs

This file was deleted.

231 changes: 0 additions & 231 deletions crates/project_registry/src/project/types/origin.rs

This file was deleted.

74 changes: 0 additions & 74 deletions crates/project_registry/src/project/types/project_data.rs

This file was deleted.

Loading

0 comments on commit 4120127

Please sign in to comment.