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

Add genesis header & val total dep size tests #11

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Nov 26, 2017

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

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    ef48830 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from DavidKnott/voting-doesnt-effect-block-gas-…

    …limit
    
    Voting no long effects block gas limit
    karlfloersch authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    15a1465 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Update Casper contract

    karlfloersch committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    5a4d247 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    c3e4798 View commit details
    Browse the repository at this point in the history
  2. Characterize transactions as casper at lower level

    Casper vote messages were not being caught in at least one place. Move
    the classification to a lower level to fix this.
    lrettig committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    2f74375 View commit details
    Browse the repository at this point in the history
  3. Move casper FFG-related config to config.py

    This also reverts the difficulty increase to 2000 made in d133100
    lrettig committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    276b462 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Bump up to Metropolis, remove confusing import

    Moving up to Metropolis avoids error about bad opcode on REVERT.
    Remove a duplicate import.
    lrettig committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    3218f36 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Merge pull request #9 from lrettig/develop2

    Filter out casper vote transactions at a lower level
    karlfloersch authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    1b16d85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from lrettig/develop3

    Move casper FFG-related config to config.py
    karlfloersch authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    f262fd0 View commit details
    Browse the repository at this point in the history
  3. Fix failing chain tests

    karlfloersch committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    29d6140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba9db46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c06453a View commit details
    Browse the repository at this point in the history