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 https://github.com/onflow/flow-go/pull/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 local register index should validate the changes to the state by using the checksum provided by the EN. That is dependent on the PR https://github.com/onflow/flow-go/pull/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.