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
Different Protobuf libraries serialize and deserialize protobuf files inconsistently, as the order of fields is not specified. To ensure that signature verifications succeed for transactions that store the TransactionBody in Transaction.body, we must use the raw bytes provided by the user.
Once access to the raw bytes has been added to PBJ, we have to modify the TransactionChecker.check() to use them instead of serializing the extracted TransactionBody.
The text was updated successfully, but these errors were encountered:
Different Protobuf libraries serialize and deserialize protobuf files inconsistently, as the order of fields is not specified. To ensure that signature verifications succeed for transactions that store the
TransactionBody
inTransaction.body
, we must use the raw bytes provided by the user.Once access to the raw bytes has been added to PBJ, we have to modify the
TransactionChecker.check()
to use them instead of serializing the extractedTransactionBody
.The text was updated successfully, but these errors were encountered: