Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dont' recover signer in a hot loop (#212)
## 📝 Summary This is pretty serious regression that I've missed while reviewing external PR on one of the reth upgrades. We need to be careful to not allow something like that slip in the future. ## 💡 Motivation and Context calling recover_signer verifies transaction signature every time we try to executing something in the vm. --- ## ✅ I have completed the following steps: * [ ] Run `make lint` * [ ] Run `make test` * [ ] Added tests (if applicable)
- Loading branch information