mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-02 14:13:06 +00:00
Changes: - `eventType` field is part of the event data, which does not really match how it's done in JS - `eventType` has a `default` value. Does not really make sense as it's not something the API consumer can pass/change - `addEventListener` is defined, but this is JS specific, the API should define concepts in a generic manner so it can easily be applied across languages. - name`EventEmitter` is very generic, but this is an event emitter for messages only - new `properties` field was introduced, but it is unclear where these properties belong to, we have been using `fields` so far. This should be a field on `WakuNode`