Closed sameh-farouk closed 11 months ago
In the contractUpdated event handler, the deployment hash and data from the original contract are left intact.
contractUpdated
https://github.com/threefoldtech/tfchain_graphql/blob/64469acbd0f568abb4480bfcfe1586f6fa9ba502/src/mappings/contracts.ts#L179-L196
Graphql UI and Gridprxoy will report the old deployment hash which won't match updated deployment hash on chain
duplicated #142
In the
contractUpdated
event handler, the deployment hash and data from the original contract are left intact.https://github.com/threefoldtech/tfchain_graphql/blob/64469acbd0f568abb4480bfcfe1586f6fa9ba502/src/mappings/contracts.ts#L179-L196
Graphql UI and Gridprxoy will report the old deployment hash which won't match updated deployment hash on chain