Commit Graph

7531 Commits

Author SHA1 Message Date
d68dca1a26 chore: fix cargo feature warning (#11900)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-10-22 22:34:09 +00:00
527d344dda feat: Add reproducible build profile (#10459)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-10-22 21:52:49 +00:00
8bfbd97795 feat(discv4): add soft_remove_node (#11970) 2024-10-22 21:19:34 +00:00
22171d27bf chore: unpin serde (#11977) 2024-10-22 20:24:25 +00:00
28c61c15b4 fix: invoke prometheus recorder on op-reth Cli::run (#11982) 2024-10-22 19:46:00 +00:00
3174bd5c91 chore: bump aquamarine (#11965) 2024-10-22 18:12:15 +00:00
e70b112420 feat(trie): update sparse trie hashes below level (#11969) 2024-10-22 18:04:58 +00:00
468ac0d43b chore: log enode (#11974) 2024-10-22 17:00:10 +00:00
8b1dfcca3f test(trie): proptest <-> alloy maps integration (#11962) 2024-10-22 14:56:17 +00:00
b20a271551 chore(tree): improved debug logging for block insertion (#11958) 2024-10-22 14:56:04 +00:00
b3015c75b1 fix(trie): removing a blinded leaf should result in an error (#11869)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-10-22 13:31:37 +00:00
60337d9614 feat(rpc): Add flags to disable read tx timeout (#11856) 2024-10-22 12:43:25 +00:00
df57aedba6 chore: bump discv5 (#11966) 2024-10-22 12:34:03 +00:00
90aaad8285 opt: reduce allocs for parse_deposits_from_receipts (#11949) 2024-10-22 11:53:39 +00:00
cab76f2083 fix(engine): run pruner after saving blocks (#11927) 2024-10-22 11:39:08 +00:00
e8205936da primitive-traits: rm unused SELECTOR_LEN (#11959) 2024-10-22 13:38:45 +02:00
75b39bc264 chore: run clippy locked (#11964) 2024-10-22 13:28:27 +02:00
0df7f65f3d chore: serde 1.0.210 (#11963) 2024-10-22 13:09:44 +02:00
4a68c5e2d4 refactor(rpc): small refactor in block_with_senders (#11950) 2024-10-22 12:35:27 +02:00
1342747c9b fix: spawn network manager on test exex ctx (#11907) 2024-10-22 12:35:09 +02:00
e52f647644 chore(primitives): use alloy eth conversion constants (#11892) 2024-10-22 12:34:53 +02:00
2973f0c3e8 chore(deps): bump dawidd6/action-homebrew-bump-formula from 3 to 4 (#11951)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 12:33:47 +02:00
51594c9a68 chore: relax payload traits (#11947) 2024-10-21 21:36:44 +00:00
f2ac547666 Add custom beacon withdrawals example (#9497)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
2024-10-21 21:02:44 +00:00
88a38de4d7 chore(rpc): relax some types (#11946) 2024-10-21 20:46:16 +00:00
cc895e7052 fix: always accept transactions with current nonce (#11931) 2024-10-21 20:14:48 +00:00
387b0f8b36 refactor(tx-pool): small refactor for contains_conflicting_transaction (#11935) 2024-10-21 20:14:18 +00:00
4d3b35dbd2 test(tx-pool): add unit test for remove_sender_count (#11939) 2024-10-21 19:31:40 +00:00
1f4ca32e35 refactor(primitives-traits): rm useless trait bounds for Receipt (#11942) 2024-10-21 19:18:30 +00:00
7f47ef0fd3 chore: spawn eth_calls as blocking tasks (#11944) 2024-10-21 19:18:24 +00:00
bddd3202e4 test(trie): narrow the range of keys for sparse trie fuzz (#11937) 2024-10-21 19:04:09 +00:00
d9d184d498 feat: default impl for some BlockExecutionStrategy methods (#11941) 2024-10-21 18:47:50 +00:00
3f2a41bd3f chore: rm redundant trait bound (#11940) 2024-10-21 18:05:06 +00:00
20dc0c7da0 some fmt (#11933) 2024-10-21 17:25:33 +00:00
7119bb1fe0 chore: introduce ExecuteOutput (#11929) 2024-10-21 12:34:23 +00:00
f25cceb9f9 perf: use Vec::with_capacity and reserve_exact (#11904) 2024-10-21 11:59:09 +00:00
aba4991d0a docs: note about type changes (#11925) 2024-10-21 10:31:29 +00:00
bdad91b700 docs: update grafana docs (#11908) 2024-10-21 09:42:46 +00:00
fbb27ebdad chore(ci): update excluded crates in wasm checker (#11915) 2024-10-21 08:24:36 +00:00
ddc82e2645 test(static-file): add unit tests for HighestStaticFiles implementation (#11912) 2024-10-21 06:31:29 +00:00
2e8a8fe6f6 doc(storage): add missing documentation for nippy-jar (#11913) 2024-10-20 23:10:36 +00:00
0270128d4f refactor(txpool): small refactor in DiskFileBlobStoreInner get_exact (#11911) 2024-10-20 21:42:45 +00:00
a188597a3c ci: merge sync jobs (#11909) 2024-10-20 20:55:14 +00:00
5fca07ca87 fix: impl BlockExecutionStrategy for OpExecutionStrategy generic over EvmConfig (#11910) 2024-10-20 19:23:31 +00:00
e9c09723ed docs(blockchain-tree): rm comment (#11903) 2024-10-20 14:39:42 +00:00
de07436f0e chore(deps): weekly cargo update (#11902)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-10-20 12:43:31 +00:00
453ba2d9ac feat: switch to composable executor for Optimism (#11846) 2024-10-20 08:46:18 +00:00
422ab17354 feat: use next free nonce in eth_sendTransaction (#11873) 2024-10-19 22:14:52 +00:00
cf4a4454ec fix: feature propagation (#11888)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-10-19 20:36:11 +00:00
6c026daf92 docs: explain how to add metrics to grafana (#11875) 2024-10-19 20:20:23 +00:00