rene
rene
Supplement https://github.com/celestiaorg/celestia-node/pull/473 by additionally parallelising the DASing of past headers. TODOs mentioned [here](https://github.com/celestiaorg/celestia-node/pull/473#discussion_r828138649).
Let balance request hang until syncer is finished. TODO: - [ ] give `coreAccessor` access to sync state - [ ] make balance hang until syncer is up to net...
We need to figure out the max packet size we are willing to send across the network for *any* given message, not just `ExtendedHeader` - related packets. If we are...
We need to revisit our current descriptions for commands/flags available on the celestia binary and double check to ensure they are thorough enough.
This is an epic issue breaking down the requirements listed in the [Bad encoding fraud proof ADR](https://github.com/celestiaorg/celestia-node/pull/492). In order to fully implement the generation, validation, broadcasting and handling of BEFPs,...
We need something like `unsafe-reset-all` as a subcommand of all node types. The reason for `unsafe-reset-all` being a subcommand of a node type is because when you init a `full`...
Implement read/write deadlines on libp2p streams in `HeaderEx`
* Optimization to get heads as early as possible without requested msgs * Allows analyzing rcvd heads and choosing the best as the sync target * Helps with automatic subjective...