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

Implement queryBlock by using system chaincode for query (qscc) #109

Merged
merged 2 commits into from
May 28, 2020

Conversation

nekia
Copy link
Contributor

@nekia nekia commented May 28, 2020

The function for querying block to fabric network has not been supported in the sdk for fabric v2.x. So we need to implement this function by accessing fabric network directly.

This PR will change to use system chaincode for querying channel/block/transaction (qscc) of specified channel.

nekia added 2 commits May 28, 2020 18:25
Invoke "GetBlockByNumber" func in QSCC

Signed-off-by: Atsushi Neki <atsushin@fast.au.fujitsu.com>
Signed-off-by: Atsushi Neki <atsushin@fast.au.fujitsu.com>
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