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

Callback request status to RP has duplicate response_valid_list #27

Closed
JirapusNon opened this issue Jun 29, 2018 · 2 comments
Closed

Callback request status to RP has duplicate response_valid_list #27

JirapusNon opened this issue Jun 29, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@JirapusNon
Copy link
Collaborator

I have two IDP, AS nodes and RP create request with data request (min_idp=1, min_as=2)
two IDP nodes are respond request at the same time and final callback request status to RP has duplicate response_valid_list like this.

response_valid_list: [ { idp_id: 'idp2', valid_proof: true, valid_ial: true },
{ idp_id: 'idp2', valid_proof: true, valid_ial: true } ]

@re7eal re7eal added the bug Something isn't working label Jun 29, 2018
@re7eal
Copy link
Collaborator

re7eal commented Jun 29, 2018

Note: caused by processing all transactions in blocks regardless of success tag (true/false) on RP side.

@re7eal
Copy link
Collaborator

re7eal commented Jun 29, 2018

Fixed in commit 906ba70.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants