feat(network): update n2n handshake versions & add keepalive miniprotocol (#362)

This commit is contained in:
Andrew Westberg 2023-12-19 05:56:10 -05:00 committed by GitHub
parent 4c651c0c3a
commit b6399333da
12 changed files with 302 additions and 41 deletions

View file

@ -16,6 +16,7 @@ hex = "0.4.3"
itertools = "0.10.5"
pallas-codec = { version = "=0.20.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
rand = "0.8.5"
thiserror = "1.0.31"
tokio = { version = "1", features = ["rt", "net", "io-util", "time", "sync", "macros"] }
tracing = "0.1.37"
@ -23,5 +24,4 @@ tracing = "0.1.37"
[dev-dependencies]
tracing-subscriber = "0.3.16"
tokio = { version = "1", features = ["full"] }
rand = "0.8.5"