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

feat: de-duplicate payloads from persisted beacon blocks #6029

Draft
wants to merge 49 commits into
base: unstable
Choose a base branch
from

Commits on Oct 30, 2023

  1. WIP with FullOrBlindedSignedBeaconBlock

    dapplion authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7fe92f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d46517 View commit details
    Browse the repository at this point in the history
  3. Draft consumer points

    dapplion authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c99030e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e119753 View commit details
    Browse the repository at this point in the history
  5. wip: TODOs. remove commit

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9d438a4 View commit details
    Browse the repository at this point in the history
  6. fix: rough out to get building

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5f32489 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    758005e View commit details
    Browse the repository at this point in the history
  8. feat: build out fullOrBlindedBlock.ts

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    afd645c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    375f002 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6793707 View commit details
    Browse the repository at this point in the history
  11. feat: block reassembly as generator

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    821ea79 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bee326c View commit details
    Browse the repository at this point in the history
  13. test: debugging fullOrBlindedBlock

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    617dc22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f9ed0b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0d27985 View commit details
    Browse the repository at this point in the history
  16. test: debug fullOrBlindedBlock.ts

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4f1ad7b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    358c49a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d5dd74d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    488294f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c7c486b View commit details
    Browse the repository at this point in the history
  21. chore: fix lint issues

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f7eda87 View commit details
    Browse the repository at this point in the history
  22. chore: fix check-types error

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b834932 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    08f7e9a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9754368 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ac5e40a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a208b24 View commit details
    Browse the repository at this point in the history
  27. refactor: standardize function names

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d96a4e4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4e69106 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    af94fcb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6aaa250 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ee6953b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    89a1e48 View commit details
    Browse the repository at this point in the history
  33. chore: fix lint error

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    909b7b6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d17136b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    03fa617 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0aa9e14 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    37147ad View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    844e6cb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    077bcca View commit details
    Browse the repository at this point in the history
  40. fix: convert all json to ssz fixtures

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9e89430 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    bc8e6b7 View commit details
    Browse the repository at this point in the history
  42. chore: fix lint error

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    22d7ae6 View commit details
    Browse the repository at this point in the history
  43. refactor: clean up fullOrBlindedBlock

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0d08933 View commit details
    Browse the repository at this point in the history
  44. fix: debugged test:sim:multifork

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a07b3ab View commit details
    Browse the repository at this point in the history
  45. fix: debug broken test:sim:deneb

    matthewkeil authored and g11tech committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    62619a9 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    9489edd View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    554c33d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9a60b32 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    adfa2f5 View commit details
    Browse the repository at this point in the history