This week I keep on working on the Reth codebase on a decent number of issues:
overview.json
file that you can copy / paste when creating a new grafana dashboard.-f
/—force
flag that, if passed by the user, skips the confirmation logic and immediately drop the database.--instance
flag to the cli in order to be able to run several instances of a Reth node with the same machine. To make it work I had to adjust port numbers based on the instance number. It was very interesting and fun to work on it because it let me understand better how the networking part of Reth works.--color
flag to the cli that let it possible to disable color encoding. This is very helpful since in docker sometimes color encoding is not properly read and it just prints out the full ASCII encoding which is very confusing.For the project proposal we finally create a telegram group with the Reth team. We spoke about our intention on contributing to the Reth code and now we are waiting them to choose a specific project to implement for EPF.
Next Monday we will ping the team if they do not answer so that we can start drafting our project proposal and start working on it full time. Very excited!