Commit 4d17151
committed
Nethermind integration: replace RocksDB with TrimDB plugin
Add Nethermind as a git submodule and implement TrimDB.Nethermind as a
loadable plugin that replaces RocksDB across all database operations.
- Add Drawaes/nethermind fork as submodule
- Delete local interface copies, use real Nethermind project references
- Implement IDb, ITunableDb, IWriteBatch against real Nethermind interfaces
- Add IColumnsDb<T> support (TrimDbColumnsDb, TrimDbColumnsWriteBatch)
- Add IDbFactory (TrimDbFactory) and INethermindPlugin (TrimDbPlugin)
- Fix TableFileMerger bug: exhausted iterators not removed during initial advance
- Remove TrimDB.Core ReadFlags/WriteFlags (use Nethermind.Core originals)1 parent 1bfcfd2 commit 4d17151
23 files changed
Lines changed: 369 additions & 260 deletions
File tree
- src
- TrimDB.Core
- Storage
- TrimDB.Nethermind
- Interfaces
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | 315 | | |
319 | 316 | | |
320 | 317 | | |
| |||
357 | 354 | | |
358 | 355 | | |
359 | 356 | | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | 357 | | |
364 | 358 | | |
365 | 359 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
0 commit comments