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

Casper FFG test net compatibility #1015

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

Casper FFG test net compatibility #1015

wants to merge 74 commits into from

Commits on Jan 22, 2018

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

Commits on Jan 31, 2018

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

Commits on Feb 22, 2018

  1. Casper init commit. Passive sync is ok, mining is ok, validator in de…

    …bug. Refactoring needed.
    zilm13 committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    c34ea0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0902660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebe5fb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    d736638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f1b724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    726f4f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

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

Commits on Feb 27, 2018

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

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    a50d280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b0f381 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    4369d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a556ecc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Added validator logout test

    zilm13 committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    492468e View commit details
    Browse the repository at this point in the history
  2. Fixed processed txs removal

    zilm13 committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    4818249 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5287b22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b47e24c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    068152a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a88e8b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    11fa1a7 View commit details
    Browse the repository at this point in the history
  2. Fxied type size counting

    zilm13 committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    dbdbc28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87b98f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    26f5c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    770b377 View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    zilm13 committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    23e894c View commit details
    Browse the repository at this point in the history
  4. Add publishing to jfrog

    zilm13 committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    d5c2650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f932df1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. TransactionExecutor creation moved to CommonConfig. CasperBlockchain …

    …and CasperTransactionExecutor moved to casper package.
    zilm13 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    beccdb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc8906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d23835 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    5c8634d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    920747f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fb3a63 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Validator start logging added

    zilm13 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    dbc1dcf View commit details
    Browse the repository at this point in the history
  2. Fixed: casper votes should come after regular txs in mined block + va…

    …lidator of txs in block added
    zilm13 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    97dba27 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

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

Commits on Mar 11, 2018

  1. Configuration menu
    Copy the full SHA
    281c60c View commit details
    Browse the repository at this point in the history
  2. Cleanup of default config

    zilm13 committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    ce4bdf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f101e4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc652a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c06a3b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Fixed block was not always thrown away with new block mined when mini…

    …mum block time was applied
    zilm13 committed Mar 12, 2018
    4 Configuration menu
    Copy the full SHA
    313223b View commit details
    Browse the repository at this point in the history
  2. Removed state init abstraction

    zilm13 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    16e4515 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    2b1db0f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Revert "Added validators for transaction and transaction receipt in P…

    …endingState"
    
    This reverts commit 2b1db0f.
    zilm13 committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    56f7d04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73fddc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b3f96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f0e5dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0423bbf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Make casper epoch switch free

    zilm13 committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    8ec6864 View commit details
    Browse the repository at this point in the history
  2. Revert "Make casper epoch switch free"

    This reverts commit 8ec6864.
    zilm13 committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    845c0bf View commit details
    Browse the repository at this point in the history
  3. Don't subtract fee from null sender on succesful casper vote. Instead…

    …, block should be INVALID
    zilm13 committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    c72cb9d View commit details
    Browse the repository at this point in the history
  4. Fixed makeInitTxs

    zilm13 committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    2117fdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a3e536 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13fda70 View commit details
    Browse the repository at this point in the history
  7. Revert "Don't subtract fee from null sender on succesful casper vote.…

    … Instead, block should be INVALID"
    
    This reverts commit c72cb9d.
    zilm13 committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    0cc765d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f39e57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc829f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

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

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    2517cc0 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Make casper epoch switch free""

    This reverts commit 845c0bf.
    zilm13 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    cce4815 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Don't subtract fee from null sender on succesful casp…

    …er vote. Instead, block should be INVALID""
    
    This reverts commit 0cc765d.
    zilm13 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    5e13b15 View commit details
    Browse the repository at this point in the history
  4. Testing that no gas was used for casper service txs and bad casper vo…

    …tes are not included in blocks
    zilm13 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    9840b71 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

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

Commits on Mar 22, 2018

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

Commits on Apr 8, 2018

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

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    84a3254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6760e96 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

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

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    e835c4a View commit details
    Browse the repository at this point in the history
  2. Refactored tx validation

    zilm13 committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    316c43d View commit details
    Browse the repository at this point in the history
  3. Testing chainId compatibility

    zilm13 committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    29614b4 View commit details
    Browse the repository at this point in the history