algorand / algorand/java-algorand-sdk

`Transaction.equals` does not check all fields

Abierto
#403 0 comentarios 0 reacciones 0 asignados Ver en GitHub
bug good first issue Team Lamprey
Lenguaje dominante
Java
Estrellas
73
Forks
71
Merge medio
41 min
PR fusionados (30 d)
2

Descripción

## 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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.