casper-network / casper-sidecar

Apache License 2.0
2 stars 8 forks source link

Bringing back 1 x filters #281

Closed zajko closed 5 months ago

zajko commented 5 months ago

Rationale As a user of sidecar that's used to consume 1.x style sse events I want to be still able to listen to events after 2.0 changes. Notes The goal of this effort is to recreate the sse filter endpoints from 1.x. For now the endpoints will be satureated with 2.x style SSE events, but before release we need to translate them to 1.x format.

Work done Sidecars SSE server has 3 more endpoints:

rafal-ch commented 5 months ago

Plase consider adding the new flag to the example configs and perhaps a readme file.