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

Optimize mining checks for various stake transactions #83

Merged
merged 1 commit into from Mar 4, 2016

Commits on Mar 4, 2016

  1. Optimize mining checks for various stake transactions

    Many of the checks for the type of stake transaction in the main sorting
    loop for mempool transactions of NewBlockTemplate were redundant. Now the
    cached data for the transaction type is used instead. An expensive lookup
    for a transaction cache was also moved for efficiency.
    cjepson committed Mar 4, 2016
    Copy the full SHA
    db3e406 View commit details
    Browse the repository at this point in the history