This repository has been archived by the owner on May 28, 2021. It is now read-only.
[watcher] performance concerns & final wrap up #1412
Labels
Chore
Devops or refactoring task
p3: Features/refactors
Larger enhancements driven by user needs + Refactors to improve bad patterns.
Before we turn the watcher on in prod, 2 potential performance issues should be addresses
StateProgressed
andChallengeUpdated
events emitted from the watched ChallengeRegistries. We really ought to filter those out so that we only store the events that are relevant to our publicIdentifier's channels' apps.Once these ^ are done & watcher tests in
modules/node/src/test/e2e/challenge.spec.ts
are passing, we can re-activate the watchers by passing in the chain providers instead of an empty object in:modules/client/src/connect.ts
modules/node/src/challenge/challenge.service.ts
The text was updated successfully, but these errors were encountered: