Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the
chain_head.rs
module (#409)
* Move the chainhead_follow task to another function * Merge FollowSubscription into ChainHeadFollowTask * Extract processing foreground message to separate function * Move the subscription start functions as methods of ChainHeadFollowTask * Fix generating a `chainHead_unstable_followEvent` event on unfollow * Fix cyclic references in the chainHead sub-tasks * Finish fixing cyclic references issues * Move some fields to the struct * Move subscription as a struct field * PR link * CHANGELOG entry for cyclic reference * Remove CHANGELOG entry as still not fixed * Properly fix cyclic reference * Add back CHANGELOG entry * Oops, fix bug
- Loading branch information