trustlines-protocol / relay

MIT License
8 stars 7 forks source link

Remove events from filters and use graph updates instead #575

Closed cducrest closed 3 years ago

cducrest commented 3 years ago

We have the issue that events such as BalanceUpdates will fetch information about the updated trustline from the graph, and the graph is not updated yet because filters get events much faster.

We decided to fix that by solely relying on the graph updates to send out stream events.

compojoom commented 3 years ago

fixed already