## Summary
This week I started to propose a way to solve an issue on consensus-specs regarding the multiprocessing; and I started to check [this issue](https://github.com/ethereum/consensus-specs/issues/3385).
HwwHww helps me and gives me ideas to build the roadmap; it will be a patchwork of many things that must be done; like update the documentation etc. everything is describe [here](https://hackmd.io/_EdVHgtkSTGYHXkzl22fkA?view) (thanks HwwHww !!). I might present this during the end of this week or the next one (it will depend of my job activity).
## Ressources
## Activities
- the PR [🐛 Fix redundant SSZ generic tests](https://github.com/ethereum/consensus-specs/pull/3468) was accepted and merged.
- I proposed a fix [🐛 Potential side effects with multiprocessing mode ](https://github.com/ethereum/consensus-specs/pull/3473) regarding an issue HwwHww told me, more or less related to [this issue](https://github.com/ethereum/consensus-specs/issues/3385). That was not easy to solve and I am not sure why the lambda function act like this. Edit: It seems to fix [this issue](https://github.com/ethereum/consensus-specs/issues/3385), I will keep an eye on it!
- I started to implement the [test dockerization of consensus-specs](https://github.com/ethereum/consensus-specs/pull/3475); it's to facilitate the test and the coverage running of the project. I still need to setup the CI to test the `Dockerfile` consistency.
## TODO
- ~~make a PR for [this proposition](https://github.com/ethereum/consensus-specs/issues/3395) ()it's regarding the dockerisation of consensus-specs tests).~~
- ~~fix [this issue](https://github.com/ethereum/consensus-specs/issues/3385).~~
- make the roadmap