solana icon indicating copy to clipboard operation
solana copied to clipboard

SVM: Move `TransactionAccountStateInfo` to svm and decouple from `bank`

Open pgarg66 opened this issue 1 year ago • 0 comments

Problem

TransactionAccountStateInfo is only used by transaction processing code in SVM. It can be moved to the svm folder and cleaned up to remove dependency on Bank.

Summary of Changes

Move to svm, and remove Bank deps.

Fixes #

pgarg66 avatar Jan 27 '24 00:01 pgarg66