feat(network): update n2n handshake versions & add keepalive miniprotocol (#362)
This commit is contained in:
parent
4c651c0c3a
commit
b6399333da
12 changed files with 302 additions and 41 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue