hyperledger-iroha / iroha

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

Get rid of FindTriggerById #5037

Closed DCNick3 closed 1 month ago

DCNick3 commented 1 month ago

We should refactor queries so that FindTriggerById could be expressed as a filtered query. Currently we only have FindActiveTriggerIds that does not allow this.

Part of #4933.