-
Notifications
You must be signed in to change notification settings - Fork 59
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(aens): implement aensExtendTtl function. Refactor aensUpdate #866
Conversation
aensUpdate now accept array of pointers BREAKING CHANGE: Change aensUpdate method arguments #865
Codecov Report
@@ Coverage Diff @@
## develop #866 +/- ##
===========================================
- Coverage 92.92% 91.94% -0.99%
===========================================
Files 57 57
Lines 2828 2830 +2
===========================================
- Hits 2628 2602 -26
- Misses 200 228 +28
Continue to review full report at Codecov.
|
Great! Will this be included in v7.0.0 ? |
Yes, it will |
Resolve #865 |
d22ce75
to
5e21532
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 to me. Just some minor docs typos.
it seems that I can't find where |
aensUpdate now accept array of pointers
BREAKING CHANGE: Change aensUpdate method arguments
#865