Vlad

Results 72 comments of Vlad

The blockstore cache implemented in our full node does not update when a block is acquired from shrex. If a block request fails because it's absent in the eds-store, the...

This is not a problem for Light nodes, as blockstore cache will be updated on successful sampling.

@daemon2k3 Could you please update to latest main so it can be merged?

Would need one more update, because another PR moved the main.

We need an option to config, that will allow Bridge nodes to run without any p2p networking modules like dht, gossip, shrex and bitswap servers and clients. It does not...

Hey, thanks for catching that! I took a closer look, and here's what's happening in the code: [helpers.go link](https://github.com/celestiaorg/go-header/blob/ee16dec0737b5dcd334d74ea6b2c7daaba146aab/p2p/helpers.go#L82C1-L93C3) ```go var totalRespLn uint64 for i := 0; i < int(req.Amount);...

@renaynay Please add more details on impl details

Badger might not stop immediately, if compaction is in process. Sigkill might result in data corruption during compaction. Right now compaction might take few minutes, because of large inverted_index. The...

@Wondertan Will this be solved by header pruning release?