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

Client/Block: Clique PoA fixes #1088

Merged
merged 18 commits into from
Feb 11, 2021
Merged

Client/Block: Clique PoA fixes #1088

merged 18 commits into from
Feb 11, 2021

Commits on Feb 9, 2021

  1. block -> clique PoA: fixed hash() function, made cliqueSigHash() func…

    …tion public, added tests and testdata for hash() tests
    holgerd77 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b301a51 View commit details
    Browse the repository at this point in the history
  2. blockchain -> PoA: reactivated total difficulty for PoA still being a…

    … quality indicator and being present as an devp2p ETH status value
    holgerd77 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    6943f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    836c25c View commit details
    Browse the repository at this point in the history
  4. vm, client -> PoA: do not assign block rewards in VM when running PoA…

    … blocks, added VM execution PoA tests to client
    holgerd77 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a619dd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08ffcd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ea6761 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a738424 View commit details
    Browse the repository at this point in the history
  8. tx: make internal copy of common instance provided to remain stable H…

    …F behavior on outer common updates
    holgerd77 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    264632b View commit details
    Browse the repository at this point in the history
  9. block: make internal copy of common instance provided to remain stabl…

    …e HF behavior on outer common updates
    holgerd77 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b715d53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1935427 View commit details
    Browse the repository at this point in the history
  11. block, blockchain: fixed txs being created with the wrong HF when har…

    …dforkByBlockNumber is passed in static constructors, create blocks in blockchain with hardforkByBlockNumber option consistently
    holgerd77 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8e00fa2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    010c04d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    67f4dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fed17c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95546cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26274d8 View commit details
    Browse the repository at this point in the history
  5. vm -> clique PoA: use signer for fee attribution, added backwards-com…

    …patibility checks for clique functionality usage on block library, added reasonable cliqueSigner default (zero address) for default blocks
    holgerd77 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e5d9cde View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Merge pull request #1089 from ethereumjs/block-tx-copy-common

    Block, Tx: always copy Common on instantiation / Fix HF consistency bugs
    holgerd77 authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    0df1f45 View commit details
    Browse the repository at this point in the history