ChainSafe / ChainSafe/gossamer
Incorrect Log for `SealDigest` Verification (GSR-23)
Open
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
There is an error in the logs when a `SealDigest` is not the last digest item. The output is currently “_first digest item is not pre-digest_” matching that of the `PreRuntimeDigest` error. This is not accurate as the error occurs when the last item is not a `SealDigest`.
Consider updating the log to something along the lines of “_last digest item is not seal digest_”.
Contributor guide
Assessment
This issue has not been assessed yet.