acolytec3
acolytec3
Can you confirm if this is still an issue? I started our client on holesky with the `--discDns` flag, turned on debug logging specific for DNS and it was able...
Have asked others from the team for input. When I use your startup parameters for ethereunjs, I'm not able to reproduce this error and my local node connects to peers...
Before I can proceed further with integrating `ultralight` within the `client` so we can serve ancient block history, we need to resolve the fundamental challenge that the `client` is CJS...
So I think I misread your original comment and I think the short answer to your question is that the reason the correct empty buffer is being returned is that...
> The tests I've written do not test the "blockTag" parameter for `getBalance`, `getStorageAt`, and `getTransactionCount`, and I'm having wondering what you think the best approach to that might be?...
You know what just occurred to me that may be missing from this whole implementation is that we don't have a way to to actually simulate the transactions without the...
This looks great but we should merge #3198 before merging this one. It's not obvious to me but are these opcode tests also run by CI?
[Snapshot Acceleration Article](https://blog.ethereum.org/2020/07/17/ask-about-geth-snapshot-acceleration) [Geth snap sync implementation](https://blog.ethereum.org/2021/03/03/geth-v1-10-0#snap-sync)
Some additional thoughts on this. 1. I've unblocked the issue of integrating Ultralight/Portal Network code into the client via #3359 2. We can now explore full sync using only Portal...
I've done a fair amount of experimental coding around this and it's unfortunately going to be trickier than I originally thought because of just how tightly intertwined each instance of...