-
Notifications
You must be signed in to change notification settings - Fork 1
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/deserialize and certificate parts #3
Conversation
Also removed some deprecated impls and changed the "reason" string from the debug string to the human-readable message.
This helps when creating a localized APS manually.
This helps when manually building an APS instance.
* Fix stack-overflow in Error's Display impl Also removed some deprecated impls and changed the "reason" string from the debug string to the human-readable message. * Remove unused lifetime param * Use thiserror and improve the details in our error
…erialize-and-certificate-parts
@jrconlin which PRs are you referring to? |
The ones listed above from @AzureMarker. I'm rolling these from the separate branch into master so that we can provide the new owner of the official "a2" library a single PR that contains the new changes. |
…alize-and-certificate-parts
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.
Merging into master so that a PR can be opened against WalletConnect/a2
and review can be done properly there
Includes Mark's PRs.
Run through
clippy
&fmt
.Prepare for merge to a2's new owner https://github.com/WalletConnect/a2