AppLayerLabs / bdk-cpp

MIT License
7 stars 12 forks source link

Make rdPoS an exclusive member class of State #94

Closed Jean-Lessa closed 6 months ago

Jean-Lessa commented 6 months ago

This PR moves the rdPoS object from the Blockchain class to the State class, thus making the State entirely responsible for coordinating consensus on the network, which serves as a base for us to further solve our roadmap's current sprint tasks.

In short:

Tests seem to be running fine on my end, but I would appreciate a thorough review before merging anyway, just for the sake of ease of mind.