Skip to content

Commit

Permalink
Implement pull-based logs collector
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed Nov 18, 2024
1 parent 0879b92 commit cda3caa
Show file tree
Hide file tree
Showing 9 changed files with 358 additions and 393 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ members = ["crates/*"]
resolver = "2"

[workspace.dependencies]
sqd-contract-client = { git = "https://github.com/subsquid/subsquid-network.git", rev = "c25a986", version = "1.0.7" }
sqd-messages = { git = "https://github.com/subsquid/subsquid-network.git", rev = "c25a986", version = "2.0.0", features = ["bitstring"] }
sqd-network-transport = { git = "https://github.com/subsquid/subsquid-network.git", rev = "c25a986", version = "2.0.0" }
sqd-contract-client = { git = "https://github.com/subsquid/sqd-network.git", rev = "4f3fc86", version = "1.1.0" }
sqd-messages = { git = "https://github.com/subsquid/sqd-network.git", rev = "4f3fc86", version = "2.0.0", features = ["bitstring"] }
sqd-network-transport = { git = "https://github.com/subsquid/sqd-network.git", rev = "4f3fc86", version = "2.0.0" }
2 changes: 1 addition & 1 deletion crates/collector-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ serde_bytes = "0.11"
serde_repr = "0.1"

sqd-messages = { workspace = true }
sqd-network-transport = { workspace = true }

[dev-dependencies]
test-with = "0.13"
sqd-network-transport = { workspace = true }
tokio = { version = "1", features = ["full"] }
Loading

0 comments on commit cda3caa

Please sign in to comment.