raiden-network / raiden-monitoring-service

Raiden monitoring service
5 stars 6 forks source link

Only accept monitor requests for open channels #32

Closed karlb closed 5 years ago

karlb commented 5 years ago

This prevents storing useless data in the monitoring service. There is no specific handling for timing edge cases. We might want to add handling for receiving a monitoring request

The memory usage is increased by this change due to storing all open channel_ids. The increase is acceptable, though.

Closes #1.