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

ledger-tool: Store rewards when using --enable_rpc_transaction_history #3872

Merged
merged 5 commits into from
Dec 3, 2024

Commits on Dec 2, 2024

  1. Move RewardsRecorderService types to blockstore_processor

    These types need to be used by blockstore_processor without having a
    dependency on solana-core. This is similar to what we do with the types
    used by TransactionStatusService
    steviez committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    547946d View commit details
    Browse the repository at this point in the history
  2. Add wrapper around sender and shift logic to type

    This will avoid duplicate logic
    steviez committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    000a52b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57fb1ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2528b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ccb170 View commit details
    Browse the repository at this point in the history