algorand / algorand/java-algorand-sdk
`Transaction.equals` does not check all fields
未關閉
bug
good first issue
Team Lamprey
- 主要語言
- Java
- 星號
- 73
- 分支
- 71
- 平均合併
- 41 分鐘
- 30 天內合併 PR
- 2
描述
## 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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。