Closed Zurcusa closed 2 weeks ago
Runtime now reverts all state storage changes originating from a runtime call different from Core_execute_block. This is needed when validating transactions. The runtime updates state storage when checking if a provided transaction is valid.
Core_execute_block
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Description
Runtime now reverts all state storage changes originating from a runtime call different from
Core_execute_block
. This is needed when validating transactions. The runtime updates state storage when checking if a provided transaction is valid.