Problem: We have to remove 'set_voting_period' entrypoint from the
contract interface.
Solution: Remove the entrypoint, and update storage to remove the
'min_voting_period' and 'max_voting_period' values from configuration.
Also moves 'voting_period' configuration to the config section of
storage. The Makefile is also updated to remove reference to
voting_period limits. Also updates documentation.
Related issue(s)
Resolves #212
: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
Problem: We have to remove 'set_voting_period' entrypoint from the contract interface.
Solution: Remove the entrypoint, and update storage to remove the 'min_voting_period' and 'max_voting_period' values from configuration. Also moves 'voting_period' configuration to the config section of storage. The Makefile is also updated to remove reference to voting_period limits. Also updates documentation.
Related issue(s)
Resolves #212
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)