Lion - dapplion

Results 393 comments of Lion - dapplion
trafficstars

Also this one, reported by Micah ``` Aug-11 07:37:06.001[] info: Synced - slot: 3641285 (skipped 2) - head: 3641283 0xfbcb…edb2 - execution: syncing(0x0631…0396) - finalized: 0xb07e…a3e6:113787 - peers: 47 Aug-11...

What's the usecase for that flag, when you don't want gossip, for local only testnets?

https://github.com/ChainSafe/lodestar/runs/7065110593?check_suite_focus=true#step:18:1473 Happening more frequently ``` @chainsafe/lodestar: (Use `node --trace-warnings ...` to show where the warning was created) @chainsafe/lodestar: Eph 4/2 1.677[NODE-B BACKFILL] info: wsCheckpoint validated! root=0x3cab8938e0e0eebaa18902d3c19e481e33cc4134a6f4053ece26d48caf92b945, epoch=2 @chainsafe/lodestar: Eph 4/2...

From Ben (libuv mantainer) > Hi Lion, that's fixed by https://github.com/nodejs/node/pull/42874 and will be available in the next v16 release. Landed in https://github.com/nodejs/node/commit/0fc1cf478f7a448241791f5cf2c25f2d45bfd5b5

Lodestar does not support arbitrary state regen previous to the finalized checkpoint. Infura does. The slot you are requesting was before or after the finalized slot at the time? -...

I've added a new option on a branch https://github.com/ChainSafe/lodestar/compare/dapplion/bump-level...dapplion/test-compact which triggers compact of the entire db on start up with `--compactDbOnStartup`. I've deployed this branch in all feat2 hosts as...

We could do a last loop over all blocks before sending to ensure that all blocks are part of the chain or drop them

> it works or step=1 but not for step>1 What's the issue with step > 1 ?

> I mean we can't check parent-child relationship before we return if step>1 Can we ask the forkchoice if blocks belong to our current head chain?