Commit Graph

5737 Commits

Author SHA1 Message Date
793aa85269 chore: move engine-primitives to engine folder (#9130) 2024-06-27 10:17:32 +00:00
d3091cbb58 chore: rm utils.rs from cli crate (#9132) 2024-06-27 12:04:36 +02:00
16fc18bf5b chore: remove empty ban_list.rs file (#9133) 2024-06-27 12:04:20 +02:00
7a82f4eaec feat(trie): forward-only in-memory cursor (#9079) 2024-06-27 09:43:29 +00:00
18eef6a991 refactor: extract configuration types to reth-network-types (#9136) 2024-06-27 09:33:13 +00:00
9542f3bcf0 feat: add parser functionality to RethCli (#9127) 2024-06-26 19:39:49 +00:00
818375438a feat: add base fee metrics (#9129) 2024-06-26 19:12:04 +00:00
cbdd56af6f fix: remove temp docker tag action (#9128) 2024-06-26 19:31:05 +02:00
4308e1b22b feat: add temporary docker tag action (#9126) 2024-06-26 16:48:14 +00:00
063c08f561 Subprotocol example (#8991)
Co-authored-by: owanikin <oderindeife@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-26 15:54:26 +00:00
1fde1dca1e refactor: move node-core/engine to standalone crate (#9120)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-26 15:34:35 +00:00
8775a93d33 feat(cli): reth prune (#9055) 2024-06-26 14:54:06 +00:00
bdabe66426 refactor: move DbTool type to db-common (#9119) 2024-06-26 14:05:18 +00:00
1d1fb797e2 feat(ci): update GPG key in release workflow (#9121) 2024-06-26 12:31:30 +00:00
221035d73f chore(deps): bump ratatui 0.27 (#9110) 2024-06-26 10:07:09 +00:00
2a2eb0e0ed chore: rm beta checks (#9116) 2024-06-26 10:04:14 +00:00
832f7a5170 test: fix flaky connect (#9113) 2024-06-26 12:07:49 +02:00
ce5a191af6 chore: import from static files crate directly (#9111) 2024-06-26 09:52:56 +00:00
b36bd58dbe feat(cli): fail on invalid config (#9107) 2024-06-25 22:30:58 +00:00
83ef1f7641 Add a metric for blob transactions nonce gaps (#9106) 2024-06-25 21:30:12 +00:00
aa952309e8 feat: reth stage unwind --offline (#9097)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-06-25 18:50:30 +00:00
270df3eeb8 chore: add optimism cli crate (#9096) 2024-06-25 16:32:34 +00:00
e1af75dad4 ExEx Discv5 (#8873)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-25 15:36:24 +00:00
a3a472a784 fix: do not drop sub protocol messages during EthStream Handshake (#9086) 2024-06-25 15:22:35 +00:00
6e146e1140 chore(trie): hold direct reference to hashed accounts in cursor (#9078) 2024-06-25 13:23:58 +00:00
c3cae95431 test: include unexpected event in panic (#9087) 2024-06-25 12:30:47 +00:00
e2015143b3 chore(trie): add helpers to return trie keys as variants (#9075) 2024-06-25 11:57:28 +00:00
6dffb92c0b perf(trie): hold direct reference to post state storage in the cursor (#9077) 2024-06-25 11:57:26 +00:00
46fdc38833 feat: initial cli abstraction (#9082) 2024-06-25 11:49:27 +00:00
6699c6a3d7 feat(examples): remove Remote ExEx (#9085) 2024-06-25 11:21:01 +00:00
23d8e4e6f6 readme: rm wip note 2024-06-25 14:30:31 +03:00
ec5795f7ee Using associated trait bound for db error (#8951) 2024-06-25 11:12:55 +00:00
bbc4f308f5 chore(hive): update failed tests comments (#9080) 2024-06-25 10:27:49 +00:00
4984bc6cc9 fix(ci): use correct profile for iai benches (#9081) 2024-06-25 09:58:55 +00:00
eb5217e2ac chore: simplify OptimismGenesisInfo extraction (#9031)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-25 09:36:54 +00:00
aac16ac606 chore(trie): TrieOp::as_update (#9076) 2024-06-25 09:07:18 +00:00
c885257e52 clippy: rm outdated clippy allow (#9070) 2024-06-25 11:17:32 +02:00
de6332b51e fix(ci): inherit profiling in bench profile (#9072) 2024-06-24 23:01:51 +00:00
667c38d3d6 fix: check the correct block in op-sync (#9073) 2024-06-25 00:34:23 +02:00
5585cb8cfa chore: add empty commands crate (#9039) 2024-06-24 22:03:19 +00:00
4cb84a443a feat: add AnyNode type (#9056)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-24 23:53:44 +02:00
0c1687f381 feat: use a binary for sync tests (#9071) 2024-06-24 21:20:38 +00:00
f5403882d6 docs(examples): add Remote ExEx to README.md (#9067) 2024-06-24 20:58:05 +00:00
580711a93b fix: move base sync test comment (#9066) 2024-06-24 17:50:22 +00:00
31aad32541 feat: add base mainnet 10k block sync test to CI (#9062) 2024-06-24 17:18:26 +00:00
37cb1194ad chore: move sync test to separate github action (#9061) 2024-06-24 16:49:00 +00:00
83d412da70 fix(op): configure discv5 properly in op builder (#9058) 2024-06-24 16:01:42 +00:00
c5aee02ff7 fix: Change Arc<KzgSettings> to EnvKzgSettings (#9054) 2024-06-24 14:56:53 +00:00
81b5fbf573 feat(examples): remote exex (#8890) 2024-06-24 13:40:35 +00:00
07def85cda chore: tweak profiles, rename debug-fast to profiling (#9051) 2024-06-24 13:20:06 +00:00