|
|
a4f86b0e2d
|
feat: set up codspeed (#13372)
|
2024-12-20 11:21:51 +00:00 |
|
|
|
378d80a22a
|
chore: sprinkle a few track_caller (#13471)
|
2024-12-20 10:44:59 +00:00 |
|
|
|
7842673903
|
feat(provider): add test_race to BlockchainProvider2 tests (#11523)
|
2024-10-07 09:06:28 +00:00 |
|
|
|
c258c1547e
|
feat(db): move reth-storage-api::ClientVersion and StoredBlockWithdrawals to reth-db-models (#10763)
|
2024-09-09 13:53:45 +00:00 |
|
|
|
6aabf13bd2
|
chore(reth-db): no_std support (#9597)
|
2024-07-18 09:52:02 +00:00 |
|
|
|
51a28f22da
|
chore: split db abstraction into new crate (#8594)
|
2024-06-04 21:45:57 +00:00 |
|
|
|
7c17c6e469
|
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 13:21:45 +00:00 |
|
|
|
db3d1335a8
|
feat: adds StorageLock to StaticFileProvider and mdbx::DatabaseEnv (#8528)
|
2024-06-03 12:28:56 +00:00 |
|
|
|
2a8a69384a
|
feat: add tables_to_generic! macro to convert between table values and types (#8518)
|
2024-05-30 18:30:20 +00:00 |
|
|
|
80c0d618b4
|
fix: make reth-db compile without default features (#8509)
|
2024-05-30 17:56:35 +00:00 |
|
|
|
05fddd3454
|
chore: replace interfaces dep with storage-errors (#8384)
|
2024-05-24 09:41:39 +00:00 |
|
|
|
9441d984ae
|
Move reth-primitives::fs module to fs-utils crate (#8286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-17 08:31:31 +00:00 |
|
|
|
c499797a6c
|
chore: export tables macro (#7807)
|
2024-04-23 09:25:42 +00:00 |
|
|
|
1a42b0929f
|
fix(cmd-p2p): split off create_db from init_db (#7265)
|
2024-03-21 11:22:57 +00:00 |
|
|
|
b7ef60b899
|
Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-18 23:29:19 +00:00 |
|
|
|
3b4726a714
|
fix: use tempdir when testing static files (#6962)
|
2024-03-16 12:57:18 +00:00 |
|
|
|
610731ced8
|
feat(db): record client version history (#7119)
|
2024-03-13 12:07:13 +00:00 |
|
|
|
5e2cac442f
|
0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-03-01 11:34:31 +00:00 |
|
|
|
6b5b6f7a40
|
Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
|
2024-02-29 12:37:28 +00:00 |
|
|
|
a6f8e449f7
|
feat(storage, mdbx): transaction manager (#6126)
|
2024-01-23 12:24:56 +00:00 |
|
|
|
9aa44093cf
|
lints: move top-level lints to [workspace.lints] manifest table (#5935)
|
2024-01-04 13:38:02 +00:00 |
|
|
|
a680a03658
|
feat: Introduce NodeBuilder (#5869)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2023-12-28 16:01:32 +00:00 |
|
|
|
3aa718a561
|
Revert "feat: Introduce NodeBuilder" (#5868)
|
2023-12-27 14:23:32 +01:00 |
|
|
|
8e9b02f128
|
feat: Introduce NodeBuilder (#5824)
|
2023-12-27 12:56:20 +00:00 |
|
|
|
0e091dafb8
|
refactor: replace std::fs usages with reth-primitives (#5813)
|
2023-12-18 15:56:26 +00:00 |
|
|
|
900fe7ea4e
|
feat: make NodeState generic over DB with DatabaseMetadata (#5691)
|
2023-12-18 11:55:21 +00:00 |
|
|
|
c1d7d2bde3
|
feat: add DatabaseMetrics trait for generic DB in reth node (#5690)
|
2023-12-11 22:28:56 +00:00 |
|
|
|
afebbe64b7
|
fix: bench builds (#5635)
|
2023-11-30 10:41:58 +00:00 |
|
|
|
aea11405ad
|
feat: get rid of lifetime GATs (#5478)
|
2023-11-19 15:21:50 +00:00 |
|
|
|
dc72cad838
|
feat: phase out environment trait (#5439)
|
2023-11-15 16:42:34 +00:00 |
|
|
|
a9fa281816
|
feat(storage): database/transaction/cursor metrics (#5149)
|
2023-10-27 17:47:41 +00:00 |
|
|
|
6ca14b5178
|
clean up database file after testing (#5087)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2023-10-25 18:47:44 +00:00 |
|
|
|
b85aa94033
|
docs: paradigmxzy -> paradigmxyz (#4837)
|
2023-09-28 14:27:30 +00:00 |
|
|
|
0cdd30251b
|
feat: create a NippyJar snapshot from multiple Table (#4716)
|
2023-09-27 14:13:18 +00:00 |
|
|
|
8f9d2908ca
|
chore: add and fix more lints, improve docs (#4765)
|
2023-09-25 15:46:46 +00:00 |
|
|
|
b2be35c0ff
|
feat(interfaces): database write error details (#4190)
|
2023-08-14 13:09:01 +00:00 |
|
|
|
770652a787
|
feat(bin, storage): configurable MDBX log level (#3524)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-07-03 12:45:32 +00:00 |
|
|
|
c3ea430e4a
|
refactor: move mdbx::test-utils to reth_db::test-utils and add DatabaseEnvRO (#3466)
|
2023-06-29 23:52:26 +00:00 |
|
|
|
ee322769c9
|
feat: add default max readers 32000 (#3465)
|
2023-06-29 15:01:47 +00:00 |
|
|
|
a53af3a0f2
|
refactor: move init_db to reth_db and add DatabaseEnv (#3450)
|
2023-06-28 21:03:00 +00:00 |
|
|
|
0096739dbb
|
doc: add reth logo to docs (#3317)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2023-06-26 15:41:11 +00:00 |
|
|
|
2b6a0468fc
|
feat(bin, storage): db versioning (#3130)
|
2023-06-19 16:43:17 +00:00 |
|
|
|
352b55dc05
|
chore: rename Error to DatabaseError (#2718)
|
2023-05-17 15:21:46 +02:00 |
|
|
|
44f5f7d269
|
docs: add more docs to reth-db (#2002)
|
2023-03-28 10:40:58 -07:00 |
|
|
|
e014eaad33
|
feat(db): Refactor storage libraries (#371)
|
2022-12-09 23:14:07 -08:00 |
|