hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
444 stars 277 forks source link

chore: move tests to separate repo #5203

Open mversic opened 3 weeks ago

mversic commented 3 weeks ago

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

closes #5168