Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

fix: interop with 'block put' from go-ipfs 0.13 #158

Merged
merged 2 commits into from Apr 21, 2022
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented Apr 21, 2022

Applies necessary changes to ensure 'block/put' works with go-ipfs master (to be released as 0.13).

Context: ipfs/kubo#8568

Applies necessary changes to ensure 'block/put' works
and is backward-compatible.

Context:
ipfs/kubo#8568
bumping as patch because we bumped to 0.3.0 recently, as part of other
go-ipfs 0.13 work
@github-actions
Copy link

Suggested version: v0.3.1
Comparing to: v0.3.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index ce3ed95..00600ec 100644
--- a/go.mod
+++ b/go.mod
@@ -9,13 +9,14 @@ require (
 	github.com/ipfs/go-merkledag v0.6.0
 	github.com/ipfs/go-path v0.1.1
 	github.com/ipfs/go-unixfs v0.2.5
-	github.com/ipfs/interface-go-ipfs-core v0.6.2
+	github.com/ipfs/interface-go-ipfs-core v0.7.0
 	github.com/ipfs/iptb v1.4.0
 	github.com/ipfs/iptb-plugins v0.3.0
 	github.com/libp2p/go-libp2p-core v0.8.6
 	github.com/mitchellh/go-homedir v1.1.0
 	github.com/multiformats/go-multiaddr v0.3.3
 	github.com/multiformats/go-multibase v0.0.3
+	github.com/multiformats/go-multicodec v0.4.1
 	github.com/multiformats/go-multihash v0.0.15
 	github.com/pkg/errors v0.9.1
 )

gorelease says:

# summary
Suggested version: v0.4.0

gocompat says:

(empty)

@lidel lidel changed the title chore: interop with go-ipfs 0.13 fix: interop with 'block put' from go-ipfs 0.13 Apr 21, 2022
@lidel
Copy link
Member Author

lidel commented Apr 21, 2022

Triage note: merging this one since https://github.com/ipfs/interface-go-ipfs-core/releases/tag/v0.7.0 was released and ipfs/kubo#8568 landed in go-ipfs master. Without this CI would start failing.

@lidel lidel marked this pull request as ready for review April 21, 2022 20:17
@lidel lidel merged commit ecf364c into master Apr 21, 2022
@lidel lidel deleted the chore/go-ipfs-0.13 branch April 21, 2022 20:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant