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

Don't panic when connected to a classic feed #875

Merged
merged 1 commit into from Jul 30, 2022
Merged

Conversation

PlasmaPower
Copy link
Collaborator

Classic messages deserialized as a nil nitro message, which caused a nil deref in the transaction streamer logging. I've also hardened the transaction streamer and broadcast client in a number of similar places.

@PlasmaPower PlasmaPower added the node Changes the node software label Jul 30, 2022
@cla-bot cla-bot bot added the cla-signed label Jul 30, 2022
Copy link
Member

@joshuacolvin0 joshuacolvin0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Jul 30, 2022

Codecov Report

Merging #875 (98030de) into master (5ed2c72) will decrease coverage by 4.35%.
The diff coverage is 54.54%.

@@            Coverage Diff             @@
##           master     #875      +/-   ##
==========================================
- Coverage   50.95%   46.60%   -4.36%     
==========================================
  Files         227      215      -12     
  Lines       28118    23999    -4119     
  Branches      502      502              
==========================================
- Hits        14328    11184    -3144     
+ Misses      12297    11316     -981     
- Partials     1493     1499       +6     

@PlasmaPower PlasmaPower merged commit d62f05c into master Jul 30, 2022
@PlasmaPower PlasmaPower deleted the fix-feed-panic branch July 30, 2022 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed node Changes the node software
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants