concordium-node
concordium-node copied to clipboard
Suspend resume configure baker
This adds the suspend
field to the BakerConfigureUpdate
in the consensus and adds the necessary logic to set/unset the corresponding field. This comes (unfortunately) with more necessary boilerplate code. I haven't found already present tests that could be extended for this.
Fixes #1225.
Checklist
- [x] My code follows the style of this project.
- [x] The code compiles without warnings.
- [x] I have performed a self-review of the changes.
- [x] I have documented my code, in particular the intent of the hard-to-understand areas.
- [x] (If necessary) I have updated the CHANGELOG.
CLA acceptance
By submitting the contribution I accept the terms and conditions of the Contributor License Agreement v1.0
-
link: https://developers.concordium.com/CLAs/Contributor-License-Agreement-v1.0.pdf
-
[x] I accept the above linked CLA.