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

Fix(Genesis): Api genesis block now returns properly #4736

Merged
merged 202 commits into from Feb 6, 2020

Commits on Jan 20, 2020

  1. begin state service

    rauljordan committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    d4cd5af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845a409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eae092 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33d7693 View commit details
    Browse the repository at this point in the history
  5. return by value instead

    rauljordan committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    eb5b91f View commit details
    Browse the repository at this point in the history
  6. add all setters

    rauljordan committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    45980b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fa1e0a View commit details
    Browse the repository at this point in the history
  8. arrays roots exposed

    rauljordan committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    7a994c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    aeff2e4 View commit details
    Browse the repository at this point in the history
  2. functionality complete

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    a9f4e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8b6fe9 View commit details
    Browse the repository at this point in the history
  4. test for compatibility

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    babd076 View commit details
    Browse the repository at this point in the history
  5. add test for compat

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    cff2276 View commit details
    Browse the repository at this point in the history
  6. comments fixed

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    5cf40d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f62238 View commit details
    Browse the repository at this point in the history
  8. add clone

    nisdas committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    b7c681f View commit details
    Browse the repository at this point in the history
  9. add clone

    nisdas committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    60bf43a View commit details
    Browse the repository at this point in the history
  10. remove underlying copies

    nisdas committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    aafed8f View commit details
    Browse the repository at this point in the history
  11. make it immutable

    nisdas committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    86bd353 View commit details
    Browse the repository at this point in the history
  12. integrate it into chainservice

    nisdas committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    d03429a View commit details
    Browse the repository at this point in the history
  13. revert

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    0af8955 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    17a7cfc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    372af74 View commit details
    Browse the repository at this point in the history
  16. address all comments

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    37fdc89 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f8c528 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e23672c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0856c04 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dabe5fb View commit details
    Browse the repository at this point in the history
  21. tests pass fixed bug

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    ae24d8d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    33de1ec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dd68b33 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8cb1817 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    037931d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3a2e2f3 View commit details
    Browse the repository at this point in the history
  27. add proper nil checks

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    87bec3a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8218a42 View commit details
    Browse the repository at this point in the history
  29. refactored much of core

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    7730c96 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c1aab15 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6c77de0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    354ed4e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ecce2bf View commit details
    Browse the repository at this point in the history
  34. append current epoch atts

    rauljordan committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    08570d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. merged master

    rauljordan committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b4c8db3 View commit details
    Browse the repository at this point in the history
  2. add missing setters

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    650aa7d View commit details
    Browse the repository at this point in the history
  3. add new setters

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    e156575 View commit details
    Browse the repository at this point in the history
  4. fix other core methods

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    c9470c4 View commit details
    Browse the repository at this point in the history
  5. fix up transition

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    cd2c511 View commit details
    Browse the repository at this point in the history
  6. main service and forkchoice

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    4c3f233 View commit details
    Browse the repository at this point in the history
  7. fix rpc

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    ac84640 View commit details
    Browse the repository at this point in the history
  8. integrated to powchain

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    0e7ade9 View commit details
    Browse the repository at this point in the history
  9. some more changes

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8013ada View commit details
    Browse the repository at this point in the history
  10. fix build

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    368511c View commit details
    Browse the repository at this point in the history
  11. improve processing of deposits

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7f3cbc4 View commit details
    Browse the repository at this point in the history
  12. fix error

    nisdas committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7367d14 View commit details
    Browse the repository at this point in the history
  13. prevent panic

    rauljordan committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    0b83ab7 View commit details
    Browse the repository at this point in the history
  14. comment

    rauljordan committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d823666 View commit details
    Browse the repository at this point in the history
  15. fix process att

    rauljordan committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    f88012a View commit details
    Browse the repository at this point in the history
  16. gaz

    rauljordan committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    73d357d View commit details
    Browse the repository at this point in the history
  17. fix up att process

    rauljordan committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d7eef1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    46097f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9a910ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b16aa95 View commit details
    Browse the repository at this point in the history
  21. resolve broken cpt state

    rauljordan committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    529bbe4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6ded991 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5ab917a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4f14d6f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    21f9ede View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    54d9fda View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    95f95f8 View commit details
    Browse the repository at this point in the history
  2. fix build in fork choice

    rauljordan committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    043933c View commit details
    Browse the repository at this point in the history
  3. fixing more of the build

    rauljordan committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    c7ffb40 View commit details
    Browse the repository at this point in the history
  4. fix up broken sync package

    rauljordan committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    a6508e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a8fa8 View commit details
    Browse the repository at this point in the history
  6. revert registry changes

    nisdas committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    07c58dc View commit details
    Browse the repository at this point in the history
  7. Recompute on Read (prysmaticlabs#4627)

    * compute on read
    
    * fix up eth1 data votes
    
    * looking into slashings bug introduced in core/
    
    * able to advance more slots
    
    * add logging
    
    * can now sync with testnet yay
    
    * remove the leaves algorithm and other merkle imports
    
    * expose initialize unsafe funcs
    
    * Update beacon-chain/db/kv/state.go
    
    * lint
    
    Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
    nisdas and rauljordan committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9a117ea View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. include master

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    41defe8 View commit details
    Browse the repository at this point in the history
  2. More Optimizations for New State (prysmaticlabs#4641)

    * map optimization
    
    * more optimizations
    
    * use a custom hasher
    
    * comment
    
    * block operations optimizations
    
    * Update beacon-chain/state/types.go
    
    Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>
    
    * fixed up various operations to use the validator index map access
    
    Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
    nisdas and rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a549f0e View commit details
    Browse the repository at this point in the history
  3. archiver tests pass

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    fea0f6c View commit details
    Browse the repository at this point in the history
  4. fixing cache tests

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    e9b1a0f View commit details
    Browse the repository at this point in the history
  5. cache tests passing

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    558c383 View commit details
    Browse the repository at this point in the history
  6. edited validator tests

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    bfd0d72 View commit details
    Browse the repository at this point in the history
  7. powchain tests passing

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    11fd206 View commit details
    Browse the repository at this point in the history
  8. halfway thru sync tests

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    bcd2dac View commit details
    Browse the repository at this point in the history
  9. more sync test fixes

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    412d15a View commit details
    Browse the repository at this point in the history
  10. add in tests for state/

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    09618e6 View commit details
    Browse the repository at this point in the history
  11. working through rpc tests

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    59ace74 View commit details
    Browse the repository at this point in the history
  12. assignments tests passed

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    37e515e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c312cda View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f1e3ad View commit details
    Browse the repository at this point in the history
  15. fixed up even more tests

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6d4af94 View commit details
    Browse the repository at this point in the history
  16. resolve tests

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    119ec5b View commit details
    Browse the repository at this point in the history
  17. fix build

    rauljordan committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6644e4e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4587c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

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

Commits on Jan 28, 2020

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

    prestonvanloon committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    e48b85f View commit details
    Browse the repository at this point in the history
  3. Runtime Optimizations (prysmaticlabs#4648)

    * parallelize shuffling
    
    * clean up
    
    * lint
    
    * fix build
    
    * use callback to read from registry
    
    * fix array roots and size map
    
    * new improvements
    
    * reduce hash allocs
    
    * improved shuffling
    
    * terence's review
    
    * use different method
    
    * raul's comment
    
    * new array roots
    
    * remove clone in pre-compute
    
    * Update beacon-chain/state/types.go
    
    Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>
    
    * raul's review
    
    * lint
    
    * fix build issues
    
    * fix visibility
    
    Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
    nisdas and rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    c65bfcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58fa28f View commit details
    Browse the repository at this point in the history
  5. fix visibility

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    444a80c View commit details
    Browse the repository at this point in the history
  6. build works for all

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    1c9e594 View commit details
    Browse the repository at this point in the history
  7. fix blockchain test

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    705ce3c View commit details
    Browse the repository at this point in the history
  8. fix a few tests

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    2e9132d View commit details
    Browse the repository at this point in the history
  9. fix more tests

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    73d7a4d View commit details
    Browse the repository at this point in the history
  10. resolve conf

    rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    47d34c4 View commit details
    Browse the repository at this point in the history
  11. sync

    rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    170e0c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d39ed67 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4d3ad8 View commit details
    Browse the repository at this point in the history
  14. archiver passing

    rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    9458329 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a20f77 View commit details
    Browse the repository at this point in the history
  16. fixed rpc/validator

    rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    f395230 View commit details
    Browse the repository at this point in the history
  17. progress on core tests

    prestonvanloon committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    e2f5c98 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1f1ed50 View commit details
    Browse the repository at this point in the history
  19. resolve broken rpc tests

    rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    2e1f205 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4be269d View commit details
    Browse the repository at this point in the history
  21. blockchain tests passed

    rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d442538 View commit details
    Browse the repository at this point in the history
  22. fix up some tests in core

    rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    28eae0b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e7a2859 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. fix message diff

    prestonvanloon committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    eec0837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b3860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e47cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ff3df7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67bb567 View commit details
    Browse the repository at this point in the history
  6. another update

    prestonvanloon committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    aa57a0b View commit details
    Browse the repository at this point in the history
  7. fix everything

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    1b2b3b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4a56c5 View commit details
    Browse the repository at this point in the history
  9. fix more precompute tests

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    312743f View commit details
    Browse the repository at this point in the history
  10. fix blocks tests

    shayzluf committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    8eca98c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f27a25 View commit details
    Browse the repository at this point in the history
  12. more elegant fix

    shayzluf committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    afb0a1f View commit details
    Browse the repository at this point in the history
  13. more helper fixes

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    c2d25da View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5223e83 View commit details
    Browse the repository at this point in the history
  15. change back ?

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    8080538 View commit details
    Browse the repository at this point in the history
  16. fix test

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    de3a877 View commit details
    Browse the repository at this point in the history
  17. fix skip slot

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a5d2cb5 View commit details
    Browse the repository at this point in the history
  18. fix test

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    0da0d7a View commit details
    Browse the repository at this point in the history
  19. reset caches

    nisdas committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    41c4818 View commit details
    Browse the repository at this point in the history
  20. fix testutil

    rauljordan committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    44bbe14 View commit details
    Browse the repository at this point in the history
  21. raceoff fixed

    rauljordan committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    03c111f View commit details
    Browse the repository at this point in the history
  22. passing

    rauljordan committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    ca81d5a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3269b75 View commit details
    Browse the repository at this point in the history
  24. lint

    rauljordan committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    367505e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a79d43d View commit details
    Browse the repository at this point in the history
  26. Fixed tests part 1

    terencechain committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    b5ca3a4 View commit details
    Browse the repository at this point in the history
  27. Fixed rest of the tests

    terencechain committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2739894 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fecb0d4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0d58a46 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2cba055 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cdbcb88 View commit details
    Browse the repository at this point in the history
  32. New beacon state: Only populate merkle layers as needed, copy merkle …

    …layers on copy/clone. (prysmaticlabs#4689)
    
    * Only populate merkle layers as needed, copy merkle layers on copy/clone.
    
    * use custom copy
    
    * Make maps of correct size
    
    * slightly fast, doesn't wait for lock
    
    Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
    prestonvanloon and prylabs-bulldozer[bot] committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    6be3059 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    46b56ae View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    69e236f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    f9b3bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa7e19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf562f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ff9c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3222f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9338b3a View commit details
    Browse the repository at this point in the history
  7. fixed up tests

    rauljordan committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7fa3f83 View commit details
    Browse the repository at this point in the history
  8. Remove some copy for init sync. Not sure if it is safe enough for run…

    …time though... testing...
    prestonvanloon committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    53219f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    625a831 View commit details
    Browse the repository at this point in the history
  10. Fix Initial Sync Flag (prysmaticlabs#4692)

    * fixes
    
    * fix up some test failures due to lack of nil checks
    
    * fix up some test failures due to lack of nil checks
    
    * fix up imports
    
    * revert some changes
    
    * imports
    
    Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
    nisdas and rauljordan committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e6f0059 View commit details
    Browse the repository at this point in the history
  11. Conflict

    terencechain committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    8e6400f View commit details
    Browse the repository at this point in the history
  12. Conflict

    terencechain committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    af7dddf View commit details
    Browse the repository at this point in the history
  13. resolve confs

    rauljordan committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    48931b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d96033 View commit details
    Browse the repository at this point in the history
  15. Better skip slot cache (prysmaticlabs#4694)

    * Return copy of skip slot cache state, disable skip slot cache on sync
    
    * fix
    prestonvanloon committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e909164 View commit details
    Browse the repository at this point in the history
  16. Fix pruning

    terencechain committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    d2bcb02 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e730806 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    13971d4 View commit details
    Browse the repository at this point in the history
  2. copy on write method

    prestonvanloon committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    490d51b View commit details
    Browse the repository at this point in the history
  3. gaz

    prestonvanloon committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b4ac600 View commit details
    Browse the repository at this point in the history
  4. fix confs

    rauljordan committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    546f816 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67be692 View commit details
    Browse the repository at this point in the history
  6. fix tests

    prestonvanloon committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9b0dbb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff7b15f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67e1cd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69d8ab9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    741284f View commit details
    Browse the repository at this point in the history
  11. remove extra update

    prestonvanloon committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    dc031fc View commit details
    Browse the repository at this point in the history
  12. remove debugging lines

    prestonvanloon committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2b90c5b View commit details
    Browse the repository at this point in the history
  13. gofmt

    prestonvanloon committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    63c92a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b2c5b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cae208c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

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

Commits on Feb 3, 2020

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

Commits on Feb 4, 2020

  1. Passing 1 to SetEndSlot

    AgentJ-WR committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0c49785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a120e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5f694 View commit details
    Browse the repository at this point in the history
  4. Checking for nil genBlk

    AgentJ-WR committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5f7b5b3 View commit details
    Browse the repository at this point in the history
  5. Testing conditional order

    AgentJ-WR committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    6b9816b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8be9dab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c02271 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    4f27562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5408d4 View commit details
    Browse the repository at this point in the history
  3. Saving root

    AgentJ-WR committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    bcc50b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    d28c2f6 View commit details
    Browse the repository at this point in the history
  2. Adding regression test

    AgentJ-WR committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    796fa87 View commit details
    Browse the repository at this point in the history
  3. Updating regression test

    AgentJ-WR committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    026a831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31715a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c0dcdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52f34fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f8b888 View commit details
    Browse the repository at this point in the history