Skip to content

Commit

Permalink
Use libp2p v0.52.0 (#425)
Browse files Browse the repository at this point in the history
* Use libp2p from git main

* Use libp2p 0.52.0

* Make required updates for using libp2p v0.52.0

* Log connection id on ConnectionClosed swarm events

* Update validation and parsing of rendezvous and relay multiaddr in CLI

* fmt

* Clippy

* fmt

* Update CHANGELOG
  • Loading branch information
sandreae committed Jul 1, 2023
1 parent 3407076 commit 8f74b9a
Show file tree
Hide file tree
Showing 11 changed files with 416 additions and 1,281 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set default order for root queries to document id [#352](https://github.com/p2panda/aquadoggo/pull/352)
- Remove property tests again because of concurrency bug [#347](https://github.com/p2panda/aquadoggo/pull/347)
- Decouple p2panda's authentication data types from libp2p's [#408](https://github.com/p2panda/aquadoggo/pull/408)
- Use `libp2p` `0.52.0` [#425](https://github.com/p2panda/aquadoggo/pull/425)

### Fixed

Expand Down
Loading

0 comments on commit 8f74b9a

Please sign in to comment.