solana icon indicating copy to clipboard operation
solana copied to clipboard

Send Epoch Accounts Hash requests from set_root()

Open brooksprumo opened this issue 2 years ago • 1 comments

Problem

Epoch Accounts Hash requests are never sent.

Summary of Changes

Send Epoch Accounts Hash requests from bank_forks::set_root().

  • Add the ability to specify the request type (so ABS handles EAH with highest priority)
  • Add the ability to specify the accounts package type (so AHV handles EAH with highest priority)

brooksprumo avatar Sep 13 '22 19:09 brooksprumo

@jeffwashington I have to resolve why some local-cluster tests are failing, but I think this PR is good enough to review for direction/design.

I'll mark the PR as "ready for review" once I have all of CI passing, and then properly add you as a reviewer. Feel free to wait until there, or jump in early.

brooksprumo avatar Sep 15 '22 14:09 brooksprumo