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
see if its possible to use the existing extension options to extend a tx as "unordered".
this has 1 main benefit:
no tx compat layer needed. currently, we have TxBody, and TxBodyCompat - the only difference here being the unordered bool and timeout_timestamp field.
because of this, special care is needed when generating transaction bytes since v50 clients won't be able to decode, due to the SDK's rejecting transaction bytes with unknown proto fields.
The text was updated successfully, but these errors were encountered:
see if its possible to use the existing extension options to extend a tx as "unordered".
this has 1 main benefit:
no tx compat layer needed. currently, we have TxBody, and TxBodyCompat - the only difference here being the unordered bool and timeout_timestamp field.
because of this, special care is needed when generating transaction bytes since v50 clients won't be able to decode, due to the SDK's rejecting transaction bytes with unknown proto fields.
The text was updated successfully, but these errors were encountered: