---
title: Weeks Twenty and Twenty One EPF6
tags: [EPF]
---
# Ephemery Auto-Restart Will Be Available On Besu
This week I'm having good news, as I've got Justin's opinion on the project that I've done through the EPF program. [Justin](https://github.com/jflo) from the Besu team evaluated and approved the automatic restart implementation, which filled me with excitement and happiness. I drop down his comment:
"From a product perspective, this is a good feature we should have in Besu. It will improve the UX and encourage Ephemery network users to stick around after resets".
Also, I got his feedback, in which I was required to enable tests to be run via CI/CD; otherwise, it won't be checking for regressions. I resolved the issue and raised another PR for it. Prior to this PR, the tests should be run on a single run due to RocksDB concurrency management. This would ruin the main goal of the test, which is securing the code with future implementation by checking for backward compatibility.
[Link to the PR](https://github.com/hyperledger/besu/pull/9210/commits/0e8c0671711e5004cbf00ce2635cf043ee0ed83e)
[Link to PR description](https://github.com/hyperledger/besu/pull/9210#issuecomment-3501374967)
Next I'm going to work on the final report and the presentation.