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

Persist ETH1 Data to Disk #4329

Merged
merged 62 commits into from
Dec 31, 2019
Merged

Persist ETH1 Data to Disk #4329

merged 62 commits into from
Dec 31, 2019

Commits on Dec 17, 2019

  1. add data structures

    nisdas committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    37a733a View commit details
    Browse the repository at this point in the history
  2. generate proto

    nisdas committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    7e2daef View commit details
    Browse the repository at this point in the history
  3. add in new fields

    nisdas committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2879b65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee5b979 View commit details
    Browse the repository at this point in the history
  5. add comments

    nisdas committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2e6e702 View commit details
    Browse the repository at this point in the history
  6. add new mock state

    nisdas committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    f959359 View commit details
    Browse the repository at this point in the history
  7. add new mock state

    nisdas committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    fd2a6a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding

    … into refactorPowchain
    nisdas committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    a2674e1 View commit details
    Browse the repository at this point in the history
  2. add new methods

    nisdas committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c52f863 View commit details
    Browse the repository at this point in the history
  3. some more changes

    nisdas committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    34e812c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding

    … into refactorPowchain
    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    9aa4871 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding

    … into refactorPowchain
    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d6f4594 View commit details
    Browse the repository at this point in the history
  3. check genesis time properly

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    1929299 View commit details
    Browse the repository at this point in the history
  4. lint

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    6f07af4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v0.9.2' of https://github.com/prysmaticlabs/geth-sharding

    … into refactorPowchain
    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    7e60d1f View commit details
    Browse the repository at this point in the history
  6. fix refs

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a41459a View commit details
    Browse the repository at this point in the history
  7. fix tests

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    0d73186 View commit details
    Browse the repository at this point in the history
  8. lint

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    fea39fa View commit details
    Browse the repository at this point in the history
  9. lint

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    9e84d85 View commit details
    Browse the repository at this point in the history
  10. lint

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    44de1d0 View commit details
    Browse the repository at this point in the history
  11. gaz

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    cae0036 View commit details
    Browse the repository at this point in the history
  12. adding in new proto message

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    2e4cb4f View commit details
    Browse the repository at this point in the history
  13. remove outdated vars

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    88a8dc1 View commit details
    Browse the repository at this point in the history
  14. add new changes

    nisdas committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    de22a57 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. remove latest eth1data

    nisdas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    5231056 View commit details
    Browse the repository at this point in the history
  2. continue refactoring

    nisdas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d0330c7 View commit details
    Browse the repository at this point in the history
  3. finally works

    nisdas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    501e38c View commit details
    Browse the repository at this point in the history
  4. lint

    nisdas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    1cb8afc View commit details
    Browse the repository at this point in the history
  5. fix test

    nisdas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    59bd860 View commit details
    Browse the repository at this point in the history
  6. fix all tests

    nisdas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    cd233fb View commit details
    Browse the repository at this point in the history
  7. fix all tests again

    nisdas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    248e0d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17e3f3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b48990 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca189d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75eed40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29b6fbf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    0012079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17821d2 View commit details
    Browse the repository at this point in the history
  3. fix build

    nisdas committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    1caf595 View commit details
    Browse the repository at this point in the history
  4. change back

    nisdas committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    728f728 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bc53bf View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. add full eth1 test

    nisdas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    209dff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8590c17 View commit details
    Browse the repository at this point in the history
  3. fix logs and test

    nisdas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    c019778 View commit details
    Browse the repository at this point in the history
  4. add constant

    nisdas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    70fefbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a1c04b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    092cc58 View commit details
    Browse the repository at this point in the history
  2. changes

    nisdas committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    ebc1901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb50f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59dba56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3607e35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    087a68e View commit details
    Browse the repository at this point in the history
  7. fix bug

    nisdas committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    601c03d View commit details
    Browse the repository at this point in the history
  8. lint

    nisdas committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    1afcec3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab4ffb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca8dcc9 View commit details
    Browse the repository at this point in the history
  11. fix another bug

    nisdas committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    b2f1526 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4466f16 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc12f08 View commit details
    Browse the repository at this point in the history
  14. change back

    nisdas committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    0eb6fa7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    046456a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>
    nisdas and rauljordan authored Dec 31, 2019
    Configuration menu
    Copy the full SHA
    02054a2 View commit details
    Browse the repository at this point in the history