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

@ -285,7 +285,7 @@ pub async fn chainsync_server_and_client_happy_path_n2n() {
server_hs.receive_proposed_versions().await.unwrap();
server_hs
.accept_version(10, VersionData::new(0, false))
.accept_version(10, VersionData::new(0, false, None, None))
.await
.unwrap();