threefoldtech / tfchain_graphql

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

Contracts hash and data are not updated #142

Closed AbdelrahmanElawady closed 9 months ago

AbdelrahmanElawady commented 11 months ago

Description

On contract update event deployment data and deployment hash are not updated and stored, they remain the same as before the update. For example: Contract 50401 on devnet: https://gridproxy.dev.grid.tf/contracts/50401 It shows a hash of d74277ebc9bc1be9a7681a27dfca525a while querying the chain shows a hash of 95c3dee2b592ee9b92b909691d451f9f After investigation with @sameh-farouk it turned out the processor ignores these changes for some reason here while it should set the data from the update event.

sameh-farouk commented 9 months ago

close as duplicated https://github.com/threefoldtech/tfchain_graphql/issues/135