mev-commit
mev-commit copied to clipboard
feat: implemented member nodes
Describe your changes
Added member nodes for single node consensus. Leader node is saving payloads to the postgres db, and member nodes are polling payload through api from the leader node.
Checklist before requesting a review
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] I have made corresponding changes to the documentation