celestiaorg / celestiaorg/celestia-node
API testing
Open
area:api
kind:testing
swamp
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
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 is tested in atm)
* So we see issues like #2322
We should investigate which modules lack API coverage and ensure we test them directly over Go interfaces and over RPC.
Contributor guide
Assessment
This issue has not been assessed yet.