Eth1RequestException: Eth1 call has failed:missing trie node
See original GitHub issueDescription
Trying to bootstrap a new testnet. Teku does not do anything. Maybe because it’s prior to genesis time?
Steps to Reproduce (Bug)
https://github.com/goerli/schlesi/tree/master/teku
- connect a teku node to a geth node
- teku eth1_follow_distance is 1024
- geth tries_in_memory value is 128
Expected behavior: [What you expect to happen]
It should launch the beacon node and validators.
Actual behavior: [What actually happens]
It doesn’t do anything for more than 40 minutes:
~/.opt/PegaSysEng/teku master 15m 16s
❯
teku \
--config-file="/home/user/.opt/goerli/witti/teku/config.yaml" \
--network="/home/user/.opt/goerli/witti/teku/chain.yaml"
^C^C^C^C^C^C^C^C^C^C^C^C^C^C
^C
~/.opt/PegaSysEng/teku master 43m 55s
❯
teku \
--config-file="/home/user/.opt/goerli/witti/teku/config.yaml" \
--network="/home/user/.opt/goerli/witti/teku/chain.yaml"
Frequency: 1
Versions (Add all that apply)
- Software version:
teku/v0.11.2-dev-982608ec/linux-x86_64/oracle_openjdk-java-11
- Java version:
openjdk version "11.0.6" 2020-01-14
- OS Name & Version:
NAME="Arch Linux"
- Kernel Version:
Linux ceres 5.6.10-arch1-1 #1 SMP PREEMPT Sat, 02 May 2020 19:11:54 +0000 x86_64 GNU/Linux
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Missing trie node error · Issue #20557 - GitHub
So if you have only a root, and you try to walk it down a certain path, it will resolve nodes from the...
Read more >"missing trie node" when requesting balance
Other answers to this question suggets that I cant get the value because the state tree has been pruned so Im wondering if...
Read more >Franco Victorio - HackMD
If you have more questions, remember to join our Discord server! Error saying "Missing trie node" tl;dr: you are forking and not using...
Read more >Geth Hotfix Released : r/ethstaker - Reddit
Could this be a result of trying to sync from a peer with a corrupted database? [Edit2] Now it's back to Unhandled trie...
Read more >ethereum/AllCoreDevs - Gitter
I'm getting another error now from my local geth node when trying to sync my graph node: DEBG Trying again after eth_call RPC...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Manually hacking Geth to retain 1024 states fixed that for me.
Yes, totally. We are aware of this issue and the solution. @ajsutton has just picked it up due to its urgency.