Skip to content

Commit

Permalink
Pings collector v1.1.0
Browse files Browse the repository at this point in the history
Accept both old pings and new heartbeats
  • Loading branch information
kalabukdima committed Nov 14, 2024
1 parent 239245e commit 611e74f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 = "1c44e39", version = "1.0.7" }
sqd-messages = { git = "https://github.com/subsquid/subsquid-network.git", rev = "1c44e39", version = "2.0.0", features = ["bitstring"] }
sqd-network-transport = { git = "https://github.com/subsquid/subsquid-network.git", rev = "1c44e39", version = "2.0.0" }
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" }

0 comments on commit 611e74f

Please sign in to comment.