-
Notifications
You must be signed in to change notification settings - Fork 83
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
In memory response cacher #855
Conversation
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
bffae45
to
e5f8754
Compare
Codecov Report
@@ Coverage Diff @@
## main #855 +/- ##
==========================================
- Coverage 49.06% 8.69% -40.37%
==========================================
Files 424 408 -16
Lines 34084 32911 -1173
Branches 7529 7215 -314
==========================================
- Hits 16722 2861 -13861
- Misses 12167 29239 +17072
+ Partials 5195 811 -4384
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e5f8754
to
cffd9c2
Compare
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
f930306
to
923cfa4
Compare
681f198
to
2371cfe
Compare
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
923cfa4
to
a63c376
Compare
02b4dd1
to
671eb84
Compare
671eb84
to
0f3739e
Compare
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
0f3739e
to
7f6754b
Compare
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.
left some comments
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
32afbcd
to
14f7767
Compare
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa> # Conflicts: # aries_vcx/src/core/profile/modular_libs_profile.rs # aries_vcx/src/core/profile/vdr_proxy_profile.rs # aries_vcx_core/Cargo.toml # aries_vcx_core/src/ledger/indy_vdr_ledger.rs # did_resolver_sov/src/reader/vdr_reader.rs
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.
LGTM from a quick look.
Implements a simple naive in-memory ledger response cacher and uses it in
IndyVdrLedger
.