Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge Release v2.2.0 to main #77

Merged
merged 37 commits into from
Jan 23, 2024
Merged

merge Release v2.2.0 to main #77

merged 37 commits into from
Jan 23, 2024

Conversation

317787106
Copy link
Contributor

No description provided.

halibobo1205 and others added 30 commits June 29, 2023 12:27
feat(dependencies):revert the version of grpc and protobuf
doc(readme): update libp2p version
merge release v1.2.0 into develop
feat(net): optimize p2p handshake logic
feat(net): use CompletionService to get ip more quickly
* hotfix(net): don't submit new task if server is closing
add message length check logic
* feat(net):send message P2pDisconnectMessage before disconnect

* feat(net):optimize DisconnectReason

* feat(net): add shutdown hook

* add needToLog in Message

* feat(net): don't close P2pService twice

* delete duplicate log in HandshakeService

* don't send disconnect message if handshake fails
update the version of grpc and protobuf
* set isdisconnect=true when closeFuture happens

* add log of getip's time cost