kubo/core
Steven Allen 9738d81c0c switch to new merkledag walk functions
EnumerateChildrenAsync has been renamed to WalkParallel to reflect the fact
that:

1. It visits the root.
2. It's parallel, not async.

To mirror this change, EnumerateChildren has also been renamed to Walk and now
behaves the same (except that it's not parallel).
2019-07-16 16:34:21 -07:00
..
bootstrap chore: deprecate go-ipfs-addr 2019-05-31 23:46:11 -07:00
commands switch to new merkledag walk functions 2019-07-16 16:34:21 -07:00
coreapi switch to new merkledag walk functions 2019-07-16 16:34:21 -07:00
coredag gx: unrewrite 2019-03-05 18:33:56 +01:00
corehttp Deps: update go-libp2p-http to its new libp2p location 2019-06-08 00:51:18 +02:00
corerepo gc: cancel context 2019-04-30 12:09:08 -07:00
coreunix switch to new merkledag walk functions 2019-07-16 16:34:21 -07:00
mock migrate to go-libp2p-core. 2019-05-31 23:23:52 -07:00
node Update imports to go-filestore 2019-07-15 15:52:34 +02:00
.gitignore
builder.go Separate imports 2019-05-29 16:20:31 -07:00
core_test.go gx: unrewrite 2019-03-05 18:33:56 +01:00
core.go Update imports to go-filestore 2019-07-15 15:52:34 +02:00