Commit Graph

84 Commits

Author SHA1 Message Date
d643d03030 Move parking_lot dependency to workspace dep (#4228) 2023-08-16 13:32:42 +00:00
2aefbd3560 chore(tree): log error on unreachable (#4185) 2023-08-14 11:23:17 +00:00
b5a44aeb37 feat: metric of reorg depth of blockchain tree (#3860) 2023-07-26 23:00:38 +00:00
8cdb097829 chore: simplify workspace = true usage (#3930) 2023-07-26 15:21:09 +00:00
019ead37f2 feat: sidechain length metric (#3864)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 18:25:47 +00:00
873607502c feat: add reorg metrics (#3824) 2023-07-19 17:27:08 +00:00
e66464b14f chore: rename missing_parent to missing_ancestor (#3822)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 14:52:09 +00:00
99240906a8 fix: perform forkchoice update consistency checks (#3730)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-12 14:12:33 +00:00
dbafe23cce feat(bin, engine, prune): spawn pruning task from the engine (#3566) 2023-07-12 12:03:08 +00:00
b68116c9be fix(tree): update metrics only on canonical/side chain changes (#3671) 2023-07-09 17:16:53 +00:00
f2f3425f1c chore: fix clippy (#3540) 2023-07-03 14:26:17 +03:00
951fd0ae0c feat(stages, tree): update sync metrics from blockchain tree (#3507)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-02 13:21:06 +00:00
e0d5735672 feat: add another distance check (#3501) 2023-07-02 13:55:27 +02:00
1c796f24fc chore: rustfmt (#3532) 2023-07-02 12:51:43 +02:00
c3ea430e4a refactor: move mdbx::test-utils to reth_db::test-utils and add DatabaseEnvRO (#3466) 2023-06-29 23:52:26 +00:00
a53af3a0f2 refactor: move init_db to reth_db and add DatabaseEnv (#3450) 2023-06-28 21:03:00 +00:00
6b8b478c6f chore: get rid of some duplicated execution code (#3447) 2023-06-28 16:23:25 +00:00
085a703d7c refactor: add BlockWriter and BlockExecutionWriter (#3384) 2023-06-27 09:02:17 +00:00
112313e55a feat: add pending block with receipts (#3404)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-06-26 17:25:46 +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
054f30f43c chore: rename Block*Provider for Block*Reader (#3385) 2023-06-26 14:13:45 +00:00
e8b09cc59b feat: add pending receipts (#3320) 2023-06-22 20:00:16 +00:00
dc74fad816 test: add support for seeded rng (#3270) 2023-06-21 21:35:28 +00:00
44da381591 feat: add initial blockchain tree metrics (#3289) 2023-06-21 19:36:20 +00:00
77167134d0 docs: document crate features (#3269) 2023-06-21 19:35:38 +00:00
c481987558 feat(blockchain-tree): add Display for blocks in Chain (#3230) 2023-06-19 17:54:16 +00:00
7ab8a7f3ec chore: use workspace version (#3240) 2023-06-19 17:29:15 +00:00
c46c11b3d7 fix: don't send engine events for dupe payloads (#3231) 2023-06-19 13:25:21 +00:00
71d6d7b480 chore: make block hash not found a warning (#3234) 2023-06-19 13:23:11 +00:00
209d2445b0 chore: rename ShareableDatabase to ProviderFactory (#3121) 2023-06-14 06:49:32 +00:00
ea2fcee995 chore: use workspace dependencies (#3132) 2023-06-13 22:46:26 +00:00
e15805d9d1 chore: share provider on find_canonical_header (#3122) 2023-06-13 13:42:13 +00:00
f55d88b8c4 refactor: remove Transaction and add DatabaseProvider to stages (#3034)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-12 22:37:58 +00:00
c0fb169da4 fix: unwind on execution and senders errors (#2938)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-06-06 13:17:12 -07:00
171166e84a chore: add msrv to manifests, add and use workspace.package (#3006) 2023-06-06 03:45:44 +00:00
d2c68edf23 feat: rework logs (#2988) 2023-06-05 17:43:14 +00:00
df8ca352ec chore: test typo (#2986) 2023-06-05 13:16:57 +00:00
f7a35f09b5 chore: typos, rm oudated todos (#2962) 2023-06-02 13:41:31 +00:00
48bf3990a0 chore: only log block essentials (#2948) 2023-06-01 16:14:54 +00:00
1641f555f2 feat: use buffered ancestor to determine sync target (#2802)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-05-31 18:06:16 +00:00
9cd32e516a feat: Add general database::Provider and move implementations from ShareableDatabase to it (#2902) 2023-05-31 16:06:01 +00:00
5d7eba6fb2 chore(primitives): move checkpoints under stage mod (#2906) 2023-05-30 17:14:13 +00:00
be5850488c docs: a few additional tree docs (#2852) 2023-05-26 12:24:27 +00:00
5e6595a0cb feat: add lowest_ancestor to block buffer (#2789) 2023-05-24 15:44:56 -04:00
6ae425f99c feat: add block_by_hash and index in BlockBuffer (#2784)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-24 14:59:12 -04:00
2ec97f34fe feat: Use consistent pending block in RPC/Blockchaintree (#2767)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-24 11:33:30 +02:00
c66bde6634 feat: validate buffered blocks if they extend canonical head (#2800) 2023-05-23 15:37:25 -04:00
bf876e7f55 refactor: get rid of boolean is known check argument (#2794) 2023-05-23 16:18:33 +02:00
bf61a6aeee refactor: rename take children function (#2795) 2023-05-23 15:53:29 +02:00
f5cb6981c7 chore: remove redundant parent arg (#2796) 2023-05-23 15:53:17 +02:00