kubo/core
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
..
bootstrap chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
commands feat: improve dag/import (#9721) 2023-03-22 03:06:40 +01:00
coreapi feat(pinning): connect some missing go context (#9557) 2023-02-22 16:56:59 +01:00
corehttp fix: canonicalize user defined headers 2023-03-17 23:40:35 +01:00
corerepo refactor: rename to kubo 2022-07-06 18:40:37 +02:00
coreunix feat(pinning): connect some missing go context (#9557) 2023-02-22 16:56:59 +01:00
mock chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
node fix: future proof with > rcmgr.DefaultLimit for new enum rcmgr values 2023-03-16 13:41:24 +01:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
builder.go fix: silence staticcheck warning for fx.Extract usage 2022-12-12 03:47:17 +01:00
core_test.go feat: Routing.Type=auto (DHT+IPNI) (#9475) 2022-12-08 23:20:24 +01:00
core.go feat: Delegated routing with custom configuration. (#9274) 2022-09-22 15:47:45 +02:00