Hlib Kanunnikov

Results 126 issues of Hlib Kanunnikov

Currently, we test high-level APIs via Swamp through Go APIs. However: * We don't test APIs of all the modules, like State * We don't test APIs over RPC(only BlobModule...

kind:testing
swamp
area:api

Previously, at least for suspension, the node definitely continued working after closing the laptop lid for a while. We got a report that it does not work for someone, so...

good first issue
e2e

https://github.com/celestiaorg/celestia-node/pull/2960 introduces the constraint BadgerDB config for LNs, which optimizes for small memory footprints. This makes sense for LNs, which are meant to be run in resource-constrained environments. However, BN...

area:storage

We only have the `GetShare` method, which gets us a single share/sample. It worked well before, but with shwap sampling protocol, we need a method that gets multiple shares within...

area:blob
newsmpl

There is unit test failing. Need some time to debug ``` --- FAIL: TestPubSub/valid_height,_valid_hash (0.30s) pubsub_test.go:118: Error Trace: /home/runner/work/celestia-node/celestia-node/share/p2p/shrexsub/pubsub_test.go:118 Error: Received unexpected error: context deadline exceeded Test: TestPubSub/valid_height,_valid_hash ``` _Originally...

bug
kind:ci