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 endpoint for attestations reward #6484

Merged
merged 20 commits into from
Mar 18, 2024
Merged

Commits on Feb 27, 2024

  1. Define route and route test

    ensi321 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    422167b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Update types

    ensi321 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e81dc60 View commit details
    Browse the repository at this point in the history
  2. Partial implementation

    ensi321 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c39a115 View commit details
    Browse the repository at this point in the history
  3. Lint

    ensi321 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3a364e7 View commit details
    Browse the repository at this point in the history
  4. Complete total reward

    ensi321 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c5bd70c View commit details
    Browse the repository at this point in the history
  5. Add comment

    ensi321 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3ad6d80 View commit details
    Browse the repository at this point in the history
  6. Lint

    ensi321 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    051affa View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Update packages/api/src/beacon/routes/beacon/rewards.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9096a27 View commit details
    Browse the repository at this point in the history
  2. Update packages/beacon-node/src/chain/chain.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4c80c45 View commit details
    Browse the repository at this point in the history
  3. Update packages/api/src/beacon/routes/beacon/rewards.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f9ebd27 View commit details
    Browse the repository at this point in the history
  4. Update packages/beacon-node/src/chain/chain.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    48eb776 View commit details
    Browse the repository at this point in the history
  5. Update packages/beacon-node/src/chain/rewards/attestationsRewards.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2478ddb View commit details
    Browse the repository at this point in the history
  6. Update comment

    ensi321 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5f0b4d6 View commit details
    Browse the repository at this point in the history
  7. Update comment

    ensi321 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a37146a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

    ensi321 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6088d88 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Review PR

    nflaig authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0720f8a View commit details
    Browse the repository at this point in the history
  2. Remove stale issue ref

    nflaig authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0c47b50 View commit details
    Browse the repository at this point in the history
  3. Add missing await

    nflaig authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7bf0fac View commit details
    Browse the repository at this point in the history