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

Testnet and Stagenet chain configurations; Minor bug fixes; Removed unused consensus; Update Go package refs #3

Merged
merged 30 commits into from Jun 28, 2022

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    33433b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f776e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c320d45 View commit details
    Browse the repository at this point in the history
  4. cmd/core/eth/mobile/params: Remove eth testnets and add Electroneum's…

    … mainnet/testnet configs
    
    Electroneum mainnet chainId: 52014 (A1Z26 cipher for "ETN")
    Electroneum testnet chainId: 5201420 (A1Z26 cipher for "ETNT")
    andrepatta committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2d176a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    165834b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2a05c View commit details
    Browse the repository at this point in the history
  3. consensus/eth/params: remove TestQBFTBlock from chain configuration

    (always use QBFT instead of standard IBFT)
    andrepatta committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    948787f View commit details
    Browse the repository at this point in the history
  4. consensus/eth/params: remove standard IBFT consensus engine

    (keep the modified QBFT one)
    andrepatta committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    3495451 View commit details
    Browse the repository at this point in the history
  5. cmd/consensus/core/eth/miner/params: replace QBFT with IBFT chain con…

    …fig (name), remove "Istanbul" chain config
    
    Plus some house keeping
    andrepatta committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    910c431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13f75cd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    b1642fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b6ab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    740563e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58ff524 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    ea1f129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0ff4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc1b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e0db41 View commit details
    Browse the repository at this point in the history
  5. params: comment out unused dnsPrefix variable

    makes lint happy :)
    andrepatta committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    83d39ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    790f502 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eed2b31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ed05c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    c467b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86e3cc View commit details
    Browse the repository at this point in the history
  3. Update README.md

    andrepatta committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c571965 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    andrepatta committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    356ecf1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d17407c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff3e40b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42003f0 View commit details
    Browse the repository at this point in the history