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 and pubsub versions #16

Merged
merged 12 commits into from
Jul 3, 2023

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 Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    7293453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5600170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20856df View commit details
    Browse the repository at this point in the history