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

bank: Collect fees at the end of a slot #4525

Merged
merged 1 commit into from
Jun 4, 2019
Merged

Conversation

mvines
Copy link
Member

@mvines mvines commented Jun 3, 2019

Problem

Vote bank hash mismatches between validators

Summary of Changes

Deposit collected transaction fees once at the end of a slot rather that incrementally throughout the slot to avoid racing.

@codecov
Copy link

codecov bot commented Jun 3, 2019

Codecov Report

Merging #4525 into master will decrease coverage by 0.2%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #4525     +/-   ##
========================================
- Coverage    79.4%   79.2%   -0.3%     
========================================
  Files         181     181             
  Lines       32174   32187     +13     
========================================
- Hits        25570   25512     -58     
- Misses       6604    6675     +71

Copy link
Contributor

@rob-solana rob-solana left a comment

Choose a reason for hiding this comment

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

sorry, I thought I pushed this button an hour ago...

lgtm

@mvines mvines merged commit ff77789 into solana-labs:master Jun 4, 2019
@mvines mvines deleted the bank branch June 4, 2019 01:40
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.

2 participants