Ferran Borreguero

Results 41 comments of Ferran Borreguero

> There is still left to see whether this test will pass Are the tests passing? It seems to me they are. I guess independent of whether the e2e pass...

Hi @zivkovicmilos. Happy to see the persistence test. A couple of comments on the PR that we can discuss. First, we avoid on the same PR to refactor the business...

The proposal sounds okay. Can you share the error you get from the stream?

> How is that different with TLS? I mean, TLS also encrypts and authenticates every message > sent. I agree that RLPx MAC is overly complicated and could be faster...

Just to clarify my points and respond to some of the topics brought. I would not consider RLPx a streaming protocol. As I pointed before, a streaming protocol usually takes...

Not sure what are you referring about "streamed from memory". I talk about total allocated memory by the CPU. For example [this](https://github.com/ethereum/go-ethereum/blob/master/p2p/rlpx.go#L601) and [this](https://github.com/ethereum/go-ethereum/blob/master/p2p/rlpx.go#L665). These operations require to have memory...

I am working on a modular Ethereum client [here](github.com/umbracle/minimal). My objective with the proposal is twofold. On the one hand, lower the memory and CPU requirements to run a node....

Hello! Thank you for the proposal. This is not something I am planning to do in the short term. Unfortunately, the changes in the code generator to support this feature...

Can you share the `sszgen` script? I managed to run the generator with the testcases for this example [here](https://github.com/ferranbt/fastssz/blob/test-158/sszgen/testcases/issue_158.go#L9).

Hi! Thank you for the example. I will take a look.