feat!: filtered queries in contracts#4544
Merged
DCNick3 merged 2 commits intohyperledger-iroha:mainfrom May 16, 2024
Merged
Conversation
e900abc to
469fdd3
Compare
469fdd3 to
6b8abfc
Compare
6b8abfc to
f0c3037
Compare
0x009922
previously approved these changes
May 10, 2024
mversic
reviewed
May 14, 2024
fccbebf to
f776112
Compare
DCNick3
added a commit
to DCNick3/iroha-2-docs
that referenced
this pull request
May 14, 2024
…4544 Signed-off-by: Nikita Strygin <dcnick3@users.noreply.github.com>
DCNick3
added a commit
to hyperledger-iroha/iroha-2-docs
that referenced
this pull request
May 15, 2024
…4544 Signed-off-by: Nikita Strygin <dcnick3@users.noreply.github.com>
0x009922
previously approved these changes
May 15, 2024
Erigara
previously approved these changes
May 15, 2024
f776112 to
cf141b3
Compare
mversic
previously approved these changes
May 15, 2024
Erigara
previously approved these changes
May 15, 2024
142bb7e to
a99c2c2
Compare
Contributor
Author
|
I changed the integration test to query for asset definitions instead of accounts, as copying pubkey ids is probably a bad idea and |
mversic
approved these changes
May 16, 2024
Contributor
I'm not a big fan of having |
0x009922
approved these changes
May 16, 2024
Signed-off-by: Nikita Strygin <dcnick3@users.noreply.github.com>
Signed-off-by: Nikita Strygin <dcnick3@users.noreply.github.com>
a99c2c2 to
a7f498e
Compare
Erigara
approved these changes
May 16, 2024
Contributor
Author
Contributor
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
QueryWithParametersClientQueryPayload(wasQueryPayloadbefore, stored insideSignedQuery);SignedQuerynow equivalent toQueryWithParameters<SignedQuery>. All the parameters are now scale-encoded and versioned instead of being passed as query parametersSmartContractQuery, which is now equivalent toQueryWithParameters<QueryBox>that was used before, but has filtering supportLazyQueryOutput::apply_postprocessing), introduce a new type for a post-processed query outputProcessedQueryOutput)Linked issue
Closes #4423
Checklist