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

Release 0.5.6 #137

Merged
merged 8 commits into from
Sep 1, 2020
Merged

Release 0.5.6 #137

merged 8 commits into from
Sep 1, 2020

Commits on Jul 27, 2020

  1. Throw exception when multistream messages do not end with line ending (

    …#126)
    
    * Throw exception when multistream messages do not end with line ending
    ajsutton authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    f279c8a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Aug 1, 2020

  1. Reduce log level from INFO to DEBUG on inbound invalid gossip message (

    …#131)
    
    * Reduce log level for invalid gossip message from remote peer. Fix Consensys/teku#2439
    * Reduce another log level when inbound message was not validated
    Nashatyrev authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    d5b1bcc View commit details
    Browse the repository at this point in the history
  2. More flexible pubsub message fields handling (#132)

    * Make Pubsub message Seqno field optional
    * Add more flexible capabilities of setting published pubsub message fields
    Nashatyrev authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    c0cfb97 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Check if the stream was closed on init which would leave it with no p…

    …eerHandler before attempting to access the peer handler. (#134)
    ajsutton authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    707fc4d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Fix the panic when SemiDuplex has no outbound stream yet (#136)

    - Fix CompletableFuture anyComplete() 
    - Tolerate the case when trying writing to a peer without established outbound stream within P2PServiceSemiDuplex
    Nashatyrev authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6489ad6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    1788d42 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.5.6

    Nashatyrev committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    152abde View commit details
    Browse the repository at this point in the history