crypto-org-chain / crypto-org-chain/cronos
Problem: changeset verification is not complete
Open
- Dominant language
- Go
- Stars
- 336
- Forks
- 299
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 4
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.