kubo/core/commands/dag
Michael Muré 1457b4fd4a
feat: improve dag/import (#9721)
- don't bypass the CoreApi
- don't use a goroutine and return channel for `importWorker`, when what's happening is really just a synchronous call
- only `PinLock()` when we are going to pin
- use `cid.Set` instead of an explicit map
- fail the request early if any pinning fail, no need to try to pin more if the request failed already
2023-03-22 03:06:40 +01:00
..
dag.go feat: improve dag/import (#9721) 2023-03-22 03:06:40 +01:00
export.go chore: bump go-libipfs to replace go-block-format 2023-01-26 16:55:48 +01:00
get.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
import.go feat: improve dag/import (#9721) 2023-03-22 03:06:40 +01:00
put.go chore: bump go-libipfs to replace go-block-format 2023-01-26 16:55:48 +01:00
resolve.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
stat.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00