threefoldtech / tfchain_graphql

Graphql for TFchain
Apache License 2.0
2 stars 3 forks source link

Show logs for unknown specs to flag any issues of missing types #167

Closed sameh-farouk closed 6 months ago

sameh-farouk commented 6 months ago

When using the processor mapper, any events that have unknown spec versions or event hash will be ignored. However, it's important to note that these instances should be logged to identify any missing type updates. If these updates are missed, it can cause significant issues when the affected data falls out of sync with the chain. Therefore, logging these instances is crucial to avoid any headaches down the line when debugging any weird sync behavior.

sameh-farouk commented 6 months ago

Update: PR ready for review