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

fix(core): set miner.etherbase in clique mode #2210

Merged
merged 6 commits into from Mar 1, 2023

Commits on Feb 28, 2023

  1. fix(core): set miner.etherbase in clique mode

     * ethereum/go-ethereum#26413 caused the default
       clique configuration for the GethInstance to fail to start, because
       we did not pass a `miner.etherbase` flag on startup
     * adds a `miner.etherbase` flag with the clique signer address as the
       argument
    Rjected committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ad6b625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4784594 View commit details
    Browse the repository at this point in the history
  3. add comment on Debug

    Rjected committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e9739a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd9640a View commit details
    Browse the repository at this point in the history
  5. fix first etherbase flag

    Rjected committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8eebb1d View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    Rjected committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    95f3652 View commit details
    Browse the repository at this point in the history