algorand / algorand/java-algorand-sdk
`Transaction.equals` does not check all fields
Ouverte
bug
good first issue
Team Lamprey
- Langage dominant
- Java
- Étoiles
- 73
- Forks
- 71
- Merge moyen
- 41 min
- PR mergées (30 j)
- 2
Description
## Problem
The `Transaction.equals` method checks for equality between two `Transaction` objects. Currently, many fields from the two transactions are checked, but there is a large number of fields (mostly app call transaction ones) which are **NOT** currently being checked.
## Scope
The `Transaction.equals` method _should_ check equality by checking all possible transaction fields.
Consider also an automated test which can somehow verify that each transaction field is checked by the `equals` method.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.