Commit Graph

3704 Commits

Author SHA1 Message Date
744930f1de docs: improve CLI reference generator (#5740) 2023-12-14 10:18:18 +00:00
013b4c93db feat(rpc): Add tx_hash to debug_traceBlockByX (#5743)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-13 18:36:24 +00:00
5062b7ea86 feat: integrate multiplexing (#5559) 2023-12-12 16:34:31 +00:00
701e37804e fix: dont include empty revert reason (#5736) 2023-12-12 17:02:49 +01:00
829d3ede65 feat(bin): parse RUST_LOG in journald and log file filters (#5735) 2023-12-12 12:07:28 +00:00
7efd0fd939 docs(book): update CLI (#5730) 2023-12-12 11:36:59 +00:00
c1d7d2bde3 feat: add DatabaseMetrics trait for generic DB in reth node (#5690) 2023-12-11 22:28:56 +00:00
64337f31e0 chore: make mixHash optional (#5732) 2023-12-11 20:47:34 +00:00
971e8d9b01 refactor(net): Simplified logic for determining shared capability versions (#5725)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-11 20:28:25 +00:00
4cda40b3cf Revert 1e523049ca (#5731) 2023-12-11 19:08:31 +00:00
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