-
Notifications
You must be signed in to change notification settings - Fork 160
feat: BbsBlsSignatureProof2020 LDP suite for VC #2384
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thread-safety concerns due to the forced use of the CachingDocumentLoader
|
||
procOptions := prepareOpts(opts) | ||
|
||
useDocumentLoader(options, procOptions.documentLoader, procOptions.documentLoaderCache) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@llorllale I absolutely agree that's not safe. But let's fix this all together for #1833
Codecov Report
@@ Coverage Diff @@
## master #2384 +/- ##
==========================================
- Coverage 89.47% 89.26% -0.21%
==========================================
Files 231 235 +4
Lines 16262 16459 +197
==========================================
+ Hits 14550 14692 +142
- Misses 1005 1042 +37
- Partials 707 725 +18
Continue to review full report at Codecov.
|
Signed-off-by: Dmitriy Kinoshenko <[email protected]>
b25b2ec
to
8301ac0
Compare
@dima as agreed to fix the CachingDocumentLoader
thread-safety issue in a separate PR
Signed-off-by: Dmitriy Kinoshenko [email protected]
#2295