## Native Part
- [ ] RPC APIs. Most of them are built-in APIs, but we cannot ensure whether we integrate these APIs correctly. So we have test them.
- [ ] Service APIs?
- [ ] Cli APIs
- `export-genesis-state`
- `export-genesis-wasm`
- ...
- [ ] Chain Spec Test?
- ...
## Runtime Part
- [x] Runtime Upgrade
- [ ] Calamari/Manta Runtime Test Cases. For those parts we customize. Currently, We don't have any test cases for our runtime, both `Calamari` and `Manta`.
- [ ] Fees Tests? We might test these weights files after generate our own weights.
- ...
## Misc
- [x] Block time
- [x] Native binary replacement
- ...