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

Do not expect to retrieve local org during definition handling #85

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

awrichar
Copy link

@awrichar awrichar commented Sep 5, 2023

Only the org DID is needed for this check - no need to actually look up the org from the database. At this point the message author has already been verified, so a database lookup here is just extra unnecessary processing (and can lead to infinite retries if it fails).

Port of hyperledger#1398

Only the org DID is needed for this check - no need to actually look up the
org from the database. At this point the message author has already been
verified, so a database lookup here is just extra unnecessary processing
(and can lead to infinite retries if it fails).

Signed-off-by: Andrew Richardson <[email protected]>
@awrichar awrichar merged commit 17b43c5 into enterprise Sep 6, 2023
1 check passed
@awrichar awrichar deleted the late-join2 branch September 6, 2023 15:26
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