Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] Include executable field into AccountMetaFlags (solan…
…a-labs#34724) #### Problem Before we have fully switched to the new way to determine whether an account is executable, we still need a bit for th executable flag at this moment in the TieredStorage as well as for backward compatibility in case we want to revert it back. #### Summary of Changes This PR adds the executable flag into AccountMetaFlags. #### Test Plan Updated existing tests for AccountMetaFlags to cover executable flag.
- Loading branch information