|
|
18dd1b72a1
|
feat: snapshots (#5738)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-12-18 15:55:43 +00:00 |
|
|
|
900fe7ea4e
|
feat: make NodeState generic over DB with DatabaseMetadata (#5691)
|
2023-12-18 11:55:21 +00:00 |
|
|
|
27caf7b4ce
|
perf: random changes (#5795)
|
2023-12-16 18:11:26 +00:00 |
|
|
|
26a91c69f4
|
feat: use nybbles crate (#5766)
|
2023-12-15 11:27:49 +00:00 |
|
|
|
667972c20e
|
feat: Report MDBX commit latency metrics (#5668)
Co-authored-by: Nikita Smirnov <nikita.smirnov.m@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-12-15 10:38:03 +00:00 |
|
|
|
c1d7d2bde3
|
feat: add DatabaseMetrics trait for generic DB in reth node (#5690)
|
2023-12-11 22:28:56 +00:00 |
|
|
|
b0c4d99cac
|
test(storage): implement DbCursorRO::walk_back method for CursorMock (#5670)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-12-05 18:39:46 +00:00 |
|
|
|
f7b08d4ab7
|
(storage): impl remaining todo! in mock module (#5681)
|
2023-12-04 22:48:31 +00:00 |
|
|
|
cb52a4ca39
|
chore: cleanup codecs deps (#5650)
|
2023-12-01 13:39:21 +00:00 |
|
|
|
0d522e8472
|
chore: improve Nibbles-related code (#5631)
|
2023-11-30 19:28:50 +00:00 |
|
|
|
afebbe64b7
|
fix: bench builds (#5635)
|
2023-11-30 10:41:58 +00:00 |
|
|
|
5a7644709b
|
feat(storage): report backtrace only on read transactions (#5625)
|
2023-11-29 18:39:15 +00:00 |
|
|
|
07265d9787
|
perf(storage, mdbx): set rp augment limit (#5614)
|
2023-11-29 08:47:47 +00:00 |
|
|
|
8892d04a88
|
feat(storage) implement cursor walking functions (#5554)
|
2023-11-27 11:44:27 +00:00 |
|
|
|
e2013b8ca3
|
feat(storage): report backtrace on long-lived transactions (#5537)
|
2023-11-23 14:53:13 +00:00 |
|
|
|
24ca2410bb
|
(storage): impl some function (#5499)
|
2023-11-20 17:46:54 +00:00 |
|
|
|
aea11405ad
|
feat: get rid of lifetime GATs (#5478)
|
2023-11-19 15:21:50 +00:00 |
|
|
|
e34aec23ca
|
chore: clean up Self: Sized bounds (#5481)
|
2023-11-18 02:16:31 +00:00 |
|
|
|
7f9ce6f7c0
|
feat: get rid of cursor lifetime (#5476)
|
2023-11-17 20:37:34 +00:00 |
|
|
|
3553cd5076
|
chore: remove cursed env lifetime (#5474)
|
2023-11-17 14:07:46 +00:00 |
|
|
|
30dfc070e1
|
chore(provider): migrate providers to ProviderError (#5473)
|
2023-11-17 14:07:28 +00:00 |
|
|
|
fb981cec4d
|
chore: move criterion and pprof to workspace (#5461)
|
2023-11-16 14:13:24 +00:00 |
|
|
|
8459fb0ada
|
chore: make inner private (#5445)
|
2023-11-15 19:03:54 +00:00 |
|
|
|
dc72cad838
|
feat: phase out environment trait (#5439)
|
2023-11-15 16:42:34 +00:00 |
|
|
|
efc5277964
|
chore: make txn manager private (#5426)
|
2023-11-14 17:07:04 +00:00 |
|
|
|
e897764ad4
|
chore(meta): manifest maintenance (#5353)
|
2023-11-08 19:53:50 +00:00 |
|
|
|
f8ceda9ea8
|
chore: reduce size of common types (#5304)
|
2023-11-06 12:45:20 +00:00 |
|
|
|
470449ff24
|
fmt: format doc comments (#5308)
|
2023-11-05 13:06:30 +00:00 |
|
|
|
3ab1afc9aa
|
feat: implement providers for SnapshotJarProvider (#5231)
|
2023-11-03 14:30:57 +00:00 |
|
|
|
e73ece945d
|
feat: remove const generics from cursors and add segment masks (#5181)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-30 12:24:49 +00:00 |
|
|
|
74a2bf38dd
|
feat: add SnapshotCursor wrapper and impl HeaderProvider (#5170)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-30 11:58:03 +00:00 |
|
|
|
a9fa281816
|
feat(storage): database/transaction/cursor metrics (#5149)
|
2023-10-27 17:47:41 +00:00 |
|
|
|
0116b80414
|
feat: add reth db snapshot transactions | receipts commands (#5007)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-26 12:01:29 +00:00 |
|
|
|
e05dba69ce
|
chore: rewrite all error messages for consistency (#5176)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-10-25 20:12:03 +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 |
|
|
|
916b6b3b28
|
implementations for DbTx functions for TxMock (#5015)
|
2023-10-23 17:33:38 +00:00 |
|
|
|
d05b32449b
|
feat(bin): --raw and min size arguments for db commands (#5113)
|
2023-10-23 12:08:48 +00:00 |
|
|
|
d116de7410
|
Revert "feat(storage): make BlockReaderIdExt safe" (#5059)
|
2023-10-17 19:29:59 +00:00 |
|
|
|
ede8278916
|
remove lifetime param in storage trait (#5046)
|
2023-10-17 13:30:50 +00:00 |
|
|
|
30ebd2f8bb
|
feat(storage): make BlockReaderIdExt safe (#5022)
|
2023-10-16 11:15:52 +00:00 |
|
|
|
48cf69def4
|
chore(deps): move some deps to workspace (#5020)
|
2023-10-14 09:23:02 +02:00 |
|
|
|
a2c62cdf61
|
rpc tracing to workspace (#4986)
|
2023-10-11 16:19:06 +00:00 |
|
|
|
9c8eca6a49
|
feat: add reth db snapshot <TYPE> command (#4889)
|
2023-10-06 16:33:56 +00:00 |
|
|
|
1e7d028d53
|
refactor(prune): segment trait, receipts impl (#4887)
|
2023-10-05 11:56:47 +00:00 |
|
|
|
f59db3151d
|
chore(deps): move more things to workspace (#4881)
|
2023-10-02 20:45:36 +00:00 |
|
|
|
5f9a917fb1
|
feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2023-09-28 15:55:39 +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 |
|
|
|
7024e9a8e9
|
chore(dep): reth db workspace (#4782)
|
2023-09-26 11:31:09 +00:00 |
|
|
|
8f9d2908ca
|
chore: add and fix more lints, improve docs (#4765)
|
2023-09-25 15:46:46 +00:00 |
|