Yixun
Yixun
Just to chime in that I have the exact same issues as above on v2.28.0, have tried all workarounds in the thread (`downloader.verify`, `snap.stop`, `unwind` etc) without success
hihi, ran into a somewhat related with `total=False`. As per the above issue, the following snippet works correctly: ``` from typing_extensions import TypedDict class TestDict(TypedDict, total=False): a: int b: str...
just ran into this issue with 4.3.0 and python 3.7.6 - any fix in the works? thanks!
Encountered same issue on beta.6 (another issue with similar symptoms [#7272](https://github.com/paradigmxyz/reth/issues/7272)), have changed the `chunk_size` to `500000` as well -- currently progressing, we'll see if it gets stuck again...