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

chore(deps): bump ipfs networking deps #2478

Merged
merged 10 commits into from
Aug 18, 2023

Conversation

walldiss
Copy link
Member

@walldiss walldiss commented Jul 14, 2023

Overview

Main change is update of github.com/ipfs/go-libipfs , that is now located in github.com/ipfs/boxo

Updates libs and their dependancies:

  • github.com/libp2p/go-libp2p-kad-dht
  • github.com/libp2p/go-libp2p-routing-helpers
  • github.com/ipfs/go-block-format
  • github.com/ipfs/go-blockservice
  • github.com/ipfs/go-ipld-format
  • github.com/ipfs/go-merkledag
  • github.com/ipld/go-car
  • github.com/multiformats/go-multihash

Supersedes:
#2268
#2378
#2379
#1957

@walldiss walldiss added the kind:deps Pull requests that update a dependency file label Jul 14, 2023
@walldiss walldiss self-assigned this Jul 14, 2023
@Wondertan
Copy link
Member

snyk is complaining

@Wondertan
Copy link
Member

Wondertan commented Jul 14, 2023

Per sync discussion:

@codecov-commenter
Copy link

codecov-commenter commented Jul 14, 2023

Codecov Report

Merging #2478 (fee857b) into main (a86ddca) will decrease coverage by 0.20%.
Report is 18 commits behind head on main.
The diff coverage is 48.08%.

@@            Coverage Diff             @@
##             main    #2478      +/-   ##
==========================================
- Coverage   51.39%   51.20%   -0.20%     
==========================================
  Files         158      158              
  Lines       10304    10409     +105     
==========================================
+ Hits         5296     5330      +34     
- Misses       4556     4614      +58     
- Partials      452      465      +13     
Files Changed Coverage Δ
blob/helper.go 47.88% <0.00%> (-2.12%) ⬇️
cmd/celestia/rpc.go 17.56% <0.00%> (-1.07%) ⬇️
nodebuilder/node.go 58.57% <ø> (ø)
nodebuilder/p2p/bitswap.go 0.00% <0.00%> (ø)
nodebuilder/p2p/ipld.go 0.00% <ø> (ø)
share/eds/adapters.go 84.00% <ø> (ø)
share/eds/blockstore.go 44.06% <ø> (ø)
share/eds/byzantine/bad_encoding.go 32.63% <ø> (ø)
share/eds/byzantine/share_proof.go 45.71% <0.00%> (-4.29%) ⬇️
share/getters/cascade.go 71.62% <0.00%> (-6.64%) ⬇️
... and 16 more

... and 3 files with indirect coverage changes

share/ipld/nmt.go Outdated Show resolved Hide resolved
@Wondertan
Copy link
Member

@walldiss walldiss marked this pull request as draft August 1, 2023 12:23
@Wondertan
Copy link
Member

Taking ower this PR

@renaynay
Copy link
Member

Works now after rebasing on #2560

@walldiss walldiss marked this pull request as ready for review August 17, 2023 16:08
@Wondertan
Copy link
Member

Soon, ipfs/boxo#407 will be released so we can fully migrate to boxo

Copy link
Member

@renaynay renaynay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already approved and recent changes lgtm

@renaynay renaynay merged commit 8eef855 into celestiaorg:main Aug 18, 2023
12 of 15 checks passed
renaynay added a commit to renaynay/celestia-node that referenced this pull request Aug 23, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format 
- 	github.com/ipfs/go-blockservice 
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag 
 - 	github.com/ipld/go-car 
 - 	github.com/multiformats/go-multihash 

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 22, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
walldiss added a commit that referenced this pull request Sep 22, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
#2268
#2378
#2379
#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 22, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 25, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants