Results 13 comments of bhartnett

@kdeme Is this issue still valid? I had no issues using the portalhive docker file locally when I was fixing the state hive tests.

I've created a new issue for the proof generation and verification task here: https://github.com/status-im/nimbus-eth1/issues/1934

I believe we can implement the state network bridge without pulling in the EVM or needing to read era1 files by simply calling these JSON-RPC endpoints: - trace_replayBlockTransactions - eth_getBlockByNumber...

I see this task as relatively low priority because the database already stores a copy of the content as long as it is within the data radius. The benefits of...

Completed in https://github.com/status-im/nimbus-eth1/pull/2739 and https://github.com/status-im/nimbus-eth1/pull/2745 Note that the cache was added to the PortalProtocol type so every subnetwork which holds an instance of PortalProtocol will have a cache but usage...

> Does it have to be explicitly to set `autoClose = true`? What if user forget to set `autoClose = true`, will it leak? `autoClose = false` is the default...

Here is the PR which removed this code for the time being: https://github.com/status-im/nimbus-eth1/pull/2295

Issue created for the merkle stateless client task [here](https://github.com/status-im/nimbus-eth1/issues/3416).

I guess this config selection should be based on the selected `--network` so selecting a network that contains non-mainnet data would trigger reading in the matching config. One thing to...

We might need to update our website docs as well to indicate that state network must be enabled to run the examples such as eth_call etc.