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
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
The Encode() works fine on TxEssenceOutputs, but JSONEncode returns an empty slice.
This bug is discovered in #676 .
The outputs assertion in AssertTransaction in test suite reports a difference in a slice of TxEssenceOutputs with 1 account output and 1 foundry output, changing to EqualValues or ElementsMatch all report an error. However, the actual values are the same.
In #676 , outputs are now checked after Encode()
The
Encode()
works fine onTxEssenceOutputs
, butJSONEncode
returns an empty slice.This bug is discovered in #676 .
The outputs assertion in
AssertTransaction
in test suite reports a difference in a slice ofTxEssenceOutputs
with 1 account output and 1 foundry output, changing toEqualValues
orElementsMatch
all report an error. However, the actual values are the same.In #676 , outputs are now checked after
Encode()
iota-core/pkg/testsuite/transactions.go
Line 41 in 6d2857a
The text was updated successfully, but these errors were encountered: