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

beacon/blsync: support for deneb fork #29180

Merged
merged 31 commits into from
Mar 20, 2024
Merged

beacon/blsync: support for deneb fork #29180

merged 31 commits into from
Mar 20, 2024

Commits on Mar 18, 2024

  1. go.mod: upgrade to zrnt v0.32.2

    We can't use the version after that because it already requires Go 1.21.
    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ba57045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3029e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aec6b03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4e18c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da73def View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91e60d8 View commit details
    Browse the repository at this point in the history
  7. beacon/types: rename import

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d75c0e5 View commit details
    Browse the repository at this point in the history
  8. beacon/types: add ExecutionHeader

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    27088a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63471ba View commit details
    Browse the repository at this point in the history
  10. beacon/types: add some comments

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    aa33dcf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9fddf8e View commit details
    Browse the repository at this point in the history
  12. beacon/blsync: schedule deneb

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    47f2f1f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7db96f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1ae369 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e102c00 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    722c602 View commit details
    Browse the repository at this point in the history
  17. beacon/types: add beacon header in ChainHeadEvent

    and change HeadBlock to types.Block
    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    72bb344 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84dd619 View commit details
    Browse the repository at this point in the history
  19. cmd/blsync: use new engine client

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dfd8dce View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    90151ae View commit details
    Browse the repository at this point in the history
  21. eth/catalyst: remove blsync code

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dfa3575 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6294f97 View commit details
    Browse the repository at this point in the history
  23. beacon/blsync: fix passing config

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5bc6d0b View commit details
    Browse the repository at this point in the history
  24. beacon/blsync: fix crash in Stop

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8a74643 View commit details
    Browse the repository at this point in the history
  25. cmd/geth: fix blsync rpc attach

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    db01089 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ed3856d View commit details
    Browse the repository at this point in the history
  27. beacon/blsync: rename file

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cbe5e67 View commit details
    Browse the repository at this point in the history
  28. beacon/light/api: fix event loop exit

    zsfelfoldi authored and fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6b93b3d View commit details
    Browse the repository at this point in the history
  29. beacon/blsync: fix test

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0089d3a View commit details
    Browse the repository at this point in the history
  30. beacon/blsync: fix lint warnings

    fjl committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2c924fe View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4741dcb View commit details
    Browse the repository at this point in the history