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 Altair block reward #6178

Merged
merged 28 commits into from
Feb 22, 2024

Commits on Jan 23, 2024

  1. Add block rewards api

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6679119 View commit details
    Browse the repository at this point in the history
  2. Add test

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f67421b View commit details
    Browse the repository at this point in the history
  3. Add unit test

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0b030f2 View commit details
    Browse the repository at this point in the history
  4. Lint

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5e3f0f5 View commit details
    Browse the repository at this point in the history
  5. Address comment

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c2da457 View commit details
    Browse the repository at this point in the history
  6. Reduce code redundancy

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1e47858 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac9bb42 View commit details
    Browse the repository at this point in the history
  8. Lint

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1fc3201 View commit details
    Browse the repository at this point in the history
  9. Partially address comments

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f702c2b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c14d0c View commit details
    Browse the repository at this point in the history
  11. Update test

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f331e5a View commit details
    Browse the repository at this point in the history
  12. lint

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    db5cc41 View commit details
    Browse the repository at this point in the history
  13. Update packages/beacon-node/src/chain/rewards/blockRewards.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    edc8c3c View commit details
    Browse the repository at this point in the history
  14. Update packages/beacon-node/src/chain/rewards/blockRewards.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f543045 View commit details
    Browse the repository at this point in the history
  15. Update packages/beacon-node/src/chain/rewards/blockRewards.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b605529 View commit details
    Browse the repository at this point in the history
  16. Update packages/beacon-node/src/chain/rewards/blockRewards.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    ensi321 and nflaig committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    45734fa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f80daf4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3f8d42c View commit details
    Browse the repository at this point in the history
  19. Fix test

    ensi321 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f2bbe95 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Rename state to preState

    ensi321 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cde10e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e2fc4 View commit details
    Browse the repository at this point in the history
  3. Clean up imports

    ensi321 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ee42dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6f68d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c10acf View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    47e9650 View commit details
    Browse the repository at this point in the history
  2. Add getPreStateSync()

    ensi321 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    719ab1d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    51bbf5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from tuyennhv/tuyennhv/rewards-api

    fix: clone states to compute block rewards
    ensi321 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    eceea02 View commit details
    Browse the repository at this point in the history