autoretrieve icon indicating copy to clipboard operation
autoretrieve copied to clipboard

A server to make GraphSync data accessible on IPFS

Results 35 autoretrieve issues
Sort by recently updated
recently updated
newest added

This is now our next highest transfer error after #120. But it's also new. Discovered last week, validated here with https://github.com/application-research/autoretrieve/pull/121 and turned from a silent error `success` into an...

# Goals Performance testing indicates the pruner is still a huge bottleneck on performance, and the hot spot is reading the all keys chan. By our calculations, with not too...

* Retriever#Retrieve() calls are now synchronous, so we get to wait for the direct return value and error synchronously * Change the AwaitGet call order and make it cancellable *...

Maybe an alternative to just doing #169. I wonder if not playing nicely with clients will be impacting what we're receiving? Sending immediate dont_haves rather than relying on the AwaitGet...

It'd be nice to have a run guide of some kind to help others who'd like to run an autoretrieve node get started fairly easily. This could include an install,...

We should have a way to get stats from autoretrieve. The ones I'd personally like are: - when was the last successful estuary heartbeat - was the last estuary heartbeat...

- create a `dev` branch - create workflow to deploy from `master` to `autoretrieve.estuary.tech` - create a workflow to deploy from `dev` and PRs to `staging.estuary.tech` using docker

Currently they are just sorted lower, but if we can't pay then we shouldn't even attempt: https://github.com/application-research/autoretrieve/blob/1d2d50a84b6c1dcc27050e703be27afb9fa274de/filecoin/retriever.go#L200 Filclient will fail on these after trying to set up a payment channel...

# Goal Building on #112 and in conjunction with https://github.com/filecoin-project/autoretrieve-deploy/issues/8, let's make the retrieval events posting api accept an array of events, instead of a single event. Based on the...