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

merge with prysm upstream #28

Open
wants to merge 175 commits into
base: develop
Choose a base branch
from
Open

merge with prysm upstream #28

wants to merge 175 commits into from

Commits on May 9, 2023

  1. (-) Port changes from previous repo

    zlu authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9ec45a4 View commit details
    Browse the repository at this point in the history
  2. (-) Fix rebase error

    zlu authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c6e8410 View commit details
    Browse the repository at this point in the history
  3. (-) Patch bazel deps

    zlu authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4807395 View commit details
    Browse the repository at this point in the history
  4. (-) More bazel

    zlu authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f6b3d97 View commit details
    Browse the repository at this point in the history
  5. (-) Address comments

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c7a08cf View commit details
    Browse the repository at this point in the history
  6. feat: light client store init

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    efc98ce View commit details
    Browse the repository at this point in the history
  7. chore: reduce stutter

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2e77bb0 View commit details
    Browse the repository at this point in the history
  8. feat: implement finality update minus validation

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6e1c5b1 View commit details
    Browse the repository at this point in the history
  9. feat: is*update() helpers

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    618b9d3 View commit details
    Browse the repository at this point in the history
  10. feat: partial is_better_update impl

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f78671f View commit details
    Browse the repository at this point in the history
  11. feat: make LightClientUpdate an interface to avoid copying

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b228c50 View commit details
    Browse the repository at this point in the history
  12. feat: implement is_better_update

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ed801f5 View commit details
    Browse the repository at this point in the history
  13. feat: finish utilities relavant to LightClientUpdate

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7073b7d View commit details
    Browse the repository at this point in the history
  14. feat: finish store helpers

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6647585 View commit details
    Browse the repository at this point in the history
  15. doc: port missing comments

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7d73520 View commit details
    Browse the repository at this point in the history
  16. chore: use Slot type everywhere

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6f23da7 View commit details
    Browse the repository at this point in the history
  17. chore: make signature slot Slot types

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c453da5 View commit details
    Browse the repository at this point in the history
  18. chore: simplify import

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a24b3c1 View commit details
    Browse the repository at this point in the history
  19. feat: implement update validation

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3f415dd View commit details
    Browse the repository at this point in the history
  20. feat: optimistic update

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    74c82ca View commit details
    Browse the repository at this point in the history
  21. feat: force update

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a8c86b3 View commit details
    Browse the repository at this point in the history
  22. feat: make store/update encodable

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    010655b View commit details
    Browse the repository at this point in the history
  23. fix: review comments

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    af8dccd View commit details
    Browse the repository at this point in the history
  24. fix: review round 2

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    af3b13d View commit details
    Browse the repository at this point in the history
  25. fix: remove all consts available in config

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bee90b0 View commit details
    Browse the repository at this point in the history
  26. chore: consolidate indices in proto

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    aeb5706 View commit details
    Browse the repository at this point in the history
  27. fix: optimize bits loop

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    249181b View commit details
    Browse the repository at this point in the history
  28. fix: read domain sync committee from config

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1ff3e4e View commit details
    Browse the repository at this point in the history
  29. doc: add comments for store fiels

    7AC authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5f896ea View commit details
    Browse the repository at this point in the history
  30. fix: safety threshold calculation

    7AC authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e4e3c7c View commit details
    Browse the repository at this point in the history
  31. chore: fix imports

    7AC authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fc73b06 View commit details
    Browse the repository at this point in the history
  32. fix: comment format

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bca7814 View commit details
    Browse the repository at this point in the history
  33. chore: make ProcessUpdate() public

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8be5ce1 View commit details
    Browse the repository at this point in the history
  34. fix: typoe

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    04cedad View commit details
    Browse the repository at this point in the history
  35. fix: pass bootstrap by pointer

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    38379f6 View commit details
    Browse the repository at this point in the history
  36. (-) Add LightClientUpdatesByRange req/rsp proto

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ceb63fa View commit details
    Browse the repository at this point in the history
  37. (-) Add RPC skeleton

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    96b57a4 View commit details
    Browse the repository at this point in the history
  38. (-) Hook REST responses

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b0aade4 View commit details
    Browse the repository at this point in the history
  39. (-) Try dummy non-array response

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9896959 View commit details
    Browse the repository at this point in the history
  40. (-) Handle slice input correctly

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    626560e View commit details
    Browse the repository at this point in the history
  41. (-) Return array instead of gRPC format

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    80ac107 View commit details
    Browse the repository at this point in the history
  42. (-) Refactor to be standard coding style

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0d5a10b View commit details
    Browse the repository at this point in the history
  43. (-) struct renaming to spec standard

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8de0591 View commit details
    Browse the repository at this point in the history
  44. (-) Initial impl for create light client update

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8b4d7d8 View commit details
    Browse the repository at this point in the history
  45. (-) Fix sync committee generalized index issue

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b79b960 View commit details
    Browse the repository at this point in the history
  46. (-) Add merkle proof verification

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5bd718e View commit details
    Browse the repository at this point in the history
  47. (-) Fix NPE

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    662f0ac View commit details
    Browse the repository at this point in the history
  48. (-) Handle no updates case

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4e17d34 View commit details
    Browse the repository at this point in the history
  49. (-) Remove unused func

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3fb66b1 View commit details
    Browse the repository at this point in the history
  50. (-) Add consts

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0e91f80 View commit details
    Browse the repository at this point in the history
  51. (-) Change comments

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4a90039 View commit details
    Browse the repository at this point in the history
  52. (-) Add full spec create snapshot implementation

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    26f284b View commit details
    Browse the repository at this point in the history
  53. (-) Add full spec finality update implementation

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    cc1f1b8 View commit details
    Browse the repository at this point in the history
  54. (-) Add full spec optimisitc update implementation

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5d77b72 View commit details
    Browse the repository at this point in the history
  55. (-) Better handle errors

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    cc03423 View commit details
    Browse the repository at this point in the history
  56. (-) Move helper functions to their pkg

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2378be6 View commit details
    Browse the repository at this point in the history
  57. (-) Use the helpers function for events

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    90048ec View commit details
    Browse the repository at this point in the history
  58. (-) Rebase to latest develop branch

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    81f2c0b View commit details
    Browse the repository at this point in the history
  59. (-) Fix more rebase errors

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    efc5b9f View commit details
    Browse the repository at this point in the history
  60. (-) Handle cognitive complexity issues

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    14214e6 View commit details
    Browse the repository at this point in the history
  61. (-) Simplify logic

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c9a6aaa View commit details
    Browse the repository at this point in the history
  62. (-) Fix NPE

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f2f97fb View commit details
    Browse the repository at this point in the history
  63. (-) Address comments (Move to Go style constructor function)

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d4b04c0 View commit details
    Browse the repository at this point in the history
  64. (-) Method renaming to distinguish from default constructor

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    994f762 View commit details
    Browse the repository at this point in the history
  65. feat: generic update marshaling

    Also have LightClientUpdate implement LightClientGenericUpdate (renamed from Update)
    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a68fabe View commit details
    Browse the repository at this point in the history
  66. chore: marshaling should be implitic

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c128934 View commit details
    Browse the repository at this point in the history
  67. chore: rename util

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0de7d78 View commit details
    Browse the repository at this point in the history
  68. chore: use consts for type names

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b937f1d View commit details
    Browse the repository at this point in the history
  69. chore: make update type names public

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4944239 View commit details
    Browse the repository at this point in the history
  70. feat: add marshalable light client config

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1da0654 View commit details
    Browse the repository at this point in the history
  71. fix: add json tag for config

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    511cf4a View commit details
    Browse the repository at this point in the history
  72. fix: do not marshal config in updates

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    43fe2be View commit details
    Browse the repository at this point in the history
  73. chore: consolidate updates into a single type

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1c50ecc View commit details
    Browse the repository at this point in the history
  74. chore: fix lint

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b34e393 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    5004631 View commit details
    Browse the repository at this point in the history
  76. fix: do not populate all fields for updates

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    dd84b02 View commit details
    Browse the repository at this point in the history
  77. fix: use specific updates for API

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c6177e5 View commit details
    Browse the repository at this point in the history
  78. feat: reject malformed finality/optimistic updates

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    30d96c7 View commit details
    Browse the repository at this point in the history
  79. chore: be consistent with lightclient naming

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a1b58fa View commit details
    Browse the repository at this point in the history
  80. feat: Genesis, Bootstrap and ExecutionPayloadHeader constructors from…

    … JSON
    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a4ad32a View commit details
    Browse the repository at this point in the history
  81. feat:LightClientUpdate from JSON

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8848588 View commit details
    Browse the repository at this point in the history
  82. chore: move genesis to v1 package

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    56437e2 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    ddcc6fa View commit details
    Browse the repository at this point in the history
  84. fix: big int conversions

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    55b95be View commit details
    Browse the repository at this point in the history
  85. chore: goimports

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8e93fc3 View commit details
    Browse the repository at this point in the history
  86. chore: add Response in LightClientUpdateResponseJson

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    378ca48 View commit details
    Browse the repository at this point in the history
  87. fix: lint

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b350ae1 View commit details
    Browse the repository at this point in the history
  88. fix: do not panic if store creation fails

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    513a5b9 View commit details
    Browse the repository at this point in the history
  89. fix: stop being explict about branch depth

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    edebf45 View commit details
    Browse the repository at this point in the history
  90. fix: revert hex conversion

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    51f3ba4 View commit details
    Browse the repository at this point in the history
  91. chore: move helpers outside of Update

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    dac7560 View commit details
    Browse the repository at this point in the history
  92. feat: support bellatrix fork

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d856a5f View commit details
    Browse the repository at this point in the history
  93. fix: account for empty finalized header

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1a31f71 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    2935a49 View commit details
    Browse the repository at this point in the history
  95. fix: assume empty means nil

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    372e676 View commit details
    Browse the repository at this point in the history
  96. fix: misc empty checks

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9e83900 View commit details
    Browse the repository at this point in the history
  97. fix: use ethpbv2.LightClientUpdate in public APIs

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d462b07 View commit details
    Browse the repository at this point in the history
  98. fix: lint

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    83a3c57 View commit details
    Browse the repository at this point in the history
  99. fix: use correct index in finality update check

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f04c5d5 View commit details
    Browse the repository at this point in the history
  100. fix: revert update types in protobuf

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    34f48d7 View commit details
    Browse the repository at this point in the history
  101. fix: restore typed results for light client update endpoints

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0d70c3d View commit details
    Browse the repository at this point in the history
  102. feat: typed light client update for serialization

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5aa74e3 View commit details
    Browse the repository at this point in the history
  103. fix: json update type name

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    df6d160 View commit details
    Browse the repository at this point in the history
  104. feat: add generic LightClient.Update interface

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    859ddcb View commit details
    Browse the repository at this point in the history
  105. feat: generic update processing API

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f100631 View commit details
    Browse the repository at this point in the history
  106. feat: unmarshaling logic from typed JSON to generic update

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ced364d View commit details
    Browse the repository at this point in the history
  107. fix: unmarshal to pointers

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2421d34 View commit details
    Browse the repository at this point in the history
  108. chore: generic update constructors from JSON

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3cfa478 View commit details
    Browse the repository at this point in the history
  109. feat: support capella fork

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c3ddb4e View commit details
    Browse the repository at this point in the history
  110. feat: JSON light client config

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    71d0cab View commit details
    Browse the repository at this point in the history
  111. fix: use marshaler interface

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bc28c6e View commit details
    Browse the repository at this point in the history
  112. fix: domain sync committee

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e0f1196 View commit details
    Browse the repository at this point in the history
  113. chore: remove unused tags

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8ba6089 View commit details
    Browse the repository at this point in the history
  114. fix: typed update data field

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b7c3677 View commit details
    Browse the repository at this point in the history
  115. chore: remove unused constructor

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1424d81 View commit details
    Browse the repository at this point in the history
  116. fix: re-add json tags

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b6654ab View commit details
    Browse the repository at this point in the history
  117. fix: bellatrix value

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ae59eb4 View commit details
    Browse the repository at this point in the history
  118. chore: remove unused tags

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a47d7cf View commit details
    Browse the repository at this point in the history
  119. fix: do not panic decoding hex

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    70d6335 View commit details
    Browse the repository at this point in the history
  120. fix: trusted root check

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0dad5f1 View commit details
    Browse the repository at this point in the history
  121. fix: finality branch and sync committees unmarshaling

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9aabbee View commit details
    Browse the repository at this point in the history
  122. fix: fork versions in config

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    03b9412 View commit details
    Browse the repository at this point in the history
  123. chore: make sync committee and finality update checks public

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c849307 View commit details
    Browse the repository at this point in the history
  124. fix: import loop for FloorLog2()

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7279578 View commit details
    Browse the repository at this point in the history
  125. feat: generate ssz logic for SyncCommittee

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    34e9dfd View commit details
    Browse the repository at this point in the history
  126. chore: add missing source file to BUILD

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    df89746 View commit details
    Browse the repository at this point in the history
  127. fix: deepsource

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fd02fed View commit details
    Browse the repository at this point in the history
  128. chore: more validation for bootstrap and updates

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1f0fc20 View commit details
    Browse the repository at this point in the history
  129. feat: add ability to validate and process separately

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5ef27c2 View commit details
    Browse the repository at this point in the history
  130. fix: complexity of onBlock()

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b40b8cc View commit details
    Browse the repository at this point in the history
  131. (-) base fee per gas needs to be 32 bytes

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ef993e0 View commit details
    Browse the repository at this point in the history
  132. (-) Base fee per gas is little-endian

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e9651d8 View commit details
    Browse the repository at this point in the history
  133. fix: deepsourced

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4201b52 View commit details
    Browse the repository at this point in the history
  134. (-) Fix a comment

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    25c8f8e View commit details
    Browse the repository at this point in the history
  135. feat: clone method for light client store

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3cc6d47 View commit details
    Browse the repository at this point in the history
  136. fix: deepsource

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1daf176 View commit details
    Browse the repository at this point in the history
  137. fix: correct pkg name from rebase

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4c7ecac View commit details
    Browse the repository at this point in the history
  138. fix: update protogen file for IDE

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7d3a00a View commit details
    Browse the repository at this point in the history
  139. fix: rollback partial change in

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9f933b5 View commit details
    Browse the repository at this point in the history
  140. fix: deepsource complains unused receiver variable

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    321ade5 View commit details
    Browse the repository at this point in the history
  141. fix: sync committee hash tree root generation issue

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    80ab7e4 View commit details
    Browse the repository at this point in the history
  142. refactor: remove unused arguments in

    NewLightClientOptimisticUpdateFromBeaconState
    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bab2d9e View commit details
    Browse the repository at this point in the history
  143. refactor: remove unused argument in NewLightClientFinalityUpdateFromB…

    …eaconState
    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    91d24bc View commit details
    Browse the repository at this point in the history
  144. fix: patch light_client_optimisitc_update to return a result satisifies

    minSyncCommitteeSig requirement
    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    229a776 View commit details
    Browse the repository at this point in the history
  145. refactor: more efficien code

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e37dc84 View commit details
    Browse the repository at this point in the history
  146. refactor: better performance code

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d15da8a View commit details
    Browse the repository at this point in the history
  147. fix: ligth client finality endpoint need super majority of signatures

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e5cb922 View commit details
    Browse the repository at this point in the history
  148. refactor: consolidate duplicate logics

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    12b3719 View commit details
    Browse the repository at this point in the history
  149. fix: light client finality stream needs super majority

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e46776c View commit details
    Browse the repository at this point in the history
  150. refactor: try to solve lint problem

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    dadf633 View commit details
    Browse the repository at this point in the history
  151. refactor: address comments

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8d37df7 View commit details
    Browse the repository at this point in the history
  152. fix: guard start period in LC full update endpoints

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a5cdea3 View commit details
    Browse the repository at this point in the history
  153. fix: light client full updates need super majority

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8b887cb View commit details
    Browse the repository at this point in the history
  154. chore: upgrade go-libp2p

    Ports the fix for quic-go/quic-go#3630
    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d0c9a13 View commit details
    Browse the repository at this point in the history
  155. chore: upgrade go-libp2p-pubsub to match go-libp2p

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    126d15a View commit details
    Browse the repository at this point in the history
  156. chore: remove identify.IDDelta

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    296209f View commit details
    Browse the repository at this point in the history
  157. fix: convert p2p protocols to strings

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    68b3487 View commit details
    Browse the repository at this point in the history
  158. fix: goimpots

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    75bd49c View commit details
    Browse the repository at this point in the history
  159. fix: node_test

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    cb1829d View commit details
    Browse the repository at this point in the history
  160. fix: unused method receivers

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a79ef49 View commit details
    Browse the repository at this point in the history
  161. fix: change light client related block type usage to readonly version

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ecc8ae3 View commit details
    Browse the repository at this point in the history
  162. chore: allow protocol

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    104f815 View commit details
    Browse the repository at this point in the history
  163. fix: remove useless conversion

    Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a75be31 View commit details
    Browse the repository at this point in the history
  164. fix: patch GetLightClientUpdatesByRange

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    afa86f5 View commit details
    Browse the repository at this point in the history
  165. refactor: address comments

    qinlz2 authored and Giuseppe Valente committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9d3c24d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. fix: pass protocols as protocols

    Giuseppe Valente committed May 18, 2023
    Configuration menu
    Copy the full SHA
    00a6188 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. merge with prysm upstream

    dshiell committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    115a3c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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

Commits on Aug 9, 2023

  1. chore: regenerate protobufs

    Giuseppe Valente committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ce0e037 View commit details
    Browse the repository at this point in the history
  2. chore: remove duplicate deps

    Giuseppe Valente committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fde090a View commit details
    Browse the repository at this point in the history
  3. fix: remove dup src

    Giuseppe Valente committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    32a8b2b View commit details
    Browse the repository at this point in the history
  4. fix: more merge fallout

    Giuseppe Valente committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    27c4add View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. feat: JSON parsing for capella header

    Giuseppe Valente committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0437ce4 View commit details
    Browse the repository at this point in the history
  2. chore: remove changes specific to fast devnet

    Giuseppe Valente committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bb21e5e View commit details
    Browse the repository at this point in the history
  3. fix: linter

    Giuseppe Valente committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6fb1d78 View commit details
    Browse the repository at this point in the history