Skip to content

REQ message filters are not serialized correctly #124

@kuiperanon

Description

@kuiperanon

REQ messages should be in the following format:

["REQ", <subscription_id>, <filters1>, <filters2>, ...]

However this library incorrectly serializes REQ messages like this:

["REQ", <subscription_id>, [<filters1>, <filters2>, ...]]

Source: https://github.com/nostr-protocol/nips/blob/master/01.md#from-relay-to-client-sending-events-and-notices

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions