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

gRPC Gateway Removal #14089

Merged
merged 95 commits into from
Sep 4, 2024
Merged

gRPC Gateway Removal #14089

merged 95 commits into from
Sep 4, 2024

Commits on Jun 6, 2024

  1. wip passing e2e

    james-prysm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    123e289 View commit details
    Browse the repository at this point in the history
  2. reverting temp comment

    james-prysm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    dcaefd2 View commit details
    Browse the repository at this point in the history
  3. remove unneeded comments

    james-prysm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3385c42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec0c7e8 View commit details
    Browse the repository at this point in the history
  5. fixing merge errors

    james-prysm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b9de353 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b6206e View commit details
    Browse the repository at this point in the history
  7. fixing test

    james-prysm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7959bab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf623e2 View commit details
    Browse the repository at this point in the history
  9. unused linting

    james-prysm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    46f274f View commit details
    Browse the repository at this point in the history
  10. gaz

    james-prysm committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c761443 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. temp removing these tests as we need placeholder/wrapper APIs for the…

    …m with the removal of the gateway
    james-prysm committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c80f8e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    cfbc2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f012e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    109d283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ba98c View commit details
    Browse the repository at this point in the history
  3. goimport

    james-prysm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e1ef6ff View commit details
    Browse the repository at this point in the history
  4. fixing deepsource

    james-prysm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5927bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    105685f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a7204 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. git mv

    james-prysm committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    20cc6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b637ddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327c7e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update validator/package/validator.yaml

    Co-authored-by: Radosław Kapka <rkapka@wp.pl>
    james-prysm and rkapka authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d415e8e View commit details
    Browse the repository at this point in the history
  2. Update validator/package/validator.yaml

    Co-authored-by: Radosław Kapka <rkapka@wp.pl>
    james-prysm and rkapka authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2b7f795 View commit details
    Browse the repository at this point in the history
  3. Update cmd/beacon-chain/flags/base.go

    Co-authored-by: Radosław Kapka <rkapka@wp.pl>
    james-prysm and rkapka authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8ea3902 View commit details
    Browse the repository at this point in the history
  4. Update cmd/beacon-chain/flags/base.go

    Co-authored-by: Radosław Kapka <rkapka@wp.pl>
    james-prysm and rkapka authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cac35b8 View commit details
    Browse the repository at this point in the history
  5. Update cmd/beacon-chain/flags/base.go

    Co-authored-by: Radosław Kapka <rkapka@wp.pl>
    james-prysm and rkapka authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    602178d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc6e2e1 View commit details
    Browse the repository at this point in the history
  7. addressing feedback

    james-prysm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    19f631a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63019ee View commit details
    Browse the repository at this point in the history
  9. missed lint

    james-prysm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3116e95 View commit details
    Browse the repository at this point in the history
  10. renaming import

    james-prysm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ca81e6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8de65c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9789d90 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    3257fad View commit details
    Browse the repository at this point in the history
  2. don't require mux handler

    james-prysm committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c396910 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. gaz

    james-prysm committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    48f00a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3859fa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6355a98 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    41ad4d9 View commit details
    Browse the repository at this point in the history
  2. removing gRPC service from validator completely, merged with http ser…

    …vice, renames are a work in progress
    james-prysm committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3734fbe View commit details
    Browse the repository at this point in the history
  3. updating go.sum

    james-prysm committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    65ce6ff View commit details
    Browse the repository at this point in the history
  4. linting

    james-prysm committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3279e37 View commit details
    Browse the repository at this point in the history
  5. trailing white space

    james-prysm committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4bb6182 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b94f21f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. adding wrapper for routes

    james-prysm committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6d0fe18 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    fe83dae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83adabe View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    8b4ade6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40d275 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. reverting version

    james-prysm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f689adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a56a3 View commit details
    Browse the repository at this point in the history
  3. gaz

    james-prysm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    32e5886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3351929 View commit details
    Browse the repository at this point in the history
  5. fixing unit test

    james-prysm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ca7b103 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    2602973 View commit details
    Browse the repository at this point in the history
  2. fixing dependencies

    james-prysm committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ee83126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a197b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jun 30, 2024

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

Commits on Jul 1, 2024

  1. reverting unit test

    james-prysm committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ae4dd2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7df8b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04b29c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    07acf9a View commit details
    Browse the repository at this point in the history
  2. fixing conflict

    james-prysm committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    aa20399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56f764d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 19, 2024

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

Commits on Jul 30, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    7e79c55 View commit details
    Browse the repository at this point in the history
  2. updating change log

    james-prysm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4261dec View commit details
    Browse the repository at this point in the history
  3. Update log.go

    Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
    james-prysm and prestonvanloon authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    afb9fb7 View commit details
    Browse the repository at this point in the history
  4. gaz

    james-prysm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ade93e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update api/server/httprest/server.go

    Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
    james-prysm and prestonvanloon authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    499144f View commit details
    Browse the repository at this point in the history
  2. addressing some feedback

    james-prysm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1810c0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8b042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa7e259 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. gofmt

    james-prysm committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    894ca7b View commit details
    Browse the repository at this point in the history
  2. fixing test

    james-prysm committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    097bafb View commit details
    Browse the repository at this point in the history
  3. fixing deepsource issue

    james-prysm committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    95c1570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9df43fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dac48b View commit details
    Browse the repository at this point in the history
  6. missed removal of a flag

    james-prysm committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    362f3f0 View commit details
    Browse the repository at this point in the history
  7. fixing test:

    james-prysm committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1ba0ac9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update CHANGELOG.md

    Co-authored-by: Radosław Kapka <rkapka@wp.pl>
    james-prysm and rkapka authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0169f1f View commit details
    Browse the repository at this point in the history
  2. addressing feedback

    james-prysm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2442589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31776b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72dddf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87aad16 View commit details
    Browse the repository at this point in the history
  6. removing unused struct

    james-prysm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    23493b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9d53cd View commit details
    Browse the repository at this point in the history