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 Network Encoder #5435

Merged
merged 5 commits into from
Apr 15, 2020
Merged

Fix Network Encoder #5435

merged 5 commits into from
Apr 15, 2020

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Apr 15, 2020

Previously the network encoder defaulted to framed snappy encoding for both rpc and gossip messages. This PR clearly separates it so that rpc messages use framed snappy encoding and gossip messages use snappy block encoding

@nisdas nisdas requested a review from a team as a code owner April 15, 2020 02:23
@nisdas nisdas added Ready For Review A pull request ready for code review Priority: Critical Highest, immediate priority item labels Apr 15, 2020
Copy link
Member

@prestonvanloon prestonvanloon left a comment

Choose a reason for hiding this comment

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

Nice job on such a quick resolution!

@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #5435 into master will increase coverage by 13.07%.
The diff coverage is 55.55%.

@@             Coverage Diff             @@
##           master    #5435       +/-   ##
===========================================
+ Coverage   28.46%   41.53%   +13.07%     
===========================================
  Files         236      236               
  Lines       20224    20124      -100     
===========================================
+ Hits         5757     8359     +2602     
+ Misses      13499    10230     -3269     
- Partials      968     1535      +567     

@prylabs-bulldozer prylabs-bulldozer bot merged commit 9213169 into master Apr 15, 2020
@delete-merged-branch delete-merged-branch bot deleted the fixEncoder branch April 15, 2020 03:03
@nisdas nisdas mentioned this pull request Oct 5, 2020
61 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Critical Highest, immediate priority item Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants