cronos icon indicating copy to clipboard operation
cronos copied to clipboard

Problem: changeset verification is not complete

Open yihuang opened this issue 2 years ago • 0 comments

Current changeset verify command replays changeset files to the target version, then compute and verify the root hash, it does a complete verification on the target version, but it's not complete for the intermediate versions, for example if you modify an intermediate value which is deleted later, it don't affect the final hash. The verification is only complete if we verify every single intermediate app hashes against the block headers.

yihuang avatar Feb 22 '23 06:02 yihuang