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

Upgrades libp2p version to v0.32 #17

Merged
merged 17 commits into from
Feb 20, 2024

Commits on Jan 24, 2023

  1. feat: expire messages from the cache based on last seen time (libp2p#513

    )
    
    * feat: expire messages from the cache based on last seen time
    
    * chore: minor renaming
    
    * fix: messages should not be found after expiration
    
    * chore: editorial
    
    * fix: use new time cache strategy consistently
    
    * fix: default to old time cache and add todo for background gc
    smrz2001 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    973fef5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. chore: update to go-libp2p v0.25 (libp2p#517)

    * Update to go-libp2p v0.25
    
    * Use go 1.19
    MarcoPolo authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a14aca1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    3dbc2fd View commit details
    Browse the repository at this point in the history
  2. Refactor timecache implementations (libp2p#523)

    * reimplement timecache for sane and performant behaviour
    
    * remove seenMessagesMx, take advantage of new tc api
    
    * fix timecache tests
    
    * fix typo
    
    * store expiry, don't make life difficult
    
    * refactor common background sweep procedure for both impls
    
    * add godocs to TimeCache
    vyzo authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    56c0e6c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Default validator support (libp2p#525)

    * add default validator support
    
    * add an implementation for basic seqno as nonce validation
    
    * missing return
    
    * the nonce belongs to the origin peer
    
    * add note about rust predicament
    
    * add seqno validator tests
    
    * minor test tweak, ensure at least 1ms before replay
    vyzo authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    829f902 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fix Memory Leak In New Timecache Implementations (libp2p#528)

    * fix bug
    
    * add for last seen cache
    nisdas authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    340387e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 28, 2023

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

Commits on Aug 15, 2023

  1. bump golang.org/x/net from 0.4.0 to 0.7.0 (libp2p#520)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.4.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cef8016 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. fix: topicscore params can't be set for dynamically subscribed topic (l…

    …ibp2p#540)
    
    * fix: topicscore params can't be set for a topic subscribed after gossipsub is initialized
    
    * chore:address review comments
    chaitanyaprem authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    aa5fd79 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

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

Commits on Sep 14, 2023

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

Commits on Nov 1, 2023

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

Commits on Jan 31, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    a46a471 View commit details
    Browse the repository at this point in the history
  2. make tidy

    yhassanzadeh13 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8d0dd4d View commit details
    Browse the repository at this point in the history