-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: Introduce DynamicAssertion
trait
#566
Conversation
New store.add_dynamic_assertion() method. Supported in save_to_stream_async Work in progress, not signing correctly yet.
DynamicAssertion
traitDynamicAssertion
trait
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #566 +/- ##
==========================================
+ Coverage 81.77% 81.79% +0.01%
==========================================
Files 100 101 +1
Lines 30801 30939 +138
==========================================
+ Hits 25189 25307 +118
- Misses 5612 5632 +20 ☔ View full report in Codecov by Sentry. |
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 other than needing some comments. I'll start the rework to move things into the Signer.
Updates unit test to use Signer based dynamic assertions. Removes add_dynamic_assertion functionality from Store.
…pa-rs into dynamic-assertion
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.
I have a question about supporting DynamicAssertion
in the non-async Signer
case; otherwise, this looks spot on.
No description provided.