Commit f60a4ec
authored
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)1 parent 66613c9 commit f60a4ec
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
| 423 | + | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments