Commit Graph

394 Commits

Author SHA1 Message Date
44874bc557 feat: add TransactionSigned::recover_signers with the same order (#4120) 2023-08-15 17:40:09 +00:00
90d2a00a2d fix(pruner): percentage progress (#4197) 2023-08-15 17:19:52 +00:00
bdcc56bbf6 chore: rm some unused (#4208) 2023-08-15 16:20:36 +02:00
7426a01a93 fix(storage): fallback lookups for pruned history (#4121) 2023-08-09 21:04:59 +00:00
a8a2cfa7a3 feat(storage): account for pruned account/storage history (#4092) 2023-08-09 18:12:48 +00:00
6622f53c41 fix(trie): account prefixset unwind (#4130)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-08-09 14:33:55 +00:00
7ea381f15e fix: hit database first for lookups (#4127) 2023-08-09 14:10:49 +00:00
058c55cd8c fix(trie): include destroyed accounts in account prefix set (#4126) 2023-08-09 11:25:55 +00:00
bbe9d56ef4 Revert "feat: add TransactionSigned::recover_signers" (#4115) 2023-08-08 14:03:43 +02:00
4b0b63766e feat: add TransactionSigned::recover_signers (#4098)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-08 09:53:12 +00:00
91751290c7 fix(trie): dangling storage hashes (#4108) 2023-08-08 08:55:44 +00:00
9569debbb5 feat: make base fee computation parameters configurable via chain spec (#3992) 2023-08-07 15:52:27 +00:00
d8b9660e82 perf(trie): use available pre-loaded prefixsets (#4062) 2023-08-06 07:27:38 +00:00
f917d49fb4 fix(engine, pruner): prune poll logic, history indices (#4043) 2023-08-03 14:54:16 +00:00
2e1ef4dfa5 feat(prune): don't prune changesets if taking an incremental hashing/trie route (#4025)
eth tests unrelated, new blob txs
2023-08-02 19:06:17 +02:00
88f83fca39 feat(pruner): account history (#4000) 2023-08-02 14:12:53 +00:00
134fe81efb feat(pruning): prune ChangeSets & History during pipeline (#3728) 2023-07-31 14:36:03 +00:00
e2142481c0 chore(deps): bump itertools (#3998) 2023-07-31 11:53:24 +00:00
f577e14780 refactor(storage): historical state lookup (better comments) (#3867)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-27 12:25:49 +00:00
b5a44aeb37 feat: metric of reorg depth of blockchain tree (#3860) 2023-07-26 23:00:38 +00:00
0cfc424291 feat(pruner): percentage progress and prune only if key exists (#3932) 2023-07-26 16:38:36 +00:00
8cdb097829 chore: simplify workspace = true usage (#3930) 2023-07-26 15:21:09 +00:00
736de2028c feat(pruner): transaction lookup (#3892) 2023-07-25 17:41:23 +00:00
b69a18dc47 chore: refactor header stream (#3880) 2023-07-24 16:57:45 +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
34c9abe249 feat: implement reth_getBalanceChangesInBlock (#3768)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 17:49:23 +00:00
300b496686 chore(tree): remove revert notification (#3645) 2023-07-15 09:27:19 +00:00
d1610f3df9 fix: add unknown block error (#3779)
Co-authored-by: suneal <suneal@soulwalletlabs.com>
2023-07-14 14:23:37 +00:00
9e330f111d chore(storage): transactions -> receipts in receipts_by_block (#3744) 2023-07-12 21:26:51 +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
e2218bea37 fix(provider): update checkpoints only for known stages (#3624) 2023-07-12 08:19:43 +00:00
65c7c1c4f9 chore: use transaction_by_id_no_hash to avoid hash computation (#3718) 2023-07-11 15:49:33 +00:00
b07dfb5525 fix: transaction calls on the reth-provider should not generate a hash by default (#3675) 2023-07-11 11:17:46 +00:00
65b07b981e feat(pruning): prune Receipts during pipeline (#3585) 2023-07-11 10:51:34 +00:00
d120effa5d perf(trie): post state cursors (#3588) 2023-07-05 15:52:59 +00:00
c236521cff docs(trie): hashed post state & cursors (#3572) 2023-07-04 15:30:34 +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
f2f3425f1c chore: fix clippy (#3540) 2023-07-03 14:26:17 +03:00
4f32f5627c fix: add block rewards to trace_block (#3491)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-02 15:06:52 +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
e10ab387a1 refactor: Stage execute and unwind take an immutable provider reference instead (#3390) 2023-06-27 13:35:00 +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
9c1b48b983 chore(provider): simplify history inserts (#3356) 2023-06-26 13:40:54 +00:00