Roman Useinov

Results 157 comments of Roman Useinov

superseded by https://github.com/ChainSafe/forest/issues/4552

It looks like `axum` supports middleware. Here's an example: https://github.com/tokio-rs/axum/blob/main/examples/consume-body-in-extractor-or-middleware/src/main.rs, there probably is a better one. I'm happy to take this on.

I have tried this various times with `forest-tool snapshot validate --check-links=0 forest_mainnet.forest.car --check-stateroots=2000` I have noticed that the memory usage depends where we are in the queue. For example, when...

I have also tried the approach that initialises an engine for each tipset just to see what that does - that slows things down almost to a halt. I'm going...

Just throwing ideas here. I remember us talking about this before, when we used a parallel iterator to deal with parallel queries. The proposed solution sounds good, however it only...

Yeah, that would be nice. I assume that requires a fake service account? I have an issue running ci tests currently, so I'm guessing I'll need this too

I'm curious how this should be done as cloud_pubsub does seem to expect a service account, which means I'll need to create a fake one, right?

Actually I don't know, I just know that the crate won't work without a somewhat valid service account. I'll check it out.

@kayleg it looks like the official libraries are happy without any credentials: https://cloud.google.com/pubsub/docs/emulator . I guess we need a way to construct the client without credentials and look at the...

I'm guessing this means we still want to do this in a different thread then. Since you depend on a full version of tokio that should not be a problem,...