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 some gov sync issues #1191

Merged
merged 4 commits into from
Dec 6, 2016
Merged

Fix some gov sync issues #1191

merged 4 commits into from
Dec 6, 2016

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Dec 6, 2016

  • "Don't relay objects and votes until synced" 5c3503c and "reuse GetHash() value, adjust log messages" dc033e2 - should free some bandwidth/cpu for faster processing of received objs/votes, logs adjusted to match same pattern as other ProcessMessage-s (should be easier to grep now imo)
  • "fix sync timeout for govobjs" f4b444a - sync wasn't really aware about received objs/votes, this should fix it
  • "count objs and votes separately" a7200fd - just to have a better idea on receiving side how many objs/votes (not objs+votes) sending side is claiming to have

Copy link

@schinzelh schinzelh left a comment

Choose a reason for hiding this comment

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

utACK

Copy link

@tgflynn tgflynn left a comment

Choose a reason for hiding this comment

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

utACK

@UdjinM6 UdjinM6 merged commit 6a3550b into dashpay:v0.12.1.x Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants