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

Use libp2p v0.52.0 #425

Merged
merged 9 commits into from
Jul 1, 2023
Merged

Use libp2p v0.52.0 #425

merged 9 commits into from
Jul 1, 2023

Conversation

sandreae
Copy link
Member

@sandreae sandreae commented Jun 27, 2023

📋 Checklist

  • Add tests that cover your changes
  • Add this PR to the Unreleased section in CHANGELOG.md
  • Link this PR to any issues it closes
  • New files contain a SPDX license header

@sandreae sandreae linked an issue Jun 27, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Patch coverage: 12.90% and project coverage change: -0.29 ⚠️

Comparison is base (3407076) 90.17% compared to head (67f10e4) 89.89%.

Additional details and impacted files
@@               Coverage Diff               @@
##           development     #425      +/-   ##
===============================================
- Coverage        90.17%   89.89%   -0.29%     
===============================================
  Files               87       87              
  Lines             8226     8253      +27     
===============================================
+ Hits              7418     7419       +1     
- Misses             808      834      +26     
Impacted Files Coverage Δ
aquadoggo/src/network/service.rs 19.60% <0.00%> (-2.14%) ⬇️
aquadoggo/src/network/transport.rs 36.84% <0.00%> (ø)
aquadoggo/src/network/peers/behaviour.rs 88.88% <66.66%> (ø)
aquadoggo/src/network/peers/handler.rs 67.28% <83.33%> (-0.33%) ⬇️
aquadoggo/src/network/peers/protocol.rs 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sandreae sandreae marked this pull request as ready for review June 29, 2023 05:29
@sandreae sandreae requested a review from adzialocha June 29, 2023 06:40
@adzialocha adzialocha merged commit 8f74b9a into development Jul 1, 2023
8 checks passed
@adzialocha adzialocha deleted the update-libp2p branch July 7, 2023 12:07
adzialocha added a commit that referenced this pull request Jul 14, 2023
* development: (23 commits)
  Implement `dialer` behaviour (#444)
  Sort expected results in strategy tests
  Update CHANGELOG
  Replicate operations in topo order (#442)
  Maintain sorted operation indexes (#438)
  Use fork of `asynchronous-codec`  (#440)
  Ingest check for duplicate entries (#439)
  Reverse lookup for pinned relations in dependency task (#434)
  Remove unnecessary exact version pinning in Cargo.toml
  Make `TaskInput` an enum and other minor clean ups in materialiser (#429)
  Use `libp2p` `v0.52.0` (#425)
  Fix race condition when check for existing view ids was too early (#420)
  Reduce logging verbosity
  CI: Temporary workaround for Rust compiler bug (#417)
  Fix early document view insertion (#413)
  Handle duplicate document view insertions (#410)
  Decouple p2panda's authentication data types from libp2p's (#408)
  Remove dead_code attribute in lib
  Integrate replication manager with networking stack (#387)
  Implement naive replication protocol (#380)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update libp2p to 0.52.0
2 participants