operations-notifier
operations-notifier copied to clipboard
A standalone service that tracks Stellar Network operations and streams notifications to the subscribers.
adding hash to the subscription object to avoid duplications in mongo
Handle ALL errors, including Horizon and network problems.
Implement a multi-account support(#6) and basic acquiring to turn the service into a SAAS platform, so anyone could offer public SAAS notification services for some fee.
Include into the reaction request not only transaction info, but also all operation effects.
Check the response from the reaction URL to prevent using a service as a flood source. Pause a subscription if the response does not match the request. Make it an...
Change configuration and queues to use multiple networks instead of only one.