Please describe the purpose of this pull request.
Updating blocks with length greater than the default length throws an error due to the default limit value of BlockUpdate. This PR allows setting limits for BlockUpdate so that updates larger than the default limit are allowed.
How to test
Run the test pytest -s tests/test_managers.py::test_update_block_limit
Please describe the purpose of this pull request. Updating blocks with length greater than the default length throws an error due to the default limit value of
BlockUpdate
. This PR allows setting limits forBlockUpdate
so that updates larger than the default limit are allowed.How to test Run the test
pytest -s tests/test_managers.py::test_update_block_limit