waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
162 stars 41 forks source link

bug: message hash does not match the spec #1982

Closed vpavlin closed 2 months ago

vpavlin commented 2 months ago
This is a **bug report** ## Problem The message hash package (https://github.com/waku-org/js-waku/blob/master/packages/message-hash/src/index.ts) does not match the spec https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/14/message.md#deterministic-message-hashing - the `timestamp` is not included in the hash ## Proposed Solutions include `timestamp` ## Notes
weboko commented 2 months ago

Will be resolved in https://github.com/waku-org/js-waku/issues/1985