olisystems / BEST-Energy

Integritee off-chain worker and sidechain validateer
Apache License 2.0
2 stars 0 forks source link

Facilitate simple lookup of the merkle-root for a given order. #42

Open clangenb opened 1 year ago

clangenb commented 1 year ago

The merkle-root is published as an PublishedHash event on the Integritee Parachain. Events are short-lived and purged from on-chain storage after each block, such that we don't have an ever-growing chain-state for state that is not needed for the actual chain business logic. It is an indexer's task to track the actual events on the chain and put them into its database.

I suggest that we simply wait for the production deployment.