threefoldtech / tfchain_graphql

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

ServiceContractCanceled event crashed the processor #162

Closed sameh-farouk closed 3 months ago

sameh-farouk commented 3 months ago

context: https://github.com/threefoldtech/tf_operations/issues/2452

sameh-farouk commented 3 months ago

Update: Service contracts events wasn't added properly to be tracked by the squid-substrate-typegen tool when these types first introduced to our processor . Consequently, when Cause enum changed in 147 and 148 result in different event hash for serviceContractCanceled, it wasn't detected by squid typegen tool.

A fix was pushed and a new release 2.11.9 is out with a proper fix.

sameh-farouk commented 3 months ago

Update: Fixed and deployed on devnet. No more crashes.