hyperledger-iroha / iroha

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

Include the transaction hash in data events #5250

Open s8sato opened 1 week ago

s8sato commented 1 week ago

In some use cases they want to watch changes to a particular entity and inspect the transaction that caused the changes. Any ideas to achieve this, other than the issue title?

mversic commented 3 days ago

atm one might listen to events in the order of execution since it's sequential. But in the future the order of multiple transactions can get intertwined. Proper solution would be to add transaction hash into a data event as is suggested