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

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    e2a8324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52d117 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Optimization: no need to instantiate SecureRandom on sign() calls (#246)

    * No need to instantiate SecureRandom on sign() calls
    * Increase gradle daemon heap
    Nashatyrev committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3529c1b View commit details
    Browse the repository at this point in the history
  2. Optimize GossipRouter.mergeMessageParts() (#245)

    * Optimize GossipRouter.mergeMessageParts(): extract RpcPartsQueue as a separate class
    Nashatyrev committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8f4b25d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. GossipScore refactor (#247)

    * 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
    Nashatyrev committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6bde649 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Refactor GossipRouter: extract GossipRouterBuilder (#249)

    * 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
    Nashatyrev committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c9f3dfc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Optimizate GossipScore IP colocation calculation (#248)

    * 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
    Nashatyrev committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d3d7ed3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    045ebb4 View commit details
    Browse the repository at this point in the history
  2. 0.9.1 release

    ajsutton committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    0041e1a View commit details
    Browse the repository at this point in the history