feat(code/consensus): Add support for full nodes #742
Labels
code
Code/implementation related
core
Related to the core consensus implementation
feature
New feature or request
good first issue
Good for newcomers
Milestone
Background
Implementation
Change the logic in
malachitebft-consensus
to not emitSign*
andPublish*
effects when we are not in the validator set.Testing
Update the test framework so that we can mark some nodes as not being part of the validator set (turning them into full nodes) ideally with a nice fluent API, e.g.:
The text was updated successfully, but these errors were encountered: