-
Notifications
You must be signed in to change notification settings - Fork 217
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 TxMetadata to API #2089
Add TxMetadata to API #2089
Conversation
7915e03
to
bbe8fec
Compare
bbe8fec
to
15a5869
Compare
1ef320e
to
30d70f6
Compare
15a5869
to
7822364
Compare
937f1df
to
5b2559e
Compare
5b2559e
to
039372f
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.
Reviewed and fixed the swagger spec verification. The test is rather weak since the swagger2 library we use relies on OpenAPI 2.0 schemas which do not support the oneOf
combinator... So right now, the only check we can really do on metadata is that they are any valid JSON... which is on the other hand, pretty much all we care about.
bors r+ |
Build succeeded |
Issue Number
ADP-307 / #2073 / #2074
Overview
Add TxMetadata to API.
Comments