These two weeks have been a little less productive than usual because I took some days of vacation. Now I have 100% focus on the project, I am completely dedicated to it and I am really excited.
--secondary
flag in order to be able to run several nodes on the same machine. I received some reviews and it’s fine. Unfortunately it seems that this flag is no longer wanted and so this PR is not merged yet and I think it will not merge in the future.trace_replayTransaction
. On Reth the vmtrace implementation still lacks proper memory delta calculation. I am not 100% sure to have solved it properly and I’m waiting some review. Matt said it wants to test it on a server whenever he finds some time.senders
of transactions. This is very useful so that you don’t have to calculate it since it’s an expensive operation (it involves elliptic curve operations). But if you prune the database in order to keep it smaller, not all senders are in database anymore, so we need to recover them on-demand. I solved it and I am now waiting for final review and merge.I finally have a complete project proposal. You can find it here: https://github.com/eth-protocol-fellows/cohort-four/tree/master/projects/Reth_contributor.md. (waiting to have it merged on the repo).
On the next call I’ll present my project proposal. If you want to give some feedback I deeply appreciate.