Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Update libp2p, tokio, warp, prost, futures, etc #446

Merged
merged 24 commits into from
Jan 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c0657bf
chore: update libp2p to 0.30
ljedrz Nov 17, 2020
7e51079
chore: update tokio to 0.3
ljedrz Nov 17, 2020
bc03794
chore: post-update tweaks
ljedrz Nov 17, 2020
5b55ded
chore(deps): tokio 1.0
koivunej Jan 12, 2021
7bb3aaa
chore: add changelog note
koivunej Jan 12, 2021
5cbe44c
chore(deps): latest domain
koivunej Jan 18, 2021
b7ab9b7
chore: upgrade bytes, add bytes feature for domain
koivunej Jan 18, 2021
66c360c
chore(deps): latest warp
koivunej Jan 18, 2021
2e0b436
chore: most of the libp2p updating, comment out mdns
koivunej Jan 13, 2021
cadc909
fix: minor whitespace and refactoring
koivunej Jan 18, 2021
6de437c
feat: expose libp2p::multiaddr::multiaddr in ipfs
koivunej Jan 18, 2021
307e80b
chore: latest lockfile after all of the changes
koivunej Jan 18, 2021
ffd043c
chore: clippy
koivunej Jan 18, 2021
a162ad0
chore(deps): prost 0.7
koivunej Jan 18, 2021
e6af4d3
fix(deps): rand is used in only tests directly
koivunej Jan 19, 2021
b8ea76c
chore(deps): rand 0.8
koivunej Jan 19, 2021
de7f312
fix(deps): tempfile only needed for tests
koivunej Jan 19, 2021
0e06e51
chore(deps): warp 0.3
koivunej Jan 20, 2021
e68d134
chore(deps): mpart-async 0.5
koivunej Jan 22, 2021
2031708
chore(deps): libp2p 0.34, core+swarm 0.27
koivunej Jan 25, 2021
5957598
chore(deps): futures 0.3.12
koivunej Jan 25, 2021
2b6d03f
chore(deps): cargo update
koivunej Jan 25, 2021
af19ed8
chore(deps): remove unused dirs flagged by cargo audit
koivunej Jan 25, 2021
dc0c6a0
chore: tokio::test is now single-threaded
koivunej Jan 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
* refactor(http): introduce `Config` as the facade for configuration [#423]
* feat(http): create `Profile` abstraction [#421]
* feat: `sled` pinstore [#439], [#442], [#444]
* chore: update a lot of dependencies including libp2p, tokio, warp [#446]

[#429]: https://github.com/rs-ipfs/rust-ipfs/pull/429
[#428]: https://github.com/rs-ipfs/rust-ipfs/pull/428
[#423]: https://github.com/rs-ipfs/rust-ipfs/pull/423
[#421]: https://github.com/rs-ipfs/rust-ipfs/pull/421
[#439]: https://github.com/rs-ipfs/rust-ipfs/pull/439
[#442]: https://github.com/rs-ipfs/rust-ipfs/pull/442
[#442]: https://github.com/rs-ipfs/rust-ipfs/pull/444
[#444]: https://github.com/rs-ipfs/rust-ipfs/pull/444
[#446]: https://github.com/rs-ipfs/rust-ipfs/pull/446

# 0.2.1

Expand Down
Loading