Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testutils for accessing all storage of a contract #1118

Merged
merged 3 commits into from
Oct 19, 2023
Merged

Conversation

leighmcculloch
Copy link
Member

What

Add testutils for accessing all storage of a contract.

Why

Sometimes when testing it is convenient to assert on all storage of a contract.

Close #737

@leighmcculloch leighmcculloch requested a review from dmkozh October 19, 2023 00:39
@leighmcculloch leighmcculloch marked this pull request as ready for review October 19, 2023 00:39
soroban-sdk/src/storage.rs Outdated Show resolved Hide resolved
@leighmcculloch leighmcculloch added this pull request to the merge queue Oct 19, 2023
Merged via the queue into main with commit d0ba644 Oct 19, 2023
14 checks passed
@leighmcculloch leighmcculloch deleted the storage-all branch October 19, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test utils to fetch all keys in a contract's data
2 participants