Skip to content
Snippets Groups Projects
  • Max Inden's avatar
    *: Update to libp2p v0.33.0 (#7759) · f0b99dd2
    Max Inden authored
    * *: Update to libp2p v0.33.0
    
    * client/network: Consistently track request arrival time
    
    With https://github.com/libp2p/rust-libp2p/pull/1886/ one is guaranteed
    to receive either a `ResponseSent` or a `InboundFailure` event for each
    received inbound request via `RequestResponseEvent::Message`. Given this
    guarantee there is no need to track arrival times in a best-effort
    manner and thus there is no need to use a LRU cache for arrival times.
    
    * client/offchain: Adjust to PeerId API changes
    f0b99dd2
Code owners
Assign users and groups as approvers for specific file changes. Learn more.