Commit Graph

3704 Commits

Author SHA1 Message Date
0f1f47ac80 test(provider): utility functions for initializing provider factory (#5530) 2023-11-22 12:56:44 +00:00
857ceebbd8 chore(deps): make c-kzg actually a feature of reth-primitives (#5525) 2023-11-22 01:24:24 +00:00
e5b33dbe74 release: v0.1.0-alpha.11 (#5523) 2023-11-21 15:58:13 -08:00
06eeb35366 feat(bin): improve status logs (#5518) 2023-11-21 15:57:42 -08:00
c825b26f2e fix: dont use Stack::default (#5521) 2023-11-21 19:58:36 +00:00
afdb0a3148 chore(revm): freeze revm, add Optimism Canyon fork (#5519) 2023-11-21 17:58:41 +00:00
6904194204 feat: add getters for tx by origin (#5516) 2023-11-21 14:00:53 +00:00
3e0caae5b6 fix(op-reth): clear accesslist for Deposit txs (#5513) 2023-11-21 07:06:43 +00:00
f8451fd984 fix: dont skip gas used ratio if empty (#5512)
Co-authored-by: evalir <hi@enriqueortiz.dev>
2023-11-21 04:16:41 +00:00
1064da5d41 feat: add get_block_transactions_ecrecovered (#5500) 2023-11-21 03:14:03 +00:00
2f220a79b3 test: add serialize 0x1 test block number (#5511) 2023-11-21 02:48:52 +00:00
0dc90eba19 chore: remove duplicate serde helpers (#5508) 2023-11-21 02:19:30 +00:00
59251f0cae chore: simplify clap next heading and use clap attribute (#5507) 2023-11-20 22:44:22 +00:00
efe49643bd chore: add Extension heading (#5506) 2023-11-20 23:12:06 +01:00
24ca2410bb (storage): impl some function (#5499) 2023-11-20 17:46:54 +00:00
39a2dc6bc8 chore: add another module parser test (#5496) 2023-11-20 15:03:03 +00:00
3c7989c541 block_with_senders in ethstatecache (#5302)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-20 14:56:08 +00:00
1cc68fcca6 chore: preallocate buffer for rlp (#5494) 2023-11-20 12:32:37 +00:00
e6040e8f23 ci: add MSRV lint job (#5495) 2023-11-20 12:28:45 +00:00
bfa2110191 chore(deps): weekly cargo update (#5492)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-19 16:12:07 +00:00
aea11405ad feat: get rid of lifetime GATs (#5478) 2023-11-19 15:21:50 +00:00
631eb2b624 chore: add hash+signer fn (#5493) 2023-11-19 16:19:00 +01:00
14dd9e8150 feat(provider): StateRootProvider::state_root_with_updates (#5485) 2023-11-19 14:33:11 +00:00
49d69c66cc chore(tree): minor Chain modifications (#5487) 2023-11-18 10:45:48 +00:00
6e6e873d88 chore: add some capability helper fns (#5486) 2023-11-18 11:16:20 +01:00
c7a57a7031 chore(pipeline): stage poll extension trait (#5484) 2023-11-18 08:41:42 +00:00
f29e04dadc fix: track actually requested transactions (#5483) 2023-11-18 08:34:57 +00:00
d05dda72dd chore(downloader): replace database with header provider (#5472) 2023-11-18 08:16:19 +00:00
6ded64355e pipeline: error on missing buffer in online stages (#5480) 2023-11-18 08:14:14 +00:00
4555dc1fe2 feat(rpc-testing-utils) : eth node testing (#5475) 2023-11-18 07:35:02 +00:00
e34aec23ca chore: clean up Self: Sized bounds (#5481) 2023-11-18 02:16:31 +00:00
6ae86d5a96 chore: shrink ProviderError size (#5482) 2023-11-17 23:55:30 +00:00
716222894d chore: make Cursor iterators depend on the cursor's lifetime (#5479) 2023-11-17 23:23:09 +00:00
db5d01e328 refactor: split async/sync work in stages (#4636)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-11-17 21:12:12 +00:00
7f9ce6f7c0 feat: get rid of cursor lifetime (#5476) 2023-11-17 20:37:34 +00:00
9b1416b4f4 feat: add benchmark for blob_tx_priority and fee_delta (#5468) 2023-11-17 19:09:06 +00:00
f33ef66cc1 chore: make maxperf, enable GC profiling on MDBX debug (#5459) 2023-11-17 15:27:40 +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
b03d0106ae feat(eth-wire) add missing docs (#5467) 2023-11-17 12:57:07 +00:00
c0fe64700a chore: add missing helper fns (#5471) 2023-11-17 11:48:24 +01:00
eadbe5dce9 feat(provider): HeaderProvider::sealed_headers_while (#5470) 2023-11-17 10:21:35 +00:00
7312ada852 chore: add optimism_deposit_tx_signature function (#5457) 2023-11-17 11:22:07 +01:00
b4cbd0b04f chore: use i64 for blob priority function (#5466) 2023-11-16 21:53:44 +00:00
baf407f5ed feat: add eth-call-bundle module (#5465) 2023-11-16 19:06:29 +00:00
64500e93a2 chore: make decode_enveloped args consistent with other fns (#5456) 2023-11-16 18:56:39 +00:00
2b4eb8438c fix: fetch 4844 blob before reinjected reorged blob txs (#5460) 2023-11-16 18:54:07 +00:00
ec3dbfe995 chore(op-reth): Add temporary Canyon warning (#5462) 2023-11-16 17:49:02 +00:00
460b5f6fda feat(book): op-reth runbook (#5440) 2023-11-16 15:32:53 +00:00
fb981cec4d chore: move criterion and pprof to workspace (#5461) 2023-11-16 14:13:24 +00:00