I was looking into the RPC endpoints and noticed that the integration tests are not running anymore.
I think that is because the tests directory got moved out of the module and is now a separate directory. Moving them back into a module (e.g. the tendermint directory fixes this). Alternatively, tests could be a separate crate referred to by the root Cargo.toml.
(related #38 #4)