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
The following two tests are ignored and should be fixed: fn version()
Test
Is testing malleability in the wrong way for sender_offset_public key. This is not checked by the output_mmr, but by the sender_offset. The test should be updated to reflect this.
The text was updated successfully, but these errors were encountered:
Description
---
We address both (ignored) tests `fn version()` and `fn sender_offset_public_key` for consensus encoding,
Motivation and Context
---
The `TransactionInput` canonical hash and `TransactionOutput` hash currently miss specific fields, namely `version` and `spender_offset_public_key`. We address this following [RFC](https://rfc.tari.com/RFC-0121_ConsensusEncoding.html#transaction-input), and resolve the tests mentioned above.
How Has This Been Tested?
---
Unit tests
The following two tests are ignored and should be fixed:
fn version()
Test
Is testing malleability in the wrong way for sender_offset_public key. This is not checked by the output_mmr, but by the sender_offset. The test should be updated to reflect this.
The text was updated successfully, but these errors were encountered: