Hwangjae Lee
|
9cfe5c7363
|
fix(ipc): trim leading whitespace in StreamCodec decode (#20615)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2025-12-31 08:51:56 +00:00 |
|
radik878
|
c9431b224b
|
refactor(rpc): remove dead got_notif flag from RpcService batch handler (#20171)
|
2025-12-10 07:15:09 +00:00 |
|
Bashmunta
|
98e9a1d09e
|
fix(ipc): make IpcServer Debug impl generic (#20042)
|
2025-12-02 15:08:02 +00:00 |
|
Dan Cline
|
e810df943b
|
feat(engine): improve payload validator tracing spans 2 (#19155)
|
2025-10-21 22:14:16 +00:00 |
|
David Klank
|
dbceffdcf4
|
refactor(ipc): simplify RpcServiceCfg from enum to struct (#19180)
|
2025-10-21 12:37:58 +00:00 |
|
Brian Picciano
|
915b627f4f
|
fix: Revert "feat(engine): improve payload validator tracing spans (#18960)" (#19145)
|
2025-10-20 16:06:23 +00:00 |
|
Alexey Shekhirin
|
4a32bc0fe5
|
feat(engine): improve payload validator tracing spans (#18960)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2025-10-17 21:20:12 +00:00 |
|
Matthias Seitz
|
850083dbde
|
chore: remove doc_auto_cfg feature (#18758)
|
2025-09-28 12:53:45 +02:00 |
|
YK
|
a047a055ab
|
chore: bump rust to edition 2024 (#18692)
|
2025-09-25 12:18:51 +00:00 |
|
Daniel Ramirez
|
e29707f0ee
|
feat: Add IPC socket permission configuration (#17497)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-23 23:10:53 +00:00 |
|
Fallengirl
|
9d8248528b
|
fix: correct typos (#17296)
|
2025-07-09 10:05:03 +00:00 |
|
emmmm
|
3277333df6
|
docs: correction comments (#17244)
|
2025-07-05 10:50:18 +00:00 |
|
Léa Narzis
|
9f98728deb
|
feat(net): make bloom filter optional on receipts request (#16718)
|
2025-06-12 11:48:33 +00:00 |
|
Matthias Seitz
|
ddcd30f400
|
chore: make clippy happy (#16455)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-05-24 09:25:50 +02:00 |
|
Torprius
|
c5fc1db888
|
fix(ipc): Improve server code correctness, logging, and doc comments (#16372)
|
2025-05-21 10:07:54 +00:00 |
|
Z
|
4e84e42f1e
|
chore(deps): migrate to jsonrpsee 0.25 (#15956)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-14 07:41:54 +00:00 |
|
Matthias Seitz
|
ddba222c08
|
chore: make clippy happy (#15895)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
|
2025-04-24 08:06:06 +00:00 |
|
charlessswang
|
3f95621703
|
chore(all): remove duplicate words (#15799)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-21 10:57:28 +00:00 |
|
Tomás Andróil
|
15dfb13a2b
|
fix: added a dedicated test to confirm that serde_json correctly handles JSON strings with leading and trailing whitespace (#15789)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-19 08:32:46 +00:00 |
|
Federico Gimenez
|
ddc101f863
|
chore: set clippy check for const fn to warn (#15777)
|
2025-04-16 17:59:36 +00:00 |
|
Tronica
|
b3ad85a0ab
|
refactor(rpc): eliminate unnecessary cloning in RpcService::call (#15728)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-14 16:21:00 +00:00 |
|
Yash Atreya
|
58fe204ff2
|
chore: alloy 0.14 (#15635)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-11 08:28:57 +02:00 |
|
Ishika Choudhury
|
f4f205f80c
|
changed possible #[allow()] -> #[expect()] (#15168)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-22 08:52:17 +00:00 |
|
ben
|
e61483724b
|
feat(reth-ipc): add request_timeout to client builder (#14788)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-03 12:25:09 +00:00 |
|
Hopium
|
3c139a480f
|
Fixed grammatical errors, typos, and spelling mistakes (#14796)
|
2025-03-03 10:24:06 +00:00 |
|
Matthias Seitz
|
b36088da99
|
chore: allow result too large (#14795)
|
2025-03-03 10:43:17 +01:00 |
|
Dimitris Apostolou
|
4565cda599
|
chore(deps): avoid duplicate crates (#14681)
|
2025-02-27 07:47:08 +00:00 |
|
georgehao
|
2e4376f359
|
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-28 12:20:58 +00:00 |
|
Matthias Seitz
|
cf095a7536
|
chore: reorder super (#12380)
|
2024-11-07 16:42:37 +01:00 |
|
Thomas Coratger
|
55bf29e6d2
|
use core::error::Error (#11317)
|
2024-09-29 16:47:48 +00:00 |
|
ben
|
49f044f6e1
|
fix(reth-ipc): pass through extensions from request (#11300)
|
2024-09-27 18:15:39 +00:00 |
|
Emilia Hane
|
dfd62ef68b
|
(fix): lint warning IPC (#11006)
|
2024-09-18 22:40:53 +00:00 |
|
Thomas Coratger
|
709e7b73ce
|
clippy: add if_not_else clippy lint (#10524)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 10:58:06 +00:00 |
|
Thomas Coratger
|
9c57c4a454
|
clippy: add redundant_else clippy lint (#10525)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 09:40:10 +00:00 |
|
Matthias Seitz
|
ea25df7ed3
|
chore: downgrade ipc warning (#10205)
|
2024-08-08 12:50:16 +00:00 |
|
Tuan Tran
|
db8706e5d8
|
chore: fix unnameable-types lint on blockchain-tree and rpc crates (#9757)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2024-07-25 15:31:20 +00:00 |
|
Tien Nguyen
|
31e247086c
|
feat(rpc): remove ipc future and now using ServerHandle and StopHandle from jsonrpsee (#9044)
|
2024-06-24 10:00:02 +00:00 |
|
DaniPopes
|
55831500cf
|
chore(deps): bump interprocess and others (#8982)
|
2024-06-20 15:37:35 +00:00 |
|
joshieDo
|
fc770423b3
|
fix(ci): add missing const fn (#8822)
|
2024-06-14 10:07:39 +00:00 |
|
DaniPopes
|
55317eb004
|
chore(deps): bump http, hyper etc. to 1.0; jsonrpsee 0.23 (#7018)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-11 09:37:49 +00:00 |
|
Thomas Coratger
|
e02b935e94
|
add match_same_arms clippy lint (#8549)
|
2024-06-03 17:42:25 +00:00 |
|
Thomas Coratger
|
9aacba8598
|
add type_repetition_in_bounds clippy lint (#8568)
|
2024-06-03 17:10:15 +00:00 |
|
Thomas Coratger
|
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 |
|
Thomas Coratger
|
da233bf322
|
add empty_line_after_doc_comments and remove option_if_let_else (#8539)
|
2024-06-01 15:21:50 +00:00 |
|
Thomas Coratger
|
3d3f52b2a4
|
Add missing_const_for_fn clippy lint (#8498)
|
2024-05-30 09:50:03 +00:00 |
|
Thomas Coratger
|
19c529e8df
|
add use_self clippy lint (#8325)
|
2024-05-29 13:14:14 +00:00 |
|
Alexey Shekhirin
|
f45ca74772
|
refactor(consensus, evm): move post-execution validation to consensus (#8321)
|
2024-05-22 17:20:14 +00:00 |
|
jn
|
8f8b29b3ce
|
refactor: replace futures_util pin and tokio_pin with std pin (#8109)
|
2024-05-06 10:14:54 +00:00 |
|
Abner Zheng
|
fd8fdcfd4b
|
refactor: remove futureUnordered in ipc (#7920)
|
2024-04-29 15:30:42 +00:00 |
|
Matthias Seitz
|
6bdba8a2a6
|
chore: misc clippy fixes (#7926)
|
2024-04-27 06:25:09 +02:00 |
|