This PR moves integration tests from iroha to a separate root crate.
Finally, integration tests no longer have transparent_api enabled.
This has also uncovered dependency of tests on some questionable crate like iroha_telemetry
Also I've followed up on #5113 which didn't include triggers and smart contracts
This PR moves integration tests from
iroha
to a separate root crate. Finally, integration tests no longer havetransparent_api
enabled. This has also uncovered dependency of tests on some questionable crate likeiroha_telemetry
Also I've followed up on #5113 which didn't include triggers and smart contracts
closes #5168