[#346] Add getStorage'
Description
Problem: We have an open issue (#346 (closed)) for adding proper support for storages with big_maps to cleveland. However, that will take a while to complete and, in the meantime, it would be nice to at least be able to do in emulator-only tests.
We do have checkStorage', but it's not versatile enough, and is not
enough for a lot of use cases.
Solution: Add a getStorage' function that supports storages with
big_maps only in emulator tests. This should be enough to do any kind of
storage checks. When #346 (closed) is fully implemented, we can remove this
function (and checkStorage' too).
Related issue(s)
Resolves part of #346 (closed)
✅ Checklist for your Merge Request
Related changes (conditional)
-
Tests (see short guidelines)
-
If I added new functionality, I added tests covering it. -
If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
-
-
Documentation
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.
Edited by Diogo Castro