feat(network): implement server side KeepAlive (#376)

This commit is contained in:
Harper 2024-01-08 10:50:37 +00:00 committed by GitHub
parent ca27aa91ac
commit a6a6ffcfed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 165 additions and 23 deletions

View file

@ -21,7 +21,7 @@ pub enum Error {
ChainSyncError(#[from] chainsync::ClientError),
#[error("keepalive error")]
KeepAliveError(#[from] keepalive::Error),
KeepAliveError(#[from] keepalive::ClientError),
#[error("pallas_traverse error")]
PallasTraverseError(#[from] pallas::ledger::traverse::Error),