Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svm: interleave transaction validation and processing (#3404)
* introduce `AccountLoader`, which encapsulates all means of loading accounts * refactor transaction processing to do validation and loading for each transaction in sequence * validate nonce data before each transaction this is a refactor that changes no behavior, in preparation for implementing SIMD83 for SVM
- Loading branch information