|
|
bce7031155
|
feat: allow generic values in tables! macro (#12400)
|
2024-11-08 11:57:01 +00:00 |
|
|
|
3bd695ee63
|
feat: update el requests for devnet 4 (#11865)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 12:48:35 +00:00 |
|
|
|
1ba631ba95
|
feat: store safe block num as well (#11648)
|
2024-10-10 19:32:15 +02:00 |
|
|
|
50265b15db
|
chore: remove generics from Decode and Decompress (#11295)
|
2024-09-27 21:49:49 +00:00 |
|
|
|
80c1159cb8
|
storage: replace reth-primitive imports (#10981)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-18 16:14:53 +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 |
|
|
|
6bf3ca320a
|
feat(db): models crate (#10314)
Co-authored-by: Miguel Oliveira <migueloliveiradev@gmail.com>
|
2024-08-17 17:25:34 +00:00 |
|
|
|
6eae55e516
|
chore: fix typos (#10260)
|
2024-08-12 14:08:12 +00:00 |
|
|
|
6aabf13bd2
|
chore(reth-db): no_std support (#9597)
|
2024-07-18 09:52:02 +00:00 |
|
|
|
89d0281ce3
|
chore: replace StoredBranchNode, StoredTrieMask and StoredHashBuilderValue types with Compact impl instead (#9573)
|
2024-07-17 12:06:05 +00:00 |
|
|
|
c885257e52
|
clippy: rm outdated clippy allow (#9070)
|
2024-06-25 11:17:32 +02:00 |
|
|
|
d0b241c0c2
|
chore: move IntegerList to reth-primitives-traits (#8948)
|
2024-06-19 14:13:31 +00:00 |
|
|
|
76c8f4842c
|
chore: move proof types and root functions from primitives/proofs into reth-trie-common (#8724)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-13 16:36:18 +00:00 |
|
|
|
b8759733d4
|
chore: move primitives/stage to reth-stages-types (#8749)
|
2024-06-11 14:38:26 +00:00 |
|
|
|
b16a6ec029
|
chore: move primitives/trie to reth-trie-types (#8717)
|
2024-06-10 15:00:14 +00:00 |
|
|
|
ade059235b
|
chore: move primitives/prune to reth-prune-types (#8676)
|
2024-06-07 15:24:39 +00:00 |
|
|
|
a583defad7
|
fix: save last finalized block (#8473)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-06-06 15:31:56 +00:00 |
|
|
|
51a28f22da
|
chore: split db abstraction into new crate (#8594)
|
2024-06-04 21:45:57 +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 |
|
|
|
b4a1b733c9
|
feat: implement EIP-7685 (#8424)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-28 14:06:28 +00:00 |
|
|
|
c499797a6c
|
chore: export tables macro (#7807)
|
2024-04-23 09:25:42 +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 |
|
|
|
3861bc05fa
|
Enable clippy's derive_partial_eq_without_eq linter (#7203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-18 22:33:53 +00:00 |
|
|
|
610731ced8
|
feat(db): record client version history (#7119)
|
2024-03-13 12:07:13 +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 |
|
|
|
4fe0f27974
|
fix(ci): allow non_local_definitions on false positives (#6790)
|
2024-02-26 12:20:08 +00:00 |
|
|
|
613b6f08a2
|
chore: use Table::TABLE in more places (#6563)
|
2024-02-12 14:53:16 +00:00 |
|
|
|
2a5efb2a99
|
refactor(db): unify table macros (#6552)
|
2024-02-12 13:48:01 +00:00 |
|
|
|
43b795163c
|
perf(db): introduce environment-level cache for metric handles (#6550)
|
2024-02-12 12:13:57 +00:00 |
|
|
|
cbf6324594
|
chore(primitives): extract trie HashBuilder implementation (#5832)
|
2023-12-26 07:48:55 +00:00 |
|
|
|
b37cd833a4
|
Feature: Support db get for duptables (CLI) (#4653)
Co-authored-by: Dragan Pilipovic <admin@Admins-MacBook-Pro.local>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-12-21 14:45:46 +00:00 |
|
|
|
26a91c69f4
|
feat: use nybbles crate (#5766)
|
2023-12-15 11:27:49 +00:00 |
|
|
|
0d522e8472
|
chore: improve Nibbles-related code (#5631)
|
2023-11-30 19:28:50 +00:00 |
|
|
|
470449ff24
|
fmt: format doc comments (#5308)
|
2023-11-05 13:06:30 +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 |
|
|
|
1e7d028d53
|
refactor(prune): segment trait, receipts impl (#4887)
|
2023-10-05 11:56:47 +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 |
|
|
|
c743acde77
|
feat(db): add search to reth db list command (#4165)
|
2023-08-15 17:28:30 +00:00 |
|
|
|
1ca7f3ae40
|
feat(pruner, storage): prune receipts & save checkpoints to database (#3733)
Co-authored-by: joshieDo <ranriver@protonmail.com>
|
2023-07-24 16:39:02 +00:00 |
|
|
|
94129631cb
|
feat(primitives, storage): save prune checkpoints in database (#3628)
|
2023-07-11 15:12:20 +00:00 |
|
|
|
6810cd1295
|
feat(db): add helper enum for table name (#2935)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-22 18:04:01 +00:00 |
|
|
|
a2004f06ae
|
chore(db): fix dupsort typo (#3014)
|
2023-06-06 10:16:47 +00:00 |
|
|
|
08900740bc
|
feat: Better progress reporting for stage checkpoints (#2982)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-06-05 16:10:46 +00:00 |
|
|
|
5d7eba6fb2
|
chore(primitives): move checkpoints under stage mod (#2906)
|
2023-05-30 17:14:13 +00:00 |
|
|
|
3347da091f
|
feat(cli): add stage unwind command (#2913)
|
2023-05-30 11:26:24 +00:00 |
|
|
|
e4cd48aefd
|
feat(stages): rich checkpoint (#2701)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-05-18 20:45:50 +02:00 |
|
|
|
9452b3658b
|
feat(db): Don't store TxHash when writing to the table (#2279)
|
2023-04-21 11:15:52 +02:00 |
|
|
|
68d8506d8e
|
feat: block level indexing (#2275)
Co-authored-by: rakita <dragan0rakita@gmail.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-04-20 15:03:48 -04:00 |
|
|
|
019ddd1edc
|
perf(db): reduce different repeated allocations (#2103)
|
2023-04-13 11:33:53 -04:00 |
|
|
|
0759b30404
|
feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-04-12 09:48:33 -07:00 |
|