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

PBS branch rebase v1.9.0 #31

Closed
wants to merge 92 commits into from
Closed

PBS branch rebase v1.9.0 #31

wants to merge 92 commits into from

Commits on Aug 26, 2024

  1. Builder API for op-node sequencer

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1291d19 View commit details
    Browse the repository at this point in the history
  2. remove debug logs

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b730d40 View commit details
    Browse the repository at this point in the history
  3. attributes publisher

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4a7ac17 View commit details
    Browse the repository at this point in the history
  4. remove unused field

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a19cff2 View commit details
    Browse the repository at this point in the history
  5. docker compose file for testing

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3295e59 View commit details
    Browse the repository at this point in the history
  6. move attribute publishing to CLsync

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e680d38 View commit details
    Browse the repository at this point in the history
  7. fill blob related fields

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    969b856 View commit details
    Browse the repository at this point in the history
  8. wsutils

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    740fbe7 View commit details
    Browse the repository at this point in the history
  9. UnmarshalJSON for deneb payloads

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3730af9 View commit details
    Browse the repository at this point in the history
  10. deneb fix

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    de03605 View commit details
    Browse the repository at this point in the history
  11. improve broadcasting

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7dd6456 View commit details
    Browse the repository at this point in the history
  12. add sse server options

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    283893c View commit details
    Browse the repository at this point in the history
  13. remove wss implementation

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dce4844 View commit details
    Browse the repository at this point in the history
  14. event server with native feeds

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    edfa267 View commit details
    Browse the repository at this point in the history
  15. remove ReadTimeout and IdleTimeout

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2cb06a9 View commit details
    Browse the repository at this point in the history
  16. Add metrics

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bc67021 View commit details
    Browse the repository at this point in the history
  17. switch back to CL sync

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9a8b35c View commit details
    Browse the repository at this point in the history
  18. verbose logging for builder-op-geth

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c3e9648 View commit details
    Browse the repository at this point in the history
  19. parse response as SubmitBlockRequest

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6fcf425 View commit details
    Browse the repository at this point in the history
  20. cleanup builder api

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d0a2279 View commit details
    Browse the repository at this point in the history
  21. refactor packages

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e2a170c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c69fbcb View commit details
    Browse the repository at this point in the history
  23. fix failing unit test build

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dff33ca View commit details
    Browse the repository at this point in the history
  24. remove event server

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0c480ea View commit details
    Browse the repository at this point in the history
  25. add PublishPayloadAttributes flag

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bd92314 View commit details
    Browse the repository at this point in the history
  26. Use builder category for builder flags

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0d811cc View commit details
    Browse the repository at this point in the history
  27. Remove SequencerProfitTotal counter

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4d19b3e View commit details
    Browse the repository at this point in the history
  28. returns http error response status code

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8126dcb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4b493e7 View commit details
    Browse the repository at this point in the history
  30. Use PayloadSource enum

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2fac360 View commit details
    Browse the repository at this point in the history
  31. Choose payloads by its value

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2b9fd23 View commit details
    Browse the repository at this point in the history
  32. fix nil pointer dereference

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0edd647 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5345098 View commit details
    Browse the repository at this point in the history
  34. typo fix

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b712658 View commit details
    Browse the repository at this point in the history
  35. use flags to control publish attributes

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0122274 View commit details
    Browse the repository at this point in the history
  36. adds unit test for clsync

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    20d2f7e View commit details
    Browse the repository at this point in the history
  37. comment on ParentBeaconBlockRoot

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4dd703b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    aa63dbc View commit details
    Browse the repository at this point in the history
  39. cleanup debug logs

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a4b67df View commit details
    Browse the repository at this point in the history
  40. cleanup logs in clsync

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8dd1266 View commit details
    Browse the repository at this point in the history
  41. return error when UnmarshalBinary fails

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    96437ee View commit details
    Browse the repository at this point in the history
  42. set NoTxPool

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    95a3a20 View commit details
    Browse the repository at this point in the history
  43. remove debug logs

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    df36813 View commit details
    Browse the repository at this point in the history
  44. restore plasma.da-service arg

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    458aff2 View commit details
    Browse the repository at this point in the history
  45. remove wsutil package

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ab87d11 View commit details
    Browse the repository at this point in the history
  46. remove events server

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0d7e7b5 View commit details
    Browse the repository at this point in the history
  47. Add EventStreamConfig and flags

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    124d91a View commit details
    Browse the repository at this point in the history
  48. Revert "add builder boost factor to payload selection"

    This reverts commit 467f85a.
    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    16b56ec View commit details
    Browse the repository at this point in the history
  49. Merge pull request #4 from flashbots/fb-op-node

    attributes publisher
    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e370691 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4f85efd View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a681b9f View commit details
    Browse the repository at this point in the history
  52. apply flags to docker compose

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a92e4da View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0df527e View commit details
    Browse the repository at this point in the history
  54. Handle noTxPool correctly

    - noTxPool is handled by the caller, of which there are two: CLSync and
      Driver.
    - noTxPool should be handled in case when there is a specific request
      from sequencer where there needs to be a upgrade tx that sets noTxPool
      to perform chain upgrade.
    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fcb78eb View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    2f96362 View commit details
    Browse the repository at this point in the history
  56. metrics: count transactions by source

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ddf674e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f0467f6 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    4c98442 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    51c956b View commit details
    Browse the repository at this point in the history
  60. introduce SetNoTxPool function

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c456d18 View commit details
    Browse the repository at this point in the history
  61. set block_time=2s

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e6401b9 View commit details
    Browse the repository at this point in the history
  62. init observability stack

    liamaharon authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4474c47 View commit details
    Browse the repository at this point in the history
  63. tweak dash

    liamaharon authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4f4b828 View commit details
    Browse the repository at this point in the history
  64. readme and .env

    liamaharon authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9908eea View commit details
    Browse the repository at this point in the history
  65. adds tx-fuzz to devnet

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3a3de20 View commit details
    Browse the repository at this point in the history
  66. add tx-fuzz service to bedrock

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1277599 View commit details
    Browse the repository at this point in the history
  67. configure slot time

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    444b93e View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    00abe4e View commit details
    Browse the repository at this point in the history
  69. rename fuzz to load-test

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3f4e9b6 View commit details
    Browse the repository at this point in the history
  70. remove l2 from dependency

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ababc56 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    bc913c6 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    5b6176f View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    d9fdca5 View commit details
    Browse the repository at this point in the history
  74. update load test image

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9309114 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    340374e View commit details
    Browse the repository at this point in the history
  76. use default net

    liamaharon authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1e95fdd View commit details
    Browse the repository at this point in the history
  77. Measure builder payload bytes

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ab6f949 View commit details
    Browse the repository at this point in the history
  78. README for pbs enabled devnet

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    14366a2 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    e39b6b6 View commit details
    Browse the repository at this point in the history
  80. resolve conflict

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2a36d90 View commit details
    Browse the repository at this point in the history
  81. nit: typos

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c7698fd View commit details
    Browse the repository at this point in the history
  82. improve readme

    - fix typos
    - add table for configuration options
    - add default values for each flags
    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    99921d1 View commit details
    Browse the repository at this point in the history
  83. verify signature from builder submission

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cba4ed8 View commit details
    Browse the repository at this point in the history
  84. add note to fork version

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4b37091 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    06ac5a5 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    c2a4ad2 View commit details
    Browse the repository at this point in the history
  87. handle errors from NewBuilderClient

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4bf2877 View commit details
    Browse the repository at this point in the history
  88. Merge branch 'pbs' into builder-sig

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6f7d496 View commit details
    Browse the repository at this point in the history
  89. nit: remove builderPubKey variable

    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2a7ea0a View commit details
    Browse the repository at this point in the history
  90. l2 builder dashboard

    liamaharon authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    daf0297 View commit details
    Browse the repository at this point in the history
  91. Merge pull request #27 from flashbots/builder-sig

    Verify signature of block submission
    jinmel authored and avalonche committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    55cb103 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. resolve merge conflicts

    avalonche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c4016ca View commit details
    Browse the repository at this point in the history