-
Notifications
You must be signed in to change notification settings - Fork 336
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 recursive query to hackatom #494
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Can you update vm's "sha2" to 0.9 to avoid multiple sha2 dependencies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now the lockfiles of the other contracts are probably outdated. See contract/Step 1 at https://github.com/CosmWasm/cosmwasm/blob/master/README.md#developing how to update in one command
I'm updating it now... |
Closes #492
Adds a recursive query with adjustable depth and adjustable work-factor.
This will allow us to add
wasmd
unit tests on query recursion limits: CosmWasm/wasmd#212and better enforcing gas limits on recursive queries: #456