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

Migrate coreiface #10237

Merged
merged 310 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
310 commits
Select commit Hold shift + click to select a range
b808f14
coreapi: move path utils to interface
magik6k Jun 12, 2018
68fee2e
Extract path and resolver
whyrusleeping Jul 29, 2018
1841565
coreapi: Pin option for Object.Put
magik6k Feb 2, 2018
5dbe176
coreapi: implement Object.Diff
magik6k Feb 2, 2018
cb79396
commands: switch object commands to CoreAPI
magik6k Feb 2, 2018
5b28066
object coreapi: Address review
magik6k Jul 25, 2018
04c548b
coreapi: dag: Batching interface
magik6k Aug 3, 2018
a9097b5
coreapi: dag: Missing batch docs
magik6k Aug 3, 2018
eea3307
Update bitswap deps
whyrusleeping Aug 5, 2018
e4f5db5
coreapi: key: some changes to match command functionality
magik6k Aug 3, 2018
bbaa3a5
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5340 from ipf…
whyrusleeping Aug 7, 2018
16c6be0
key cmd: fix codeclimate warnings
magik6k Aug 7, 2018
3900066
gx: update deps
Stebalien Aug 7, 2018
7d3179f
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5339 from ipf…
whyrusleeping Aug 7, 2018
7f9e3ce
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5348 from ipf…
Stebalien Aug 8, 2018
e24a33d
update gogo-protobuf
Stebalien Aug 9, 2018
0d7b9a8
Gx updates and fixes to use new cid.Builder interface.
kevina Aug 12, 2018
e1f39ec
update go-datastore to use []byte values instead of {}interface values
Stebalien Aug 13, 2018
9bef462
gx: update go-cid
Stebalien Aug 15, 2018
daa7186
gx: update go-cid, go-libp2p-peer, go-ipfs-cmds, go-ipfs-cmdkit
Stebalien Aug 22, 2018
7475c9a
block cmd: use coreapi
magik6k Aug 2, 2018
9716a02
coreapi: block: don't allow creation of invalid cidv0s
magik6k Aug 13, 2018
b089e7c
coreapi: block: move option logic to options package
magik6k Aug 15, 2018
3936b1e
gx update deps
Stebalien Aug 30, 2018
ae41896
gx: update peerstore
Stebalien Sep 8, 2018
0956629
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5331 from ipf…
Stebalien Sep 11, 2018
0787fb8
coreapi: dht interface
magik6k Mar 10, 2018
e113180
coreapi: implement dht api
magik6k Mar 10, 2018
afebd69
coreapi: test using mock swarm
magik6k Mar 10, 2018
e8da394
coreapi: dht: simplify the implementation
magik6k Jul 19, 2018
db3e060
coreapi: dht: refactor options after rebase
magik6k Jul 19, 2018
1baa0c0
coreapi dht: add a note on name change
magik6k Jul 26, 2018
835950f
move streaming set to thirdparty
magik6k Aug 10, 2018
f56bdca
coreapi: dht: remove option prefix
magik6k Aug 28, 2018
00a0dc6
gx update and fix code to use new Cid type
kevina Sep 12, 2018
4160bd5
gx: fix hashes
Stebalien Sep 12, 2018
7455bd6
resolve cmd: use coreapi
magik6k Sep 18, 2018
5411cc0
coreapi name: accept namesys options
magik6k Sep 19, 2018
e8e2f54
gx: update go-libp2p-routing
magik6k Sep 24, 2018
ba7a344
gx: update go-log go-ipld-cbor
Stebalien Sep 24, 2018
8404b82
coreapi: swarm interface
magik6k Mar 10, 2018
fc83863
coreapi: implement swarm api
magik6k Mar 10, 2018
e839e46
fix infinite loop in connInfo.ID
magik6k Apr 5, 2018
619855c
swarm cmd: port to new cmd lib
magik6k Sep 11, 2018
284fd89
coreapi swarm: rewire connect/disconnect
magik6k Sep 17, 2018
cb1f0c5
coreapi swarm: rewire address listing cmds
magik6k Sep 17, 2018
a95fe8e
coreapi swarm: missing docs, review
magik6k Oct 2, 2018
99c68ac
Cleanup instances of manual resolver construction
magik6k Sep 19, 2018
6423bc7
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#4803 from ipf…
Stebalien Oct 2, 2018
7d9ebdc
coreapi unixfs: use fileAdder directly
magik6k Sep 20, 2018
d7afe85
coreapi unixfs: cid prefix options
magik6k Sep 20, 2018
9e57389
coreapi unixfs: options for RawLeaves / Inline
magik6k Sep 20, 2018
82ef32d
coreapi unixfs: layout/chunker options
magik6k Sep 20, 2018
ac8ff30
coreapi unixfs: pin/local/hash-only options
magik6k Sep 20, 2018
7546c93
coreapi unixfs: cleanup options
magik6k Sep 20, 2018
8cea9f9
coreapi unixfs: docs on options
magik6k Sep 20, 2018
33bb770
coreapi unixfs: separate option to enable inlining
magik6k Oct 2, 2018
d3bbffb
coreapi unixfs: multi file support in unixfs coreapi
magik6k Oct 3, 2018
a7b8952
coreapi unixfs: unixfs.Get
magik6k Oct 3, 2018
ee45daf
coreapi unixfs: wrap option
magik6k Oct 3, 2018
f10ca5c
coreapi unixfs: hidden opiton
magik6k Oct 3, 2018
4876186
coreapi unixfs: stdin-name option
magik6k Oct 3, 2018
be5cccd
coreapi unixfs: progress events
magik6k Oct 3, 2018
dfb14f3
coreapi unixfs: filestore opts
magik6k Oct 3, 2018
e59b75a
coreapi unixfs: fix inline doc
magik6k Oct 4, 2018
4c5803a
coreapi name: add some missing options
magik6k Oct 4, 2018
db11d51
gx: update go-datastore, go-libp2p-swarm
Oct 3, 2018
cd6d305
gx update go-libp2p-peerstore
kevina Oct 4, 2018
59de96e
gx update libp2p/go-buffer-pool
kevina Oct 4, 2018
1aa388c
update unixfs inline option comment to give us room to change things
Stebalien Oct 5, 2018
b6e4e99
Merge remote-tracking branch 'origin/master' into feat/coreapi/unixfs
magik6k Oct 5, 2018
f9a9347
coreapi: pubsub interface
magik6k Mar 10, 2018
729bb03
coreapi: implement pubsub api
magik6k Mar 10, 2018
3f6b34d
coreapi pubsub: add tests
magik6k Sep 11, 2018
d5d6e5c
pubsub cmd: switch to coreapi
magik6k Sep 11, 2018
57fdb89
coreapi pubsub: fix review nits
magik6k Sep 26, 2018
fae1475
gx: update stuff
Stebalien Oct 5, 2018
95b09cf
Merge branch 'master' into feat/namestream
magik6k Oct 10, 2018
d54cf20
gx: update go-buffer-pool
Stebalien Oct 10, 2018
b3ad186
gx: update yamux and refmt
Stebalien Oct 12, 2018
ba5a18c
Merge remote-tracking branch 'origin/master' into feat/namestream
magik6k Oct 15, 2018
45b9ac5
namesys: review fixes
magik6k Oct 16, 2018
cfb18be
namesys: drop prefix args
magik6k Oct 16, 2018
9a680c8
gx: update to use extracted go-ipfs-files
magik6k Oct 18, 2018
d504ba9
Merge remote-tracking branch 'origin/master' into feat/namestream
magik6k Oct 18, 2018
278701f
coreapi unixfs: remove Cat, use sessions
magik6k Oct 9, 2018
7301aaa
coreapi unixfs: Return seeker from get
magik6k Oct 15, 2018
e6dbe55
gx update
Stebalien Oct 24, 2018
07161de
gx update go-libp2p
Stebalien Oct 24, 2018
213fdce
gx: update yamux
Stebalien Oct 24, 2018
1cd4f20
Bubble deps
hsanjuan Oct 27, 2018
7c9bf20
coreapi: fix errisdir
Stebalien Oct 30, 2018
a52ab71
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5626 from ipf…
Stebalien Oct 30, 2018
a81292a
gx: update go-path
Stebalien Oct 30, 2018
1eb12c9
gx: update go-ipld-cbor
Stebalien Nov 2, 2018
3e33625
gx: update go-log and sha256
Stebalien Nov 3, 2018
187f6a3
Update go-ipfs-delay and assoc deps
hannahhoward Nov 11, 2018
dda7428
Gx update go-merkledag and related deps.
kevina Nov 28, 2018
f31d59e
gx: update go-libp2p-peer
Stebalien Dec 7, 2018
7505d2c
gx: update go-ipfs-files to 2.0
magik6k Oct 26, 2018
20631f7
files2.0: fix build errors
magik6k Oct 26, 2018
257add1
files2.0: updates for file type split
magik6k Nov 19, 2018
bee62f1
files2.0: address review
magik6k Dec 18, 2018
f24ab99
coreapi: Global options for api constructor
magik6k Dec 6, 2018
5da159b
coreapi.WithOptions
magik6k Dec 10, 2018
322654a
coreapi: drop nameopt.Local in favour of api.Offline
magik6k Dec 10, 2018
2230c18
coreapi: implement --local with Offline option
magik6k Dec 10, 2018
cd14497
coreapi WithOptions: apply on top of parent options
magik6k Dec 11, 2018
1208d73
coreapi/unixfs: Use path instead of raw hash in AddEvent
magik6k Dec 18, 2018
e60f2ba
coreapi: move tests to interface subpackage
magik6k Dec 20, 2018
373e313
coreapi: run tests from interface
magik6k Dec 20, 2018
cba8f3c
coreapi: Interface for external test providers
magik6k Dec 20, 2018
e5a2d8e
coreapi: make sure to cancel context in tests
magik6k Dec 20, 2018
f012ef0
coreapi: don't panic as much in tests
magik6k Jan 2, 2019
80aace0
Fix offline gateway directory logic
magik6k Jan 4, 2019
3702f18
coreapi: FetchBlocks option
magik6k Jan 4, 2019
dfd6253
CoreAPI: Don't panic when testing incomplete implementions
magik6k Jan 7, 2019
12b64d0
gx: update deps
Stebalien Jan 9, 2019
ba369e5
coreapi: replace coreiface.DagAPI with ipld.DAGService
magik6k Jan 12, 2019
c1541fd
coreapi: adjust some tests for go-ipfs-http-api
magik6k Jan 15, 2019
f2b47a6
ls: report real size by default
magik6k Jan 11, 2019
dbeaf11
ls: skip size for directories
magik6k Jan 11, 2019
5ca8f97
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5926 from ipf…
Stebalien Jan 17, 2019
b9a33f1
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5922 from ipf…
Stebalien Jan 21, 2019
20eafc5
coreapi: few more error check fixes
magik6k Jan 21, 2019
75fce9a
Port dag commansds to CoreAPI
magik6k Jan 22, 2019
a437ea3
Unixfs.Add nocopy test
magik6k Jan 14, 2019
f590838
Unixfs: enforce refs on files when using nocopy
magik6k Jan 14, 2019
d40a54c
gx: update go-unixfs to 1.2.14 and go-bitswap to 1.1.21
magik6k Jan 14, 2019
0f40b68
cmds/pin: use coreapi/pin
overbool Dec 13, 2018
bcc6216
cmds/pin: modify test
overbool Dec 15, 2018
e00e0df
gx: update go-unixfs to propagate archive changes
magik6k Jan 30, 2019
8f0b53d
coreapi: add some seeker tests
magik6k Jan 21, 2019
aeb9cdf
coreapi: use chan for returning results in Unixfs.Ls
magik6k Feb 1, 2019
9f4c147
coreapi: asunc ls option
magik6k Feb 1, 2019
ef58796
coreapi: resolve type/size in Unixfs.Ls
magik6k Feb 1, 2019
3dab843
ls: use CoreAPI
magik6k Feb 1, 2019
9f41461
coreapi: stream only ls, handle storting in command
magik6k Feb 2, 2019
3920450
coreapi ls: merge ResolveType and ResolveSize
magik6k Feb 2, 2019
eac8515
coreapi: mirror unixfs file types
magik6k Feb 2, 2019
abebd4e
block put --pin option
magik6k Feb 4, 2019
6e4a14d
coreapi: fix seek test on http impl
magik6k Feb 5, 2019
2186bb3
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5971 from ipf…
Stebalien Feb 6, 2019
be9d4de
gx: update go-libp2p-peer
Stebalien Feb 8, 2019
23d84ed
coreapi: cleanup coredag references in interface
magik6k Feb 8, 2019
97c4333
coreapi: move namesys options to coreapi
magik6k Feb 8, 2019
46dbdf4
coreapi: fix failing dag test
magik6k Feb 8, 2019
af23d03
Update imports
magik6k Feb 9, 2019
152a54a
gx-go uw
magik6k Feb 9, 2019
0a6bdba
pubsub: fix race in test
magik6k Feb 12, 2019
8cc592c
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#3 from ipfs/f…
magik6k Feb 12, 2019
8542b65
errors: introduce a 'not supported' error
Stebalien Feb 19, 2019
2223b08
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#5 from ipfs/f…
Stebalien Feb 19, 2019
987a46a
tweak the Ls interface
Stebalien Mar 5, 2019
483caf7
file type: add stringer
Stebalien Mar 5, 2019
cc2b187
tests: add symlink target test
Stebalien Mar 5, 2019
30b344a
switch symlink target type to string
Stebalien Mar 5, 2019
5cdd4b3
remove target size requirement
Stebalien Mar 7, 2019
01b61d7
unixfs add: Changes for fixed wrap logic
magik6k Feb 25, 2019
a6fe800
unixfs add: Remove hidden file handling
magik6k Mar 10, 2019
726e8c0
unixfs: fix ls test for new add
magik6k Mar 11, 2019
905898b
unixfs add: remove StdinName
magik6k Mar 11, 2019
01a22ba
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#10 from ipfs/…
magik6k Mar 22, 2019
84faa01
remove Wrap
Stebalien Mar 22, 2019
52c10ba
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#21 from ipfs/…
Stebalien Mar 25, 2019
6190be2
make unrecoverable test errors fatal
Stebalien Mar 26, 2019
1f87fa6
tests: remove t.Fatal from goroutines
Stebalien Mar 26, 2019
ba5e78a
tests: remove ticker leak
Stebalien Mar 26, 2019
adddfdf
tests: fix unused variable lints
Stebalien Mar 26, 2019
6c4219a
don't close the top-level addr
Stebalien Mar 26, 2019
96a0e32
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#24 from ipfs/…
Stebalien Mar 27, 2019
2817364
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#25 from ipfs/…
Stebalien Mar 29, 2019
686f554
Update Pin.RmRecursive docs to clarify shared indirect pins are not r…
hinshun Mar 29, 2019
6f77341
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#26 from hinsh…
magik6k Apr 4, 2019
1a2e8ce
path: drop error from ParsePath
magik6k Mar 25, 2019
aca6f61
path: fix tests
magik6k Mar 25, 2019
51a937f
path: WIP
magik6k Mar 25, 2019
3669a77
path: rename ParsePath and ResolvedPath
magik6k Mar 26, 2019
eb58ebe
fix: cleanup TestDhtProvide
Stebalien Apr 16, 2019
dee1fd3
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#28 from ipfs/…
Stebalien Apr 16, 2019
b0a1bca
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#22 from ipfs/…
Stebalien Apr 17, 2019
ce49669
switch to base32 cidv1 by default
Stebalien May 7, 2019
7a56242
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#29 from ipfs/…
Stebalien May 13, 2019
79958dc
tests: expose TestSuite
magik6k May 17, 2019
9bef202
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#34 from ipfs/…
magik6k May 20, 2019
1f4d8c7
migrate to go-libp2p-core.
raulk May 28, 2019
dc6ca5a
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#35 from raulk…
Stebalien May 31, 2019
fafbedb
Bump go-libp2p-core, up test key size to 2048
bigs Aug 3, 2019
5b7c7cd
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#39 from ipfs/…
Stebalien Aug 3, 2019
09a4311
test: fix put with hash test
Stebalien Aug 23, 2019
8bc791e
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#41 from ipfs/…
Stebalien Aug 23, 2019
5168b59
test: test ReadAt if implemented
Stebalien Sep 11, 2019
259a989
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#43 from ipfs/…
Stebalien Sep 11, 2019
58df273
fix(test): fix a flaky pubsub test
Stebalien Sep 27, 2019
d3598ca
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#45 from ipfs/…
Stebalien Sep 27, 2019
c23fa6e
test(pinning): add pin ls tests for indirect pin traversal and pin ty…
aschmahmann Oct 11, 2019
1fc9cff
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#47 from ipfs/…
aschmahmann Nov 25, 2019
e3b5686
feat: make the CoreAPI expose a streaming pin interface
MichaelMure Nov 27, 2019
8eff544
fix some tests
MichaelMure Nov 29, 2019
e5059d9
fix(tests): put valid blocks
Stebalien Dec 2, 2019
80a898d
test: fail early on err to avoid an unrelated panic
MichaelMure Jan 22, 2020
b5eaa64
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#57 from Micha…
Stebalien Jan 23, 2020
cdd7cc4
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#49 from Micha…
Stebalien Feb 28, 2020
b520340
pin: add a IsPinned method
MichaelMure Nov 29, 2019
7f07bf0
pin: better doc, small cleaning
MichaelMure Mar 30, 2020
3a48c52
extra time for dht spin-up
willscott Apr 21, 2020
d15c066
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#61 from ipfs/…
Stebalien Apr 21, 2020
1babbda
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#50 from Micha…
Stebalien May 5, 2020
2517d0b
add id and key formatting utils; format keys as b36cid by default; up…
petar Jul 22, 2020
3826afd
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#65 from ipfs/…
aschmahmann Jul 29, 2020
fb0a7ed
fix staticcheck
marten-seemann Jun 2, 2021
c2ffa45
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#72 from ipfs/…
marten-seemann Jun 2, 2021
58c9824
IPLD In IPFS: Target Merge Branch (#67)
hannahhoward Aug 12, 2021
f909368
fix: check errors by string
Stebalien Aug 17, 2021
a83f5e6
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#76 from ipfs/…
Stebalien Aug 17, 2021
49e2b34
Update tests to use ipld.IsNotFound to check for notfound errors
hsanjuan Mar 2, 2022
29d0379
fix: document error (#74)
godcong Mar 25, 2022
9120e3f
fix: use IPLD.ErrNotFound instead of string comparison in tests
Jorropo Mar 31, 2022
caa42b5
refactor(block): CIDv1 and BlockPutSettings CidPrefix (#80)
schomatis Apr 21, 2022
f2614d9
sync: update CI config files (#87)
web3-bot Aug 25, 2022
46577b1
chore: update go-libp2p to v0.23.4
marten-seemann Nov 20, 2022
d2edb2e
feat: add UseCumulativeSize UnixfsLs option (#95)
hacdias Dec 12, 2022
5870752
chore: migrate files (#97)
hacdias Jan 12, 2023
b3cc938
feat: add namesys publish options (#94)
hacdias Jan 24, 2023
132206b
feat: add RoutingAPI to CoreAPI
hacdias Nov 14, 2022
3f7c35b
test: basic routing interface test
hacdias Feb 8, 2023
3b6647f
test: use two nodes in publish
Jorropo Feb 10, 2023
8c2ae9c
feat: Über Migration (and Boxo rename)
Jorropo Mar 23, 2023
1b154e2
feat(routing): allow-offline with routing put (#278)
laurentsenta May 3, 2023
18143e2
coreiface: add a testing.T argument to the provider
Jorropo May 30, 2023
0134124
pinner: change the interface to have async pin listing
MichaelMure Jun 2, 2023
d646486
feat(ipns): refactored IPNS package with lean records (#339)
hacdias Jun 20, 2023
1d797fd
Merge pull request ipfs/boxo#417 from ipfs/release-v0.11.0
Jorropo Jul 26, 2023
6df76ce
Merge pull request ipfs/boxo#418 from ipfs/release
Jorropo Jul 27, 2023
334308f
style: run gofumpt
Jorropo Aug 21, 2023
6cd69b1
Merge pull request ipfs/boxo#446 from ipfs/release-v0.12
hacdias Aug 22, 2023
bffa329
Merge pull request ipfs/boxo#448 from ipfs/merge-release-v0.12.0
hacdias Aug 22, 2023
f7be8b2
Merge pull request ipfs/boxo#465 from ipfs/release-v0.13.0
hacdias Sep 20, 2023
e67c8bc
Merge pull request ipfs/boxo#467 from ipfs/release
hacdias Sep 20, 2023
38ff3ab
Merge pull request ipfs/boxo#469 from ipfs/release-v0.13.1
hacdias Sep 21, 2023
4e0f9aa
Merge pull request ipfs/boxo#470 from ipfs/release
hacdias Sep 21, 2023
5bac37c
feat(path)!: consolidated path libraries (#334)
hacdias Oct 6, 2023
dafdce8
path: replace ImmutablePath interface with struct
Jorropo Oct 6, 2023
faac7c1
feat!: namesys refactor, ipns TTL bubbled up to gateway (#459)
hacdias Oct 18, 2023
04b27b2
Merge pull request ipfs/boxo#500 from ipfs/release-v0.14.0
hacdias Nov 1, 2023
1c21ccb
Merge pull request ipfs/boxo#501 from ipfs/release
hacdias Nov 1, 2023
4e34e60
Merge pull request ipfs/boxo#505 from ipfs/release-v0.15.0
hacdias Nov 3, 2023
69279f5
Merge pull request ipfs/boxo#506 from ipfs/release
hacdias Nov 3, 2023
fcbb319
Merge commits from ipfs/boxo/main
hacdias Nov 29, 2023
58c2939
chore: clean migration
hacdias Nov 29, 2023
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
2 changes: 1 addition & 1 deletion assets/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"github.com/ipfs/kubo/core"
"github.com/ipfs/kubo/core/coreapi"

options "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/files"
"github.com/ipfs/boxo/path"
cid "github.com/ipfs/go-cid"
options "github.com/ipfs/kubo/core/coreiface/options"
)

//go:embed init-doc
Expand Down
4 changes: 2 additions & 2 deletions client/rpc/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import (
"time"

"github.com/blang/semver/v4"
iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/ipld/merkledag"
"github.com/ipfs/go-cid"
legacy "github.com/ipfs/go-ipld-legacy"
ipfs "github.com/ipfs/kubo"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
dagpb "github.com/ipld/go-codec-dagpb"
_ "github.com/ipld/go-ipld-prime/codec/dagcbor"
"github.com/ipld/go-ipld-prime/node/basicnode"
Expand Down
4 changes: 2 additions & 2 deletions client/rpc/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"testing"
"time"

iface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/coreiface/tests"
"github.com/ipfs/boxo/path"
iface "github.com/ipfs/kubo/core/coreiface"
"github.com/ipfs/kubo/core/coreiface/tests"
"github.com/ipfs/kubo/test/cli/harness"
ma "github.com/multiformats/go-multiaddr"
"go.uber.org/multierr"
Expand Down
4 changes: 2 additions & 2 deletions client/rpc/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"fmt"
"io"

iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/path"
"github.com/ipfs/go-cid"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
mc "github.com/multiformats/go-multicodec"
mh "github.com/multiformats/go-multihash"
)
Expand Down
2 changes: 1 addition & 1 deletion client/rpc/dag.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
"fmt"
"io"

"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/path"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
format "github.com/ipfs/go-ipld-format"
"github.com/ipfs/kubo/core/coreiface/options"
multicodec "github.com/multiformats/go-multicodec"
)

Expand Down
2 changes: 1 addition & 1 deletion client/rpc/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"encoding/json"

caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/path"
caopts "github.com/ipfs/kubo/core/coreiface/options"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/routing"
)
Expand Down
4 changes: 2 additions & 2 deletions client/rpc/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"context"
"errors"

iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/ipns"
"github.com/ipfs/boxo/path"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
"github.com/libp2p/go-libp2p/core/peer"
)

Expand Down
4 changes: 2 additions & 2 deletions client/rpc/name.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
"fmt"
"io"

iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/ipns"
"github.com/ipfs/boxo/namesys"
"github.com/ipfs/boxo/path"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
)

type NameAPI HttpApi
Expand Down
4 changes: 2 additions & 2 deletions client/rpc/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (
"fmt"
"io"

iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/ipld/merkledag"
ft "github.com/ipfs/boxo/ipld/unixfs"
"github.com/ipfs/boxo/path"
"github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
)

type ObjectAPI HttpApi
Expand Down
4 changes: 2 additions & 2 deletions client/rpc/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"io"
"strings"

iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/path"
"github.com/ipfs/go-cid"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
"github.com/pkg/errors"
)

Expand Down
4 changes: 2 additions & 2 deletions client/rpc/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"encoding/json"
"io"

iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
"github.com/libp2p/go-libp2p/core/peer"
mbase "github.com/multiformats/go-multibase"
)
Expand Down
2 changes: 1 addition & 1 deletion client/rpc/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"encoding/base64"
"encoding/json"

"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/kubo/core/coreiface/options"
"github.com/libp2p/go-libp2p/core/routing"
)

Expand Down
2 changes: 1 addition & 1 deletion client/rpc/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"time"

iface "github.com/ipfs/boxo/coreiface"
iface "github.com/ipfs/kubo/core/coreiface"
"github.com/libp2p/go-libp2p/core/network"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/protocol"
Expand Down
4 changes: 2 additions & 2 deletions client/rpc/unixfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import (
"fmt"
"io"

iface "github.com/ipfs/boxo/coreiface"
caopts "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/files"
unixfs "github.com/ipfs/boxo/ipld/unixfs"
unixfs_pb "github.com/ipfs/boxo/ipld/unixfs/pb"
"github.com/ipfs/boxo/path"
"github.com/ipfs/go-cid"
iface "github.com/ipfs/kubo/core/coreiface"
caopts "github.com/ipfs/kubo/core/coreiface/options"
mh "github.com/multiformats/go-multihash"
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/ipfs/add_migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import (
"os"
"path/filepath"

coreiface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/files"
"github.com/ipfs/boxo/path"
"github.com/ipfs/kubo/core"
"github.com/ipfs/kubo/core/coreapi"
coreiface "github.com/ipfs/kubo/core/coreiface"
"github.com/ipfs/kubo/core/coreiface/options"
"github.com/ipfs/kubo/repo/fsrepo/migrations"
"github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher"
"github.com/libp2p/go-libp2p/core/peer"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ipfs/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (

multierror "github.com/hashicorp/go-multierror"

options "github.com/ipfs/boxo/coreiface/options"
cmds "github.com/ipfs/go-ipfs-cmds"
mprome "github.com/ipfs/go-metrics-prometheus"
version "github.com/ipfs/kubo"
Expand All @@ -27,6 +26,7 @@ import (
commands "github.com/ipfs/kubo/core/commands"
"github.com/ipfs/kubo/core/coreapi"
corehttp "github.com/ipfs/kubo/core/corehttp"
options "github.com/ipfs/kubo/core/coreiface/options"
corerepo "github.com/ipfs/kubo/core/corerepo"
libp2p "github.com/ipfs/kubo/core/node/libp2p"
nodeMount "github.com/ipfs/kubo/fuse/node"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ipfs/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import (
"github.com/ipfs/kubo/core/commands"
fsrepo "github.com/ipfs/kubo/repo/fsrepo"

options "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/files"
cmds "github.com/ipfs/go-ipfs-cmds"
config "github.com/ipfs/kubo/config"
options "github.com/ipfs/kubo/core/coreiface/options"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions commands/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
coreapi "github.com/ipfs/kubo/core/coreapi"
loader "github.com/ipfs/kubo/plugin/loader"

coreiface "github.com/ipfs/boxo/coreiface"
options "github.com/ipfs/boxo/coreiface/options"
cmds "github.com/ipfs/go-ipfs-cmds"
logging "github.com/ipfs/go-log"
config "github.com/ipfs/kubo/config"
coreiface "github.com/ipfs/kubo/core/coreiface"
options "github.com/ipfs/kubo/core/coreiface/options"
)

var log = logging.Logger("command")
Expand Down
2 changes: 1 addition & 1 deletion config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"io"
"time"

"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/kubo/core/coreiface/options"
"github.com/libp2p/go-libp2p/core/crypto"
"github.com/libp2p/go-libp2p/core/peer"
)
Expand Down
2 changes: 1 addition & 1 deletion config/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"testing"

"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/kubo/core/coreiface/options"
crypto_pb "github.com/libp2p/go-libp2p/core/crypto/pb"
)

Expand Down
4 changes: 2 additions & 2 deletions core/commands/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import (
"github.com/ipfs/kubo/core/commands/cmdenv"

"github.com/cheggaaa/pb"
coreiface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/files"
mfs "github.com/ipfs/boxo/mfs"
"github.com/ipfs/boxo/path"
cmds "github.com/ipfs/go-ipfs-cmds"
ipld "github.com/ipfs/go-ipld-format"
coreiface "github.com/ipfs/kubo/core/coreiface"
"github.com/ipfs/kubo/core/coreiface/options"
mh "github.com/multiformats/go-multihash"
)

Expand Down
2 changes: 1 addition & 1 deletion core/commands/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
cmdenv "github.com/ipfs/kubo/core/commands/cmdenv"
"github.com/ipfs/kubo/core/commands/cmdutils"

options "github.com/ipfs/boxo/coreiface/options"
options "github.com/ipfs/kubo/core/coreiface/options"

cmds "github.com/ipfs/go-ipfs-cmds"
mh "github.com/multiformats/go-multihash"
Expand Down
2 changes: 1 addition & 1 deletion core/commands/cat.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/ipfs/kubo/core/commands/cmdutils"

"github.com/cheggaaa/pb"
iface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/files"
cmds "github.com/ipfs/go-ipfs-cmds"
iface "github.com/ipfs/kubo/core/coreiface"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions core/commands/cmdenv/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"github.com/ipfs/kubo/commands"
"github.com/ipfs/kubo/core"

coreiface "github.com/ipfs/boxo/coreiface"
options "github.com/ipfs/boxo/coreiface/options"
cmds "github.com/ipfs/go-ipfs-cmds"
logging "github.com/ipfs/go-log"
coreiface "github.com/ipfs/kubo/core/coreiface"
options "github.com/ipfs/kubo/core/coreiface/options"
)

var log = logging.Logger("core/commands/cmdenv")
Expand Down
2 changes: 1 addition & 1 deletion core/commands/cmdutils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (

cmds "github.com/ipfs/go-ipfs-cmds"

coreiface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/path"
"github.com/ipfs/go-cid"
coreiface "github.com/ipfs/kubo/core/coreiface"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion core/commands/dag/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (
"time"

"github.com/cheggaaa/pb"
iface "github.com/ipfs/boxo/coreiface"
blocks "github.com/ipfs/go-block-format"
cid "github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
"github.com/ipfs/kubo/core/commands/cmdenv"
"github.com/ipfs/kubo/core/commands/cmdutils"
iface "github.com/ipfs/kubo/core/coreiface"

cmds "github.com/ipfs/go-ipfs-cmds"
gocar "github.com/ipld/go-car"
Expand Down
2 changes: 1 addition & 1 deletion core/commands/dag/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import (
"fmt"
"io"

"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/files"
blocks "github.com/ipfs/go-block-format"
cid "github.com/ipfs/go-cid"
cmds "github.com/ipfs/go-ipfs-cmds"
ipld "github.com/ipfs/go-ipld-format"
ipldlegacy "github.com/ipfs/go-ipld-legacy"
"github.com/ipfs/kubo/core/coreiface/options"
gocarv2 "github.com/ipld/go-car/v2"

"github.com/ipfs/kubo/core/commands/cmdenv"
Expand Down
2 changes: 1 addition & 1 deletion core/commands/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/ipfs/kubo/core/commands/cmdenv"

bservice "github.com/ipfs/boxo/blockservice"
iface "github.com/ipfs/boxo/coreiface"
offline "github.com/ipfs/boxo/exchange/offline"
dag "github.com/ipfs/boxo/ipld/merkledag"
ft "github.com/ipfs/boxo/ipld/unixfs"
Expand All @@ -26,6 +25,7 @@ import (
cmds "github.com/ipfs/go-ipfs-cmds"
ipld "github.com/ipfs/go-ipld-format"
logging "github.com/ipfs/go-log"
iface "github.com/ipfs/kubo/core/coreiface"
mh "github.com/multiformats/go-multihash"
)

Expand Down
2 changes: 1 addition & 1 deletion core/commands/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ import (
"strings"
"text/tabwriter"

options "github.com/ipfs/boxo/coreiface/options"
keystore "github.com/ipfs/boxo/keystore"
cmds "github.com/ipfs/go-ipfs-cmds"
oldcmds "github.com/ipfs/kubo/commands"
config "github.com/ipfs/kubo/config"
cmdenv "github.com/ipfs/kubo/core/commands/cmdenv"
"github.com/ipfs/kubo/core/commands/e"
ke "github.com/ipfs/kubo/core/commands/keyencode"
options "github.com/ipfs/kubo/core/coreiface/options"
fsrepo "github.com/ipfs/kubo/repo/fsrepo"
migrations "github.com/ipfs/kubo/repo/fsrepo/migrations"
"github.com/libp2p/go-libp2p/core/crypto"
Expand Down
4 changes: 2 additions & 2 deletions core/commands/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
cmdenv "github.com/ipfs/kubo/core/commands/cmdenv"
"github.com/ipfs/kubo/core/commands/cmdutils"

iface "github.com/ipfs/boxo/coreiface"
options "github.com/ipfs/boxo/coreiface/options"
unixfs "github.com/ipfs/boxo/ipld/unixfs"
unixfs_pb "github.com/ipfs/boxo/ipld/unixfs/pb"
cmds "github.com/ipfs/go-ipfs-cmds"
iface "github.com/ipfs/kubo/core/coreiface"
options "github.com/ipfs/kubo/core/coreiface/options"
)

// LsLink contains printable data for a single ipld link in ls output
Expand Down
2 changes: 1 addition & 1 deletion core/commands/name/ipns.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import (
"strings"
"time"

options "github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/namesys"
"github.com/ipfs/boxo/path"
cmds "github.com/ipfs/go-ipfs-cmds"
logging "github.com/ipfs/go-log"
cmdenv "github.com/ipfs/kubo/core/commands/cmdenv"
options "github.com/ipfs/kubo/core/coreiface/options"
)

var log = logging.Logger("core/commands/ipns")
Expand Down
Loading