```
This adds two additional re-orgs tests that clear the mempool after
disconnecting blocks. This removes the need to remove them from the
mempool during re-connect.
As of writing this test, removing transactions from mempool during re-connect
takes significant amount of time. Now we can see how much time.
```
Port of bchn#1077.
Depends on D13105.