You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The local register index should validate the changes to the state by using the checksum provided by the EN. That is dependent on the PR onflow/flow-go#6456
After each transaction we can produce the checksum and compare that checksum with the checksum we receive from the EN via the transaction executed event. If those checksum match we can be sure the state is correct.
The text was updated successfully, but these errors were encountered:
The local register index should validate the changes to the state by using the checksum provided by the EN. That is dependent on the PR onflow/flow-go#6456
After each transaction we can produce the checksum and compare that checksum with the checksum we receive from the EN via the transaction executed event. If those checksum match we can be sure the state is correct.
The text was updated successfully, but these errors were encountered: