Closed MohamedElmdary closed 9 months ago
can this be closed now it's all in sync now?
Update: this due to a bug introduced here (using wrong object name)
https://github.com/threefoldtech/tfchain_graphql/commit/05ed1a4f9a853fe914c1fb5624c88e94450c5a56
During process the contractUpdated event we updates the contract with the same saved deployment data and deployment hash instead of the new updated values. So both values are presisted although the processor has processed the contractUpdated event.
Deployment request: https://github.com/threefoldtech/tf_operations/issues/2265
Verified
After updating a contract using grid3_client I tried to fetch all contracts again but got the old response over and over After some investigation we figured that the contracts updated on chain but didn't reflect back to graphql