Apart from the implementation, I have refactored the arguments of the decision lambda a bit to make them records. This appeared to be required since the lambda had to return an optional guardian address after processing the proposal.
Related issue(s)
Resolves #287
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
[x] If I added new functionality, I added tests covering it.
[x] If I fixed a bug, I added a regression test to prevent the bug from
silently reappearing again.
Documentation
[x] I checked whether I should update the docs and did so if necessary:
Description
Apart from the implementation, I have refactored the arguments of the decision lambda a bit to make them records. This appeared to be required since the lambda had to return an optional guardian address after processing the proposal.
Related issue(s)
Resolves #287
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)