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: add optional id and clv to JWT claims #6052

Merged
merged 27 commits into from
Oct 24, 2023
Merged

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    15f1906 View commit details
    Browse the repository at this point in the history
  2. Update doc

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    156bd02 View commit details
    Browse the repository at this point in the history
  3. Add unit test

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    de7e876 View commit details
    Browse the repository at this point in the history
  4. Update comments and lint

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    70f2f72 View commit details
    Browse the repository at this point in the history
  5. Update unit test

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ef35d9f View commit details
    Browse the repository at this point in the history
  6. Update unit test

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0d4dfff View commit details
    Browse the repository at this point in the history
  7. Revert "Update unit test"

    This reverts commit ef35d9f.
    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6233200 View commit details
    Browse the repository at this point in the history
  8. Add id and clv to eth1

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a63cd22 View commit details
    Browse the repository at this point in the history
  9. Lint

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    445cd00 View commit details
    Browse the repository at this point in the history
  10. Address comment

    ensi321 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    74dde4a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    0d5f268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66e1b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1377617 View commit details
    Browse the repository at this point in the history
  4. Rename jwt-id to jwtId

    ensi321 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    485da7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d49c063 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Use Date.now() for iat

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    baa0ae4 View commit details
    Browse the repository at this point in the history
  2. Update packages/beacon-node/src/eth1/provider/jwt.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4b8098c View commit details
    Browse the repository at this point in the history
  3. Update packages/beacon-node/src/execution/engine/http.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2aa08fe View commit details
    Browse the repository at this point in the history
  4. Update packages/beacon-node/src/execution/engine/http.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    40e61e1 View commit details
    Browse the repository at this point in the history
  5. Update packages/cli/src/options/beaconNodeOptions/execution.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    20dcfec View commit details
    Browse the repository at this point in the history
  6. Address comments

    ensi321 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fef1859 View commit details
    Browse the repository at this point in the history
  7. Fix jsdoc

    nflaig authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    262afb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36844c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10c6a05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc5ffe4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8eb36c6 View commit details
    Browse the repository at this point in the history
  12. Fix lint issues

    nflaig committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f4996d2 View commit details
    Browse the repository at this point in the history