Wink Saville
Wink Saville
After [some discussion on the `Reth State Root Debugging Warroom`](https://t.me/reth_stateroot/116), the feeling is my database might be corrupted because I didn't resync or drop the merkle tree before I started...
Attestations started about 7hrs later: ``` Apr 26 19:20:29 ethel lighthouse[526220]: Apr 27 02:20:29.161 ERRO Error updating deposit contract cache error: Failed to get remote head and new block ranges:...
beta.6 failed with "mismatched block state root". Here is the directory with db and logs...: https://drive.google.com/file/d/1HGYmHoI2ImPKIsJQuZoFAwTSfVzOILtM/view?usp=drive_link Here is the sha256sum of the above file: https://drive.google.com/file/d/1yDpqeBgtseSsaBoN-m4q03fLiL041Rxd/view?usp=drive_link Here is reth.log: https://drive.google.com/file/d/1lIl7g_9RAwezi_Vi2FPUe_LRcIiQafOp/view?usp=drive_link And...
I came up with some additional `debug!`, [dbg-v0.2.0-beta.6 (71f3c6b)](https://github.com/paradigmxyz/reth/compare/main...winksaville:reth:dbg-v0.2.0-beta.6). What I'm hoping is that when the state root error occurs we'll be able find the SealedHeader for both the block...
@Rjected, has asked me to remove the `panic!`, before I do I'd like to see if there are any other `debug!` log statements people would like to be added? Also,...
As @Rjected asked I've [removed the `panic!` but left the 3 `debug!` statements](https://github.com/paradigmxyz/reth/compare/main...winksaville:reth:dbg-v0.2.0-beta.6). I stopped EL and CL and dropped the Merkle stage recompiled resulting in `reth version="0.2.0-beta.6-dev (4f6be12e5)"`. I...
What about using Pony itself and/or require the previous version be present for testing?
Also, `cargo embed` doesn't work on visual studio code if there are 3 channels as the F3 on the vscode terminal is "find".
[Here are logs from reth and lighthouse](https://drive.google.com/file/d/1Ph6au2pD7j4wW-bD53ELUDSn42AJFh4T/view?usp=sharing)
I believe the statement "we can't load Rust code at runtime" is false. It's certainly isn't trivia,l but I believe using FFI or Channels or ... it's feasible. Please don't...