Hlib Kanunnikov

Results 126 issues of Hlib Kanunnikov

We should always ask for DASer state and other states on the node in the form - based on the issue, we should provide links to RPC docs or the...

admin

Tracking issue for the storage and sampling part of the new Shwap protocol. The list is extracted and adapted from [draft PoC](https://github.com/celestiaorg/celestia-node/pull/2675) TODO list. ## Storage(dirty) - [x] ODSFile -...

area:storage

[Here](https://github.com/celestiaorg/celestia-node/blob/a2cf93d1b9096254d92148ab33e6da9d8b621160/share/p2p/peers/manager.go#L401) we report peers being blacklisted, when in fact they are not because of [this line](https://github.com/celestiaorg/celestia-node/blob/a2cf93d1b9096254d92148ab33e6da9d8b621160/share/p2p/peers/manager.go#L407-L409)

good first issue
area:metrics

![image](https://github.com/celestiaorg/celestia-node/assets/22449364/90b16adc-ce22-4d56-b52e-9d8a5187812f) This usage is constant so far with 1.5G The method https://github.com/ipfs/boxo/blob/0536783b09d58f016aefe238091981f397c31278/bitswap/client/internal/session/sessionwantsender.go#L731C31-L731C31

wait_for_shwap

I am working on specs in celestia-node, and I needed to point to NMT. I quickly found [this](https://celestiaorg.github.io/celestia-app/specs/data_structures.html#namespace-merkle-tree) section, and later on, I realized that we have [spec in the...

specs
external

### Roller version latest ### OS Desn't matter ### Processor Architecture Doesn't matter either ### Others _No response_ ### Steps to reproduce it `roller run` and then Ctrl+C ### Expected...

bug

Thank you for your amazing Go bindings, but I have several questions: 1. How can I use different Pairings objects for calculations with same shared parameters? 2. Is it possible...

## Context Right now, the implementation handles dead peers smartly but uncommonly. PubSub determines a dead peer if the [_write stream_ returns `EOF`](https://github.com/libp2p/go-libp2p-pubsub/blob/master/comm.go#L143-L156) or other error. This is possible due...