TBD54566975 / dwn-sdk-js

Decentralized Web Node (DWN) Reference implementation
https://identity.foundation/decentralized-web-node/spec/
Apache License 2.0
324 stars 95 forks source link

Deprecate `EventsGet` in favor of `EventsQuery` without filters #764

Closed LiranCohen closed 2 months ago

LiranCohen commented 2 months ago

EventsGet was used for sync before EventsQuery was made available, which allows filtering events/messages vs simply getting all of them.

This PR removes the EventsGet interface method and removes the restriction in EventsQuery to allow querying without any filters.