ChainSafe / ChainSafe/eth2-light-client-demo
Error message when trying to access older trusted checkpoint
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
An error message is displayed when using older trusted checkpoint
**Expected behavior**
No error message is shown, or better explanations provided.
**Steps to Reproduce**
Hit the `(Fill with latest finalized)` link, wait a couple minutes then click `Initialize from trusted checkpoint root`.
**Error message**
```
Returned error: missing trie node 6755cf1e12ee86941eaaff26f4e00d08f72167e4764d6e2b31d626888f2810bc (path ) state 0x6755cf1e12ee86941eaaff26f4e00d08f72167e4764d6e2b31d626888f2810bc is not available, not found
Error: Returned error: missing trie node 6755cf1e12ee86941eaaff26f4e00d08f72167e4764d6e2b31d626888f2810bc (path ) state 0x6755cf1e12ee86941eaaff26f4e00d08f72167e4764d6e2b31d626888f2810bc is not available, not found
at Object.ErrorResponse (https://lodestar-lightclient.chainsafe.io/static/js/main.78f93d5a.js:2:1798878)
at https://lodestar-lightclient.chainsafe.io/static/js/main.78f93d5a.js:2:1825865
at n.onreadystatechange (https://lodestar-lightclient.chainsafe.io/static/js/main.78f93d5a.js:2:1944814)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.