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: support multiple custom block collation strategies evaluated concurrently #23383

Closed
wants to merge 26 commits into from

Commits on Aug 9, 2021

  1. eth, miner: remove duplicated code

    This PR removes the duplicated code in the catalyst package, reuse
    the miner package code instead.
    rjl493456442 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    d15699b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723ff86 View commit details
    Browse the repository at this point in the history
  3. miner: add test

    rjl493456442 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f740a26 View commit details
    Browse the repository at this point in the history
  4. miner: address comments

    rjl493456442 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    78212c8 View commit details
    Browse the repository at this point in the history
  5. wip: multicollator

    jwasinger committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7907fcc View commit details
    Browse the repository at this point in the history
  6. more

    jwasinger committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6ab531b View commit details
    Browse the repository at this point in the history
  7. moar

    jwasinger committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    d2f078c View commit details
    Browse the repository at this point in the history
  8. wip

    jwasinger committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    2b6a16f View commit details
    Browse the repository at this point in the history
  9. more

    jwasinger committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    1e57ec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. moar

    jwasinger committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    83bf92a View commit details
    Browse the repository at this point in the history
  2. moar

    jwasinger committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    bdc853b View commit details
    Browse the repository at this point in the history
  3. do profit calculations

    jwasinger committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    31cfd25 View commit details
    Browse the repository at this point in the history
  4. moar

    jwasinger committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    547e60f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecbcc13 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. moar

    jwasinger committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    fe187dd View commit details
    Browse the repository at this point in the history
  2. moar

    jwasinger committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f2b9549 View commit details
    Browse the repository at this point in the history
  3. moar

    jwasinger committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a039210 View commit details
    Browse the repository at this point in the history
  4. it builds... and gofmt

    jwasinger committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f11e986 View commit details
    Browse the repository at this point in the history
  5. comments

    jwasinger committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    81f25c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. handle coinbase correctly

    jwasinger committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    74b6d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe229d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. address review

    jwasinger committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    cba7763 View commit details
    Browse the repository at this point in the history
  2. set profit

    jwasinger committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    dea8326 View commit details
    Browse the repository at this point in the history
  3. calculate profit correctly

    jwasinger committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    b467dee View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    4cde3fb View commit details
    Browse the repository at this point in the history
  2. fix basefee

    jwasinger committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    dd709c8 View commit details
    Browse the repository at this point in the history