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

Remove tick counting from broadcast service #2934

Merged

Conversation

aeyakovenko
Copy link
Member

@aeyakovenko aeyakovenko commented Feb 25, 2019

Problem

Poh recorder controls the ticks that are sent to the bank, and therefore the broadcast service doesn't need to do any counting, and any counting it does right now doesn't seem to be in sync.

Summary of Changes

Send the tick_height with the Entry or Tick.

Fixes #

tag: @sagar-solana @carllin (very wip)

@codecov
Copy link

codecov bot commented Feb 26, 2019

Codecov Report

Merging #2934 into master will decrease coverage by <.1%.
The diff coverage is 87.5%.

@@           Coverage Diff            @@
##           master   #2934     +/-   ##
========================================
- Coverage    78.3%   78.3%   -0.1%     
========================================
  Files         126     126             
  Lines       19625   19567     -58     
========================================
- Hits        15371   15323     -48     
+ Misses       4254    4244     -10

@aeyakovenko aeyakovenko changed the title Attempt to remove tick counting from broadcast service Remove tick counting from broadcast service Feb 26, 2019
@aeyakovenko aeyakovenko marked this pull request as ready for review February 26, 2019 01:50
@aeyakovenko aeyakovenko added the automerge Merge this Pull Request automatically once CI passes label Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants