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.
We should add test vectors for the
EffectHashmechanism for transaction signing, i.e. we should generate a bunch of randomTransactionPlans, 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.