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 processing and processed caching to the DA checker #4732

Merged

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

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

Commits on Sep 18, 2023

  1. get it compiling

    realbigsean committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    904e593 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix lints

    realbigsean committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    654485f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad729c View commit details
    Browse the repository at this point in the history
  3. some self review

    realbigsean committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e25c609 View commit details
    Browse the repository at this point in the history
  4. fix lints

    realbigsean committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    77afea3 View commit details
    Browse the repository at this point in the history
  5. fix beacon chain tests

    realbigsean committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2402b79 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'deneb-free-blobs' of https://github.com/sigp/lighthouse

    …into move-deneb-lookup-delay-logic
    realbigsean committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fb768a3 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    realbigsean committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    aeeddfc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    420e7cf View commit details
    Browse the repository at this point in the history
  2. cargo fix

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    787eb37 View commit details
    Browse the repository at this point in the history
  3. cargo fix

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c5263b6 View commit details
    Browse the repository at this point in the history
  4. cargo fix

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    90e3e4e View commit details
    Browse the repository at this point in the history
  5. fmt and lint

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2534dff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65fa033 View commit details
    Browse the repository at this point in the history
  7. Update beacon_node/beacon_chain/src/data_availability_checker/process…

    …ing_cache.rs
    
    Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>
    realbigsean and ethDreamer authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bc23daf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e07dd7c View commit details
    Browse the repository at this point in the history
  9. cargo fix

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a1f6b17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6862e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b10a29 View commit details
    Browse the repository at this point in the history
  12. some renames

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3986d33 View commit details
    Browse the repository at this point in the history
  13. some renames and docs

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a868a6c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d85c83 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2777b73 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8eecea5 View commit details
    Browse the repository at this point in the history
  17. add a couple docs

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f2644ab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    14ad2d2 View commit details
    Browse the repository at this point in the history
  19. update some names

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ad1fabb View commit details
    Browse the repository at this point in the history
  20. lints

    realbigsean committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f1a1bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'deneb-free-blobs' of https://github.com/sigp/lighthouse

    …into move-deneb-lookup-delay-logic
    realbigsean committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    21ae04a View commit details
    Browse the repository at this point in the history
  2. fix merge

    realbigsean committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9384352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b92ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc5ca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf80cab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c774a35 View commit details
    Browse the repository at this point in the history
  7. remove unused dep

    realbigsean committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    816744c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Update beacon_node/beacon_chain/src/data_availability_checker/availab…

    …ility_view.rs
    
    Co-authored-by: Michael Sproul <micsproul@gmail.com>
    realbigsean and michaelsproul authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6a5178a View commit details
    Browse the repository at this point in the history
  2. Update beacon_node/beacon_chain/src/data_availability_checker/availab…

    …ility_view.rs
    
    Co-authored-by: Michael Sproul <micsproul@gmail.com>
    realbigsean and michaelsproul authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    303771d View commit details
    Browse the repository at this point in the history
  3. Update beacon_node/beacon_chain/src/data_availability_checker/availab…

    …ility_view.rs
    
    Co-authored-by: Michael Sproul <micsproul@gmail.com>
    realbigsean and michaelsproul authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4a6caa3 View commit details
    Browse the repository at this point in the history
  4. Update beacon_node/beacon_chain/src/data_availability_checker/availab…

    …ility_view.rs
    
    Co-authored-by: Michael Sproul <micsproul@gmail.com>
    realbigsean and michaelsproul authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    581ea31 View commit details
    Browse the repository at this point in the history
  5. Update beacon_node/network/src/sync/block_lookups/delayed_lookup.rs

    Co-authored-by: Michael Sproul <micsproul@gmail.com>
    realbigsean and michaelsproul authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5e3ee97 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge branch 'deneb-free-blobs' of https://github.com/sigp/lighthouse

    …into move-deneb-lookup-delay-logic
    realbigsean committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    aba1ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176e587 View commit details
    Browse the repository at this point in the history
  3. remove duplicate deps

    realbigsean committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    61d56c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    188c974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b0c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    220fda1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75c50db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eec921 View commit details
    Browse the repository at this point in the history
  6. fix tests

    realbigsean committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2aba776 View commit details
    Browse the repository at this point in the history