Commit Graph

262 Commits

Author SHA1 Message Date
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
Thomas Coratger
8f2522eff9 refactor(rpc): add builder pattern for EthHandlers (#9035) 2024-06-24 09:20:41 +00:00
DaniPopes
55831500cf chore(deps): bump interprocess and others (#8982) 2024-06-20 15:37:35 +00:00
Oliver
9de1cc6c9a chore: fix repeat words (#8916) 2024-06-18 11:07:56 +00:00
joshieDo
2a5c93fab3 chore: use reth_chainspec where possible (#8891) 2024-06-17 16:09:09 +00:00
DaniPopes
40d588470f chore(rpc): use TypedData type in eth_signTypedData signature (#8845) 2024-06-14 16:46:37 +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
Aurélien
08cb775455 feat: move RethRpcConfig to rpc-builder (#8684)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-10 22:08:51 +00:00
Matthias Seitz
314da27567 chore: rm unused launch functions (#8663) 2024-06-07 18:12:08 +00:00
Matthias Seitz
04d3191ca8 fix: ensure tx forwarder is set (#8664) 2024-06-07 10:09:41 +00:00
Aurélien
60f6657988 feat: move core rpc server types to standalone crate (#8515) 2024-06-04 12:06:47 +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
James Prestwich
d7c854d93d feat: accessor for ethconfig (#8525) 2024-05-31 10:05:59 +00:00
James Prestwich
bafec99f6b Refactor: Clean up RpcModuleSelection API (#8504)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-30 11:54:41 +00:00
Matthias Seitz
ba03d93a23 fix(rpc): use hex arg for feeHistory (#8506) 2024-05-30 11:48:07 +00:00
Thomas Coratger
3d3f52b2a4 Add missing_const_for_fn clippy lint (#8498) 2024-05-30 09:50:03 +00:00
Matthias Seitz
42667e1cfd chore: rm reth-interfaces (#8486) 2024-05-29 16:54:14 +00:00
James Prestwich
d388fc0bec feat: create_transport_rpc_modules (#8482) 2024-05-29 15:15:11 +00:00
Håvard Anda Estensen
944180348f chore: add _total suffix to counter metrics (#8263)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-29 15:05:31 +00:00
Thomas Coratger
19c529e8df add use_self clippy lint (#8325) 2024-05-29 13:14:14 +00:00
Matthias Seitz
7262d08f47 chore(rpc): rm unused fn (#8463) 2024-05-29 13:24:32 +02:00
guha-rahul
a8e5eb6186 feat: implement clientVersionV1 in engine API (#8016) 2024-05-24 17:38:06 +00:00
Federico Gimenez
d0386b8166 feat: use broadcast channel for event listeners (#8193)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-05-22 17:36:51 +00:00
Quentin V
db9c559247 refactor: Replace JwtSecret with alloy's version of it (#8299)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-19 12:36:24 +00:00
Rupam Dey
e20cb91827 Extract layers module from rpc crate (#8163)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-05-11 13:41:41 +00:00
Roman Krasiuk
00a02f5b5c chore: remote try_ prefix from block to payload conversion methods (#8117) 2024-05-06 11:14:57 +00:00
Matthias Seitz
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
Roman Krasiuk
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
Seva Zhidkov
0aa7d4d05e feat(rpc-builder): add tower layer for updating bearer token in auth client (#8010) 2024-05-01 20:52:40 +00:00
Abner Zheng
9153d8848f chore: remove unnecessary Debug implmentation (#8001) 2024-04-30 16:14:25 +00:00
Federico Gimenez
953ba043ad chore: bump alloy 4e22b9e (#7895) 2024-04-26 15:04:06 +00:00
Sean Matt
7f0e81e476 refactor: remove WsHttpServerKind enum and simplify server launch (#7531)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-26 13:47:12 +00:00
Abner Zheng
b6b2cf816e Add windows Ipc Client implementation (#7187) 2024-04-26 13:34:34 +00:00
Delweng
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
Abner Zheng
ee1c811c43 feat: integrate RpcMiddleware in IPC (#7790) 2024-04-23 15:08:32 +00:00
Oliver Nordbjerg
3a3b957961 fix: don't import ipc client on windows (#7712) 2024-04-18 10:55:54 +00:00
Matthias Seitz
fb3f6f1559 chore: flatten node-api dep (#7682) 2024-04-16 16:20:42 +00:00
Nil Medvedev
dd83c9c4f8 Feat: support for engine api over ipc (#7428)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-10 20:31:53 +00:00
Matthias Seitz
b89af430e2 feat: extract optimism sequencer client to node-optimism (#7482) 2024-04-05 21:35:02 +00:00
Matthias Seitz
67cfb06fbb chore(deps): migrate to jsonrpsee 0.22 (#5894)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-05 16:02:05 +00:00
Matthias Seitz
67558db6f3 feat: change evm trait bound (#7463) 2024-04-04 16:35:28 +00:00
Matthias Seitz
68c753b79b feat: add SequencerClient (#7440)
Co-authored-by: rodrigoherrerai <rodrigoheitie@hotmail.com>
2024-04-03 17:40:34 +00:00
Matthias Seitz
bd2945a988 fix: return an error if block does nit exist (#7374) 2024-03-28 13:27:13 +00:00
Abner Zheng
903fc2dcd0 Implement ots_getInternalOperations (#7332) 2024-03-26 11:40:53 +00:00
Abner Zheng
a6d4f6bd15 feat: Implement ots_getBlockTransactions (#7315)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-25 16:43:20 +00:00
Abner Zheng
eed60d914e feat: Implement ots_getTransactionError endpoints (#7316)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-25 11:43:47 +00:00
Matthias Seitz
1c6ea1e30a feat: support any node format in admin API (#7247) 2024-03-20 17:37:06 +00:00
Thomas Coratger
0a803c49a9 Integrate Config into admin_nodeInfo response (#7206) 2024-03-20 11:21:31 +00:00