Ian Davis

Results 28 comments of Ian Davis

I saw this today too. I think it's to do with the refactoring I did yesterday where I moved code from GenerateChunk to NewChunk. My suspicion is that the same...

See https://github.com/ipfs-shipyard/gateway-prime ([here](https://github.com/ipfs-shipyard/gateway-prime/blob/main/gateway_handler_car.go#L73)) for a version of the gateway that uses IPLD and go-car v2

> Thanks for the reference @iand. I'm still not sure if that is an answer to my request above or some more general context. Just general context

Ideally go-ipfs would be limited to the CLI implementation and mechanics of standing up a daemon. All the other functionality would be in a separate library repo. It's an overused...

Implemented the minimal needed changes in https://github.com/ipfs/go-ipfs/pull/9070

@aschmahmann fixed header issue, PTAL

Updated to incorporate changes from https://github.com/ipfs/kubo/pull/9082

> @iand : we are hoping to land this for the 0.15 RC that we're cutting on Wednesday, 2022-08-17. Are you able to finish responding to comments so we can...

See https://github.com/ipfs/kubo/issues/7653 and https://github.com/ipfs/kubo/pull/9010 f plugin route is decided on rather than the rules approach

Neat. Do you need help on the tests for #9169 @guseggert ?