Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.16: Update ShredFetchStage::modify_packets to drop root bank quick…
…er (backport of #33105) (#33152) Update ShredFetchStage::modify_packets to drop root bank quicker (#33105) This function used to contain feature gate activation checks that required access to a bank. Those checks have been cleaned up, so we no longer need access to a full Bank. Rather, we can momentarily get a Bank from BankForks, calculate the necessary results and then drop the Bank along with the BankForks read lock. (cherry picked from commit ad33c68) # Conflicts: # core/src/shred_fetch_stage.rs Co-authored-by: steviez <[email protected]>
- Loading branch information