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
We have found an inconsistency between the testnet data by Jam-Duna and our implementation [{PyJAMaz}].
This is related to the implementation of GP-0.6.2-eq:7.3 and especially variable r.
JamDuna creates a Keccak-hash over payload '0x00', while we suspect an empty list should be input into the well-balanced tree (GP-0.6.2-eq:E.2), which in turn calls function N (GP-0.6.2-eq:E.1). For an empty list (|v|=0) the zero-hash should be the output.
We have found an inconsistency between the testnet data by Jam-Duna and our implementation [{PyJAMaz}].
This is related to the implementation of GP-0.6.2-eq:7.3 and especially variable
r
.Difference
Suspected causes
JamDuna creates a Keccak-hash over payload '0x00', while we suspect an empty list should be input into the well-balanced tree (GP-0.6.2-eq:E.2), which in turn calls function
N
(GP-0.6.2-eq:E.1). For an empty list (|v|=0
) the zero-hash should be the output.References
jamtestnet/data/fallback/state_snapshots/1_000.json
Line 195 in 0b5b2d3
The text was updated successfully, but these errors were encountered: