-
Notifications
You must be signed in to change notification settings - Fork 115
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
add key manager ID check #2501
add key manager ID check #2501
Conversation
325e900
to
760fb08
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.
Please avoid loading all runtimes into memory, instead do something like #2464 (e.g., introduce a RuntimeLookup
interface which is implemented by ImmutableState
).
dbb9fce
to
a05687e
Compare
a05687e
to
eb691fa
Compare
d50676b
to
0229df9
Compare
af9f9f6
to
499554c
Compare
Codecov Report
@@ Coverage Diff @@
## master #2501 +/- ##
==========================================
+ Coverage 67% 67.23% +0.23%
==========================================
Files 328 328
Lines 30072 30119 +47
==========================================
+ Hits 20149 20250 +101
+ Misses 7399 7367 -32
+ Partials 2524 2502 -22
Continue to review full report at Codecov.
|
499554c
to
783d1ad
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.
Looks good, this is exactly what I had in mind with the RuntimeLookup
interface. One minor thing and then I think it should be ready to merge.
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.
Looks good, some more minor nits and don't forget to squash before merge.
4806fd8
to
fcb209c
Compare
fcb209c
to
142cbc3
Compare
PR for #2459: