Closed crosschainer closed 5 months ago
This will fix it but cause even more issues. If a tx changes a value and then another tx does something to the same value but the cache is flushed after because of exception no changes will ever be applied from the successful tx because we only really apply changes on the end of the block. We need to only remove the changes from this one transaction from the cache. So a method that removes specific writes and reads from the caches
Transactions that fail on an exception seem to be saving everything until the exception happened.