algorand / algorand/java-algorand-sdk

`Transaction.equals` does not check all fields

オープン
#403 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug good first issue Team Lamprey
主要言語
Java
スター
73
フォーク
71
平均マージ
41分
マージ済み PR(30日)
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。