-
Notifications
You must be signed in to change notification settings - Fork 274
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(deser-lib): add serialization/deserialization module #4095
Conversation
8591018
to
c9b715b
Compare
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
de57828
to
8b1f1be
Compare
8b1f1be
to
a247eaa
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.
CI failing - flushing from review queue
452aeb1
to
8f0ecef
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.
Some minor nits, but main comment is regarding the unused getType
call Alejandro called out. Is that missed cleanup or is it needed somewhere? If its needed somewhere, lets have a test to show that missing this piece of logic actually fails something.
91aef46
to
4b29f7a
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.
how will this package be used by clients of the SDK ? Please avoid adding more dependencies to sdk-core
if possible
TICKET: HSM-236
d8bc309
to
f136f85
Compare
Just updated both CODEOWNERS and the README, hopefully this clears things up more. Code from other modules will eventually move to this lib to centralize our serialization schemes for tss and multisig. To start we are adding cbor, but the existing schemes we used for tss will eventually move over (or be removed if they are no longer used) |
@bitgoAaron Can you please review recent changes amended by @zahin-mohammad |
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.
approving the codeowners change
Approved, but needs a prettier fix. |
@mohammadalfaiyazbitgo please review changes |
c9d7a38
f136f85
to
c9d7a38
Compare
changes addressed
Description
Adds serialization / deserialization module. Please see ticket for relevant documents.
Issue Number
HSM-236
Type of change