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
We should add test vectors for the EffectHash mechanism for transaction signing, i.e. we should generate a bunch of random TransactionPlans, compute their EffectHash, and add them as test vectors. This will guard against additions of proto fields from breaking the effect hash as well as aid in development for others implementing transaction signing.
The text was updated successfully, but these errors were encountered:
We should add test vectors for the
EffectHash
mechanism for transaction signing, i.e. we should generate a bunch of randomTransactionPlan
s, compute theirEffectHash
, and add them as test vectors. This will guard against additions of proto fields from breaking the effect hash as well as aid in development for others implementing transaction signing.The text was updated successfully, but these errors were encountered: