rene

Results 113 issues of rene

Light nodes can experience lag of ~30 minutes during burst of big blocks in sampling on `mocha-4` ![image](https://github.com/celestiaorg/celestia-node/assets/41963722/9fd31e1f-6be4-4bc4-afc2-5c09f47db5a2) Some light nodes are stalling for longer (2.5 hours) ![image](https://github.com/celestiaorg/celestia-node/assets/41963722/2514f307-d7c9-4795-8653-840ae42fe156)

bug
area:shares
area:p2p

Is it in scope of this Pr to ensure TLS encryption works for gRPC? And for bridge nodes TLS for RPC to core? If not I assume this will be...

needs:triage

As part of https://github.com/celestiaorg/celestia-node/issues/3295, the node must be able to feed several keys into the CoreAccessor instead of just one as it does now. TODO: - [ ] `--keyring.accname` takes...

area:node
area:state

Currently in main, the `head` of the store is updated when an Append is done (via #186) because the assumption was that the syncer only does contiguous Appends to the...

bug
store

Tail should track the "lowest" header height written to the Store that is contiguous to the `head` of the store. This means everything between store.Head and store.Tail should be **adjacent**...

store

Currently, heightSub keeps track of `height` which essentially the highest height written to the Store. Since Store now allows non-adjacent Appends, that `height` field is rendered useless (at least in...

store

TODO: - [ ] make tests less ugly (with path) - [ ] add "type" of pruning to pruner checkpoint so a node can go from archival -> pruned -...

area:storage
kind:feat

We should aim to decrease component dependancy on BlockTime as it may vary in chain history. We should pick a reasonable timeout instead.

area:das