celestiaorg / celestiaorg/celestia-node
shares: audit all the code handling data from the network
Open
area:shares
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
There is a bunch of places where we panic:
* Usage of [MustNamespaceByID](https://github.com/celestiaorg/celestia-node/blob/main/share/ipld/nmt.go#L138)
* [Links](https://github.com/celestiaorg/celestia-node/blob/main/share/ipld/nmt.go#L93)
Besides manual panic, we should also thoroughly get through networking code for out of boundaries panics, integer overflows, etc.
Contributor guide
Assessment
This issue has not been assessed yet.