Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Blockstore populate TransactionStatusIndex for backwards compat
Versions v1.16 and v1.17 expect these entries to be populated; there is code that calls .unwrap() on the Option returned by .get(). A change that is currently in master (and should land in v1.18) will make it such that these entries are no longer read. Until the TransactionStatusIndexMeta's are no longer read, they should continue to be populated to allow for software downgrade scenarios. So, add back code that #33649 overzealously removed to populate these entries.
- Loading branch information