near / near-one-project-tracking

A repository for tracking work items that NEAR One is working on.
0 stars 0 forks source link

Traffic generator (Marcelo) #41

Open gmilescu opened 5 months ago

gmilescu commented 5 months ago

2024-01-25: effort is larger than estimated. We need to change how garbage collection works in neard: make garbage collection aware of the moment the traffic was used so it can collect it. Estimated effort: 1 SWE-week.

gmilescu commented 5 months ago

2024-01-26: current plan is to start a mocknet from the same genesis as statelessnet, with different validators, and test a proof of concept of the new garbage collection over the weekend.

gmilescu commented 5 months ago

2024-01-30: next steps: finish implementing the garbage collector. In case that development takes longer than expected we can increase the number of stored epochs on the nodes.

gmilescu commented 5 months ago

2024-01-31: dev work is expected to be done by End of Week.

marcelo-gonzalez commented 4 months ago

traffic generator code changes in my branch here: https://github.com/marcelo-gonzalez/nearcore/tree/mirror-online. Basically many things had to be changed for it to work while keeping up to date with mainnet