-
Notifications
You must be signed in to change notification settings - Fork 24
various minor updates & cleanup #206
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
Conversation
…ests returning them
…ing exception AbstractTagSerializer now uses above Optional in serialization stream AbstractTagSerializer removed failableStream since no longer needed to handle above stream exceptions test updates accordingly
Thanks nick. I also have some changes in the pipeline. I'll work on it this weekend or earlier. |
yw, sounds good & thx you as well. btw, if easier/convenient for you, we can hold off on this PR until your changes are merged into develop branch, after which i'll update this PR with those changes and then merge this PR into develop branch. |
excellent, thx eric- btw, minor supplemental update was just pushed into develop branch as well. |
hi, eric. below PR consisting of minor changes/cleanup, with special note on first item:
for any library users explicitly using GenericTag it is technically a breaking change although i suspect all/most users use concrete tag implementations (EventTag, PubKeyTag, etc) directly, which are all unchanged.
general:
tests:
all/any concerns, questions, additional considerations, etc, welcome as always