Liberum-Neto / liberum-neto

MIT License
2 stars 0 forks source link

Merge 13-node-manager into main #19

Closed originalmk closed 2 weeks ago

originalmk commented 2 weeks ago

This PR adds NodeManager abstraction, which composes NodeStore to provide an interface to create, start or stop nodes. User should pass actor ref of NodeStore to the NodeManager, because it makes it more flexible, i.e. NodeStore does not need to care about how or what NodeStore it uses (please don't change that to avoid unnecessary time waste).

If you want to change something please include your feedback in the code review comments or consult other way, appreciate it :wink: