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

Addition: Add support for Hypra and EthashB3 #617

Draft
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2024

  1. Iniital Hypra support

    JABirchall committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4ef2a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8963f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    824ec66 View commit details
    Browse the repository at this point in the history
  4. params: Include Veldin definition for Hypra

    TODO: use in AccumulateRewards
    JABirchall committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    009e779 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56c83dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c3036f View commit details
    Browse the repository at this point in the history
  7. flags: Added --hypra flag

    JABirchall committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6ef0c0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16782da View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    d1a8fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc9e24c View commit details
    Browse the repository at this point in the history
  3. type: Add veldin?

    JABirchall committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    48ad2b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10c05c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a95422 View commit details
    Browse the repository at this point in the history
  6. ethconfig: Added ethashb3 to consensus creation

    Refactored CreateConsensusEngine
    JABirchall committed Feb 8, 2024
    1 Configuration menu
    Copy the full SHA
    6bea66a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c9aa5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6248090 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e23deb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. ethconfig: Added Ethashb3 to CreateCensensusEngine. Defered to Create…

    …CensensusEngineEthashB3
    JABirchall committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    1dc0eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3b375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7a5f5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6836fcc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    66ac6e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a3180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eef8b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    1112720 View commit details
    Browse the repository at this point in the history
  2. params, forkid: Added support for hypra fake use of Grey Glacier for …

    …forkid to work.
    
    Currently stuck on (ForkID 12)
    JABirchall committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ba14c5d View commit details
    Browse the repository at this point in the history
  3. Add per network incompatible map for such networks like Hypra who bun…

    …g up the forks on Geth.
    JABirchall committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0944ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    592cada View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3966827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9f373a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8b80f4 View commit details
    Browse the repository at this point in the history
  8. params: Update checkpoint

    JABirchall committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    593a6f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a26d5d View commit details
    Browse the repository at this point in the history
  10. params: Better aligned.

    JABirchall committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    18d0b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. core: Symatically match Hypra Gaspar to enable EIP3860 EVM changes.

    NOTE: This still doesn't sync past gaspar :(
    JABirchall committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    80e244d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Revert "core: Symatically match Hypra Gaspar to enable EIP3860 EVM ch…

    …anges."
    
    This reverts commit 80e244d.
    JABirchall committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8282bb9 View commit details
    Browse the repository at this point in the history
  2. Define Gaspar fork block

    JABirchall committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6a72900 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Gaspar EVM flags

    JABirchall committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6f6fdbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655cbb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    7a2a9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce638d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    a3b77e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update

    Yoshiki committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    809bc53 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge pull request #1 from Yooshikii/master

    Hypra core-geth quick fix.
    JABirchall authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    eda3e91 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. run toml generate

    JABirchall committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2787cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8170edd View commit details
    Browse the repository at this point in the history
  3. les - fix les client

    JABirchall committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0b97541 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. idea comment

    JABirchall committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    437774a View commit details
    Browse the repository at this point in the history