Iulian Pascalau
Iulian Pascalau
## Description of the reasoning behind the pull request (what feature was missing / how the problem was manifesting itself / what was the motive behind the refactoring) - merge...
- cleaned headers cache before start
- rename the PendingMiniBlocksSyncHandler to MiniBlocksSyncHandler - requesting & saving all involved miniblocks from shard headers
- added processDebugger + integration
- added & partial integrated the operation priority in the persisters
- first part of the benchmark
## Description of the reasoning behind the pull request - There was a backward compatibility issue caused by the reversed calling order of the `GasScheduleChange` and `EpochConfirmed` methods ## Proposed...