Emilia Hane
Emilia Hane
alpha 22 doesn't have discv5 support, the op stack uses only discv5 by default https://github.com/paradigmxyz/reth/tree/v0.1.0-alpha.22/crates/net
`--chain="$GENESIS_FILE_PATH"` should be `--chain=`, as mentioned by @onbjerg. only optimism chain we have support for currently is `optimism-sepolia`, and `base` mainnet and testnets. did this solve your issue @anonymousGiga ?
closed by https://github.com/paradigmxyz/reth/pull/10764
hey @int88 ! I did already start this, it's a very complex task that requires modelling the flow of all nested streams in the `ActiveSession` future - I've done that...
ordering of the nested streams, and setting the budget for each nested stream, that's the complex part. it's also fun though :)
@Arindam2407 missed your question. don't think the design scape here is so open, and needs to be done by original authors @mattsse @Rjected before efforts are invested into implementation. feel...
check it out, how nice, @AbnerZheng (src https://reth.paradigm.xyz/d/2k8BXz24x/reth?orgId=1&refresh=30s&from=1710084218658&to=1710087818659&viewPanel=216)
> most of them don't benefit from being stream. > ok, noted. > the network future has preemption on the `NetworkManager` top layer which is the network future? let's add...
polling underlying streams in the `Stream` impl for `Swarm` in a potentially blocking way, won't be intercepted by the budget in `NetworkManager`
need any help here @dmarzzz ?