You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tbDEX protocol spec, there are a lot of optional fields that can appear within a Resource/Message.
Currently, Rust will serialize those optional fields, even if they're empty. I don't believe that the spec explicitly defines if they should/shouldn't. We should come to resolution on this, and add in serialization skips for Option::None fields if they're necessary.
Link to comment with a few options on how we could handle this: #37 (comment)
The text was updated successfully, but these errors were encountered:
In the tbDEX protocol spec, there are a lot of optional fields that can appear within a Resource/Message.
Currently, Rust will serialize those optional fields, even if they're empty. I don't believe that the spec explicitly defines if they should/shouldn't. We should come to resolution on this, and add in serialization skips for Option::None fields if they're necessary.
Link to comment with a few options on how we could handle this:
#37 (comment)
The text was updated successfully, but these errors were encountered: