You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently, the SVM processes a transaction and returns its results without updating the database with the account modifications. It may be a little counterintuitive to not have this update in the SVM, as external users would need to update their database themselves. Investigate if it is possible to move account commits to the SVM.
External users may want to user programs without a loader of with a custom loader. Investigate if is possible to relax the existing constraints to expose newer loaders without compromising security.
Maintenance of the Solana account model.
The text was updated successfully, but these errors were encountered:
LucasSte
changed the title
Investigate if account commit can be moved to SVM
Investigation items for SVM
Mar 27, 2024
Items to possibly investigate in the SVM context
Presently, the SVM processes a transaction and returns its results without updating the database with the account modifications. It may be a little counterintuitive to not have this update in the SVM, as external users would need to update their database themselves. Investigate if it is possible to move account commits to the SVM.
External users may want to user programs without a loader of with a custom loader. Investigate if is possible to relax the existing constraints to expose newer loaders without compromising security.
Maintenance of the Solana account model.
The text was updated successfully, but these errors were encountered: