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

0.9.1 release #250

Merged
merged 9 commits into from
Jul 26, 2022
Merged

0.9.1 release #250

merged 9 commits into from
Jul 26, 2022

Conversation

ajsutton
Copy link
Contributor

No description provided.

jtraglia and others added 9 commits May 21, 2022 14:16
* No need to instantiate SecureRandom on sign() calls
* Increase gradle daemon heap
* Optimize GossipRouter.mergeMessageParts(): extract RpcPartsQueue as a separate class
* Make GossipRouter.score property overridable
* Extract 2 interfaces GossipRouterEventListener and GossipScore. Rename implementation to DefaultGossipScore
* Make them deal with PeerId instead of PeerHandler
* To retain the possibility to access PeerHandler add P2PService:.peerIdToPeerHandlerMap
* P2PService: hide mutable collections, expose immutable
* extract GossipRouterBuilder
* Move property declarations right after primary constructor (which may also declare properties) in changed classes
* Refactor AbstractRouter.addPeerWithDebugHandler() workaround
* Remove pubsub interface var properties
* Adjust tests
* Modifies the algorithm to O(n) complexity
* Extracts the PeerIP class (which could be adjusted to IPv6 and colocation criteria later)
* Pass more specific Multiaddr type for the onConnected() event
Copy link

@rolfyone rolfyone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ajsutton ajsutton merged commit dce532a into master Jul 26, 2022
@ajsutton ajsutton deleted the 0.9.1 branch July 26, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants