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 Aug 23, 2020. It is now read-only.
The change introduced in #1326 hashes not only the transaction trytes, but also additional packet info like the request bytes. This needs to be changed back so that only the tx trytes are in the digest.
Motivation
The current implementation is incorrect and creates a lot of misses on the cache.
Description
The change introduced in #1326 hashes not only the transaction trytes, but also additional packet info like the request bytes. This needs to be changed back so that only the tx trytes are in the digest.
Motivation
The current implementation is incorrect and creates a lot of misses on the cache.
Whole packet hash:
iri/src/main/java/com/iota/iri/network/Node.java
Line 296 in 5c2eacb
Only TX hash:
iri/src/main/java/com/iota/iri/network/Node.java
Line 516 in 5c2eacb
The text was updated successfully, but these errors were encountered: