aleph-im / aleph-indexer-framework

TypeScript framework for deploying distributed indexers on Aleph VMs for Solana and EVM chains.
MIT License
30 stars 0 forks source link

Feature request: transaction hash in message/sync events #41

Closed odesenfans closed 1 year ago

odesenfans commented 1 year ago

The message/sync events returned by the Aleph smart contract indexer do not contain the transaction hash. CCNs typically use the transaction hash as primary key for some tables. I can use the indexer id field for now but having the transaction hash directly available would be cleaner.

amalcaraz commented 1 year ago

Duplicated https://github.com/aleph-im/aleph-indexer-framework/issues/42