Commit Graph

3694 Commits

Author SHA1 Message Date
fa1584b223 feat: add RethTransactionPoolConfig (#5729) 2023-12-11 14:58:57 +00:00
1e523049ca feat(bin) enhance logging config to make RUST_LOG for journalId and File writers (#5687)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-12-11 14:57:45 +00:00
c4c07b86bb feat: add network bench (#5728) 2023-12-11 14:20:45 +00:00
b83afd4b76 fix: use unchecked sender recovery in rpc (#5721) 2023-12-11 14:13:47 +00:00
ae8ad6f26a refactor(net): Improved Masking Function for Message IDs (#5724) 2023-12-11 11:34:32 +00:00
c58cdf9459 Revert "chore: temporarily disable doc related CI" (#5716) 2023-12-10 10:09:16 +00:00
982346becb chore(deps): weekly cargo update (#5719)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-10 11:08:54 +01:00
8a670d57ec fix: use receover_signer_unchecked for tx receipt (#5715) 2023-12-09 14:45:09 +00:00
c8a8cad9a2 chore(book): update some expired links (#5718) 2023-12-09 09:56:36 +00:00
cf5006108c chore: promote trace bad txs to debug (#5714) 2023-12-08 09:08:51 +00:00
32bf97d7bc chore: add default gpo constants (#5662)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-08 08:22:42 +00:00
cd4d6c52b0 Cap mux simple (#5577)
Signed-off-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2023-12-08 08:21:01 +00:00
27da72cd57 feat(primitives/net): export ConnectionInfo (#5709)
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2023-12-08 07:51:22 +00:00
8fa48c4f89 feat(primitives/net): make parse_nodes public (#5708)
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2023-12-07 07:40:33 +00:00
3947b91b72 chore: add fs read (#5706) 2023-12-06 16:31:50 +00:00
857f90722e chore(provider): better observability on append (#5703) 2023-12-06 14:51:23 +00:00
7ee3c7062b chore: temporarily disable doc related CI (#5704) 2023-12-06 12:29:05 +00:00
227e1b7ad5 feat: make load_network_config and lookup_head generic over DB (#5692)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-05 20:48:09 +00:00
926766d482 perf: misc changes (#5701) 2023-12-05 19:13:49 +00:00
b0c4d99cac test(storage): implement DbCursorRO::walk_back method for CursorMock (#5670)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-05 18:39:46 +00:00
7f3bbf3459 fix(tree): reinsert unwound state to dependent chains (#5683)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-05 16:36:15 +00:00
11fd7a2844 chore: remove trailing semicolon (#5699) 2023-12-05 13:50:34 +00:00
8d8700a5c0 feat(primitives): state root methods (#5694) 2023-12-05 10:31:41 +00:00
074d7c7945 fix(provider): latest provider proof method (#5695) 2023-12-05 10:30:37 +00:00
dc56078919 feat(ethereum-fork) : enhance Head struct with methods (#5656) 2023-12-05 04:16:18 +00:00
a3ca95877d fix: use correct error if fault fn missing (#5688) 2023-12-04 23:41:02 +00:00
55f4c30210 fix: invoke enter,exit only for non root calls (#5686) 2023-12-04 23:36:36 +00:00
f7b08d4ab7 (storage): impl remaining todo! in mock module (#5681) 2023-12-04 22:48:31 +00:00
73a5b6ced9 feat: add debug_getrawTransactions (#5682) 2023-12-04 18:27:57 +00:00
f15e878250 Fix eth message ID length bug (#5666) 2023-12-04 16:01:40 +00:00
0555800818 add troubleshooting section on concurrency with containers (#5678) 2023-12-04 15:07:09 +00:00
dffa462003 chore: use human_bytes for snapshot sizes (#5675)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-04 14:35:15 +00:00
b34b0d3c8d release: v0.1.0-alpha.13 (#5676) 2023-12-04 14:07:17 +00:00
6f7d6d5016 chore: make trace builder ctrs public (#5672) 2023-12-04 13:59:10 +01:00
caa7b92518 chore: clippy (#5674) 2023-12-04 12:25:20 +00:00
270b9e0f69 docs: nit in parity trace builder (#5673) 2023-12-04 13:30:29 +01:00
b3b84c4e33 chore(deps): weekly cargo update (#5667)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-03 11:34:06 +01:00
6b06382d02 feat(cli): eth state cache args (#5664) 2023-12-02 11:29:21 +00:00
7fdd9136cc chore: use StageConfig for more reth node methods (#5663)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-02 09:10:40 +00:00
585bc31fbd feat: add sanity tests for Args Default impls (#5660) 2023-12-02 00:08:51 +00:00
542639cc6f perf(trie): use smallvec as the Nibbles representation (#5641) 2023-12-01 22:45:15 +00:00
5ac4a3d4cb chore: simplify Consensus::validate_header_range with let-else (#5659) 2023-12-01 22:30:43 +00:00
a53e2c0666 feat: add Default for NetworkArgs and DiscoveryArgs (#5658) 2023-12-01 22:07:53 +00:00
ba544d746c fix: invert is error check (#5657) 2023-12-01 18:05:44 +00:00
346f135c56 Granular canonicalization metrics dashboard update (#5454) 2023-12-01 15:07:07 +00:00
0d70bf45d6 chore: group optimism reexports (#5652) 2023-12-01 14:46:02 +00:00
cb52a4ca39 chore: cleanup codecs deps (#5650) 2023-12-01 13:39:21 +00:00
a3f77d275b chore: remove unused deps in primitives (#5651) 2023-12-01 13:39:13 +00:00
67d93e822e chore(evm): use provider errors (#5649) 2023-12-01 12:35:45 +00:00
2144b97df0 reth-ethereum-forks crate (#5621)
Co-authored-by: root <root@Arindam>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-01 12:07:32 +00:00