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
Do we need to have PartialEq for JoinSplitDescriptions? My sense is that in general use, it's not necessary to ever check equality, and if we need to check equality when doing property tests we could serialize as needed rather than carrying extra impls around. At the highest level, someone might want to check equality of transactions, but we could special-case that by using transaction hashes.
We're pulling in dalek elsewhere for these types too.
The text was updated successfully, but these errors were encountered: