DJDNS / js-deje

JS implementation of DEJE client
1 stars 0 forks source link

Event serialization does not sort keys of objects #1

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

For the sake of determinism, we always sort keys as part of JSON serialization. But js-deje doesn't do that yet, which means it can get different hash values for the same events.