Adam Gall
Adam Gall
Not a bad idea. I'll try to rebase the PR (to fix conflicts), and keep the original functionality. Might need to think about the design a little bit. @Kixunil as...
Hi all, I was interested in doing something similar here (inject some executable Go code in between migrations), and I came up with a solution. Some context: I've got a...
@anantaramdas any update on documenting what permissions are needed for the various features of this action? 😁
@MariusVanDerWijden I don't have a dashboard... if it's worthwhile, can you point me in a direction to set one up? Also, I'm unsure how/where to use `debug.vmodule("trie=5")`. Is this something...
Great, thanks for your help walking me through this @MariusVanDerWijden! I've got those `trie` debug logs showing up. I'll let this run for ~10 minutes then dump the logs here.
``` INFO [11-16|13:36:00.646] Starting Geth on Ethereum mainnet... INFO [11-16|13:36:00.647] Bumping default cache on mainnet provided=1024 updated=4096 INFO [11-16|13:36:00.648] Maximum peer count ETH=50 LES=0 total=50 INFO [11-16|13:36:00.649] Smartcard socket not...
As a friendly reminder, I don't see any of these poor attestation performance issues when running geth v1.13.4. In simple terms: My `geth` data directory lives at `/var/lib/geth` * 4TB...
Just the standard ethereum staking stack: - execution (geth) - consensus (lighthouse) - validators (lighthouse) - block building (mev-boost)
I'll give that a shot, sure. However, I'm not confident that is the issue here. For example, during the course of this conversation (after I posted the debug logs), I...
I've upgraded to `geth v1.13.5` again, disabled the `smart` features on my Samsung SSD (`/dev/sda`, which is mounted at geth's ancient directory), and am now monitoring with `debug.vmodule("trie/*=5")`. I'll be...