Commit Graph

212 Commits

Author SHA1 Message Date
b4a18ccd93 chore(op): rename file_codec_ovm_receipt.rs to receipt_file_codec.rs (#10622) 2024-08-30 16:46:33 +00:00
c228fe1580 fix(op): empty receipts for block not counted by file client (#10581) 2024-08-29 17:54:12 +00:00
0b6480c859 fix(op): receipts import, fix chunked read of file with optional block data (#10577) 2024-08-28 08:03:23 +00:00
7ea748e2d3 refactor(provider): random_block and random_block_range functions (#10563) 2024-08-27 14:19:43 +00:00
69e5a8587b clippy: add manual_is_variant_and clippy lint (#10556) 2024-08-27 10:04:19 +00:00
24495cdc5d Add tests for withdrawals provider (#10428) 2024-08-22 20:58:25 +00:00
3da119b1ac test(provider): RequestsProvider of BlockchainProvider2 (#10356) 2024-08-21 20:58:49 +00:00
0a4b717d1b fix(op): add empty receipts for genesis if first block is one (#9769)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-07-26 17:07:25 +00:00
88c7b2cfa1 chore: fix unnameable-types lint on core, payload and primitives-traits crates (#9724) 2024-07-23 12:08:01 +00:00
b51aff3b73 move HackReceiptFileCodec into reth-optimism-cli (#9499) 2024-07-15 15:57:05 +00:00
b94d8324cf chore(deps): rm discv4 dep from eth-wire (#9344) 2024-07-06 17:51:38 +00:00
0ce192921f move header.rs to eth-wire-types (#9345) 2024-07-06 10:29:02 +00:00
ebe3ef5e79 chore(deps): trim tokio features in eth-wire (#9343) 2024-07-06 07:13:11 +00:00
3a9fbbc8e4 refactor: small refactoring (#9208) 2024-07-01 10:30:40 +00:00
f137ca8477 chore: remove some more usages of BytesMut (#9025) 2024-06-22 08:21:45 +00:00
d6072e79f3 chore(deps): rm provider dep (#9006) 2024-06-20 23:29:10 +00:00
93b82469b0 Make ReceiptFileClient generic (#8955) 2024-06-20 11:00:53 +00:00
2a5c93fab3 chore: use reth_chainspec where possible (#8891) 2024-06-17 16:09:09 +00:00
76a1a3d005 refactor: simplify Receipts implementation (#8710) 2024-06-10 12:26:44 +00:00
2852893a7d chore: rename network-types to network-peers (#8699) 2024-06-09 13:13:46 +00:00
264437a5c7 test: fix flaky test (#8673) 2024-06-07 13:01:20 +00:00
51a28f22da chore: split db abstraction into new crate (#8594) 2024-06-04 21:45:57 +00:00
e02b935e94 add match_same_arms clippy lint (#8549) 2024-06-03 17:42:25 +00:00
7c17c6e469 add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-03 13:21:45 +00:00
a4df6bbd62 feat: run StaticFileProvider::check_consistency on start up (#8143) 2024-06-01 10:56:13 +00:00
3d3f52b2a4 Add missing_const_for_fn clippy lint (#8498) 2024-05-30 09:50:03 +00:00
e67bb28be3 chore(net): test utils improvements (#8493) 2024-05-29 20:32:00 +00:00
19c529e8df add use_self clippy lint (#8325) 2024-05-29 13:14:14 +00:00
3e7f1377ed fix(op): filter out receipts for dup txns (#8400) 2024-05-28 16:53:43 +00:00
3b7089782f chore: rm reth-interfaces from downloaders (#8436) 2024-05-28 16:33:47 +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
f45ca74772 refactor(consensus, evm): move post-execution validation to consensus (#8321) 2024-05-22 17:20:14 +00:00
c97963b354 fix(op): skip tx root validation for filtered out dup txns (#8316) 2024-05-21 11:17:18 +00:00
043b4a9cda fix(op): fix logs (#8329) 2024-05-21 09:49:43 +00:00
1184e8c45b chore: use NoopBodiesDownloader & NoopHeaderDownloader on stage unwind command (#8165) 2024-05-09 12:04:14 +00:00
0ad9c7866b feat(op): import receipts (#7914)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-05-07 20:26:58 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
99db2b352f feat(op): nonce replay (#7781) 2024-05-01 13:44:50 +00:00
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
704b3e3ac4 chore(sync): add block number to body validation error (#7918)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-26 16:39:35 +00:00
c7008deef8 fix(cli): set start header (#7725)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-25 11:47:27 +00:00
9fd35f948c chore: move TestConensus to reth-consensus (#7813) 2024-04-23 12:42:51 +00:00
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
24a8202481 fix(cli): read exact chunk len (#7777) 2024-04-22 13:34:31 +00:00
566a7804a3 fix(stages): block number in error (#7766) 2024-04-20 00:00:52 +00:00
8f1f386f52 feat(op): chunked chain import (#7574)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-15 11:46:34 +00:00
4d79967335 chore: simplify DisplayBlocksChain (#7624) 2024-04-13 18:25:04 +00:00
d970e51c88 fix(cli): bug fix import cmd (#7602) 2024-04-12 15:33:51 +00:00
1edd9d1e43 fix(test): add missing dep (#7595) 2024-04-12 14:49:00 +00:00
dd28a4ca73 fix(cmd): get tip block (#7591) 2024-04-12 13:34:42 +00:00