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

[FABCN-397] State queries limited to 100 results (#141) #142

Merged
merged 2 commits into from
May 11, 2020

Conversation

mbwhite
Copy link
Member

@mbwhite mbwhite commented May 7, 2020

Errow was the new version of protobufjs used to create the bundle.js
gave a different property to the 'has more' field. hasMore replaced
has_more

As this accessed as JS property it didn't fail, but meant only a limited
number could be accessed.

corrected, added test for 229 results.
bit of dead code pruning

Signed-off-by: Matthew B White [email protected]

Errow was the new version of protobufjs used to create the bundle.js
gave a different property to the 'has more' field.  hasMore replaced
has_more

As this accessed as JS property it didn't fail, but meant only a limited
number could be accessed.

corrected, added test for 229 results.
bit of dead code pruning

Signed-off-by: Matthew B White <[email protected]>
@mbwhite mbwhite requested a review from a team as a code owner May 7, 2020 08:52
@mbwhite mbwhite merged commit 9d45ba7 into hyperledger:master May 11, 2020
@mbwhite mbwhite deleted the cherry-pick-fabcn-397 branch December 14, 2022 10:15
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.

2 participants