Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): Unsubscribe from new block event on Stop in listener #3315

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

renaynay
Copy link
Member

Subscription was never cancelled on Stop, found while working on swamp tests for #3188

@renaynay renaynay added area:core_and_app Relationship with Core node and Celestia-App kind:fix Attached to bug-fixing PRs labels Apr 17, 2024
@renaynay renaynay self-assigned this Apr 17, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 45.14%. Comparing base (2469e7a) to head (c18482b).
Report is 25 commits behind head on main.

Files Patch % Lines
core/listener.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3315      +/-   ##
==========================================
+ Coverage   44.83%   45.14%   +0.30%     
==========================================
  Files         265      272       +7     
  Lines       14620    15064     +444     
==========================================
+ Hits         6555     6800     +245     
- Misses       7313     7498     +185     
- Partials      752      766      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renaynay renaynay enabled auto-merge (squash) April 18, 2024 11:10
@renaynay renaynay merged commit 500116d into celestiaorg:main Apr 18, 2024
26 checks passed
Wondertan pushed a commit that referenced this pull request Apr 21, 2024
Subscription was never cancelled on Stop, found while working on swamp
tests for #3188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core_and_app Relationship with Core node and Celestia-App kind:fix Attached to bug-fixing PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants