-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add SignedTransaction type #529
Add SignedTransaction type #529
Conversation
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 modulo the remaining unresolved comments :)
6c9429a
to
1abaf56
Compare
ae8aa84
to
84de5de
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. I would suggest adding QuickCheck tests for the JSON serializations (in the same manner as for the binary serializations) as these can potentially catch more bugs.
For now, I created an issue to improve on the tests: |
Purpose
Addresses Concordium/concordium-client#296
Related Concordium/concordium-client#300
Changes
Implement
toJSON
/fromJSON
instances of thePayload
types.