feat: Add other state used to ConflictFinder #226
Labels
A-builder
Issues related to the core block building protocol
enhancement
New feature or request
help wanted
Extra attention is needed
The job of the conflict finder is to identify potential conflicting orders. Currently it does this by looking at storage read and write overlaps. We need to add the other possible state access patterns too. Luckily we already have these in the UsedStateTrace but they need to be reflected in the ConflictFinder.
Also, we should add nonces to this.
The text was updated successfully, but these errors were encountered: