You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test lily watcher package in isolation of its indexer. Test should assert that watcher passes expected tipsets to its indexer, they need not assert it writes the data to the database.
Acceptance criteria
Watcher works with confidence of 1
Watcher tolerates reorgs
Watcher coverage for current, apply, and revert operations
Watcher handles failure case when notifier fails unexpectedly
Where to begin
watcher_test.go
The text was updated successfully, but these errors were encountered:
Description
Test lily watcher package in isolation of its indexer. Test should assert that watcher passes expected tipsets to its indexer, they need not assert it writes the data to the database.
Acceptance criteria
Where to begin
watcher_test.go
The text was updated successfully, but these errors were encountered: