-
Notifications
You must be signed in to change notification settings - Fork 276
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
[BUG]: Query filtering API isn't available in smart-contracts #4423
Comments
On http client side, query gets signed as a On smart contract side, query gets wrapped into a I think it would make sense to move the |
One risk with I see with that is that we might want to start passing filters to validations and sign them (see #3671 (comment)) |
Moving the |
…nt query filters in wasm Signed-off-by: Nikita Strygin <dcnick3@users.noreply.github.com>
…nt query filters in wasm Signed-off-by: Nikita Strygin <dcnick3@users.noreply.github.com>
… a smart contract Signed-off-by: Nikita Strygin <dcnick3@users.noreply.github.com>
Currently we have some kind of inconsistency where filtering API is available through ordinary client (http), but not available in smart-contracts.
The text was updated successfully, but these errors were encountered: