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

[Miner] Unifying the disperse coinbase tx flow + further clean up. #1816

Merged

Commits on Sep 2, 2020

  1. miner: remove FillBlockPayee unneded fee argument + refactor coinbase…

    … tx creation to be in one single place and not dispersed across the CreateNewBlock method.
    furszy committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    920652b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377f87e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f702628 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e07280 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7893818 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fc4680 View commit details
    Browse the repository at this point in the history
  7. PoS miner: add height to the first input scriptSig of the coinstake t…

    …x + remove unneded IncrementExtraNonce call in PoS blocks.
    furszy committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    063401c View commit details
    Browse the repository at this point in the history