You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### TL;DR
Added `ForceConsistentData: true` to query filters in block deletion operations.
### What changed?
Modified the query filters in `deleteBlocks`, `deleteLogs`, `deleteTransactions`, and `deleteTraces` functions to include `ForceConsistentData: true` parameter when retrieving data before deletion.
### How to test?
1. Attempt to delete blocks and their associated data
2. Verify that the deletion operations complete successfully
3. Confirm that all related data (logs, transactions, traces) is consistently deleted
### Why make this change?
Ensures data consistency during block deletion operations by forcing the query to return complete and consistent datasets before performing deletions. This prevents potential partial or inconsistent data deletions that could corrupt the database state.
0 commit comments