SIMD#83 - Allow conflicting entries on replay side#2256
SIMD#83 - Allow conflicting entries on replay side#2256Huzaifa696 wants to merge 7 commits intoanza-xyz:masterfrom
Conversation
|
This PR is currently a WIP. We are currently working on testcases and benchmarking. Pushed a little in advance to get your feedback. |
75448e4 to
7e7d882
Compare
|
Incorporated unit tests for rebatching logic in After SVM changes (to allow self-conflicting batches), further tests can be added to test execution of self-conflicting batches in Is rebatching of self-conflicting batches required? |
69a9e56 to
c4f2199
Compare
c4f2199 to
e0c31ac
Compare
e0c31ac to
09b0786
Compare
|
This PR is more than a year old and I believe the implementation has been completed elsewhere (SIMD 83 looks to be coming up on the testnet feature activation queue) so going to close this PR |
Problem
Currently self-conflicting batches are not allowed on the replay side whereas SIMD#83 requires this support.
Summary of Changes
Related to:
#1025