Commit Graph

35 Commits

Author SHA1 Message Date
Emilia Hane
2aa94e9aee chore(rpc): expose ethapi in node builder for op customisation (#9444)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-16 13:53:03 +00:00
kostekIV
3e8a2a29c5 Integrate permits for getproof (#9363) 2024-07-08 17:51:08 +00:00
Roman Krasiuk
a7caf0d284 feat(rpc): enable historical proofs (#9273) 2024-07-03 20:43:26 +00:00
Emilia Hane
335b93425e chore(rpc): EthApi builder (#9041)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-03 15:30:29 +00:00
Emilia Hane
1b9f5871f5 chore(rpc): move impl of eth api server out of reth-rpc-eth-api (#9135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-27 12:34:17 +00:00
Emilia Hane
933a1dea39 chore(rpc): reth-eth-api crate (#8887)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-27 11:37:52 +00:00
Thomas Coratger
8f2522eff9 refactor(rpc): add builder pattern for EthHandlers (#9035) 2024-06-24 09:20: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
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
3d3f52b2a4 Add missing_const_for_fn clippy lint (#8498) 2024-05-30 09:50:03 +00:00
Matthias Seitz
b89af430e2 feat: extract optimism sequencer client to node-optimism (#7482) 2024-04-05 21:35:02 +00:00
Abner Zheng
1cd05b09ef decrease default tracing permits (#7010)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-07 16:37:56 +00:00
Roman Krasiuk
1c6c80452e chore(task): move blocking pool to reth-tasks (#6929) 2024-03-03 12:02:05 +00:00
Dan Cline
acccf1441e feat: EvmEnvConfig trait (#6051) 2024-01-25 22:40:12 +00:00
Nil Medvedev
563a683a62 Feat/improve fee history performance (#5182)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-27 10:59:27 +00:00
kaliubuntu0206
0449c5eca6 feat(rpc): limit block_range by 100_000 per eth_getLogs request (#5243)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-11-02 14:29:03 +00:00
Nil Medvedev
5dd5555c5c feat: stale filters cleaner (#5080)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-19 20:34:43 +00:00
Roman Krasiuk
3adc627a35 feat(rpc): enable eth_getProof (#5071) 2023-10-18 16:05:26 +00:00
Matthias Seitz
55339d7025 feat: add max logs per response cli arg (#4644) 2023-09-18 20:49:39 +00:00
Matthias Seitz
49e112789b feat: use tracing pool for tracing calls (#3914) 2023-07-26 16:33:59 +00:00
Altuğ Bakan
7476120d81 feat: wrap gas limit into a new type (#3841)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-19 19:26:16 +00:00
Matthias Seitz
01e1344cc1 chore: use 50M default gas limit for calls in rpc (#3812) 2023-07-17 16:31:25 +00:00
Léo Vincent
a0e125f709 feat: make rpc gas cap configurable (#3458)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-17 10:16:25 +00:00
Matthias Seitz
07e81c0e7e chore: bump default max logs (#3498) 2023-06-30 11:42:03 +00:00
Thomas Coratger
39c6b22829 feat(rpc): rename Client generics to Provider (#3126)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-13 17:17:16 +00:00
Matthias Seitz
c481b8717b feat(cli): integrate max tracing requests in cli (#2914) 2023-05-30 14:19:21 +00:00
Emanuele Civini
cffdc8dff5 Makes RPC server settings configurable (#2814) 2023-05-24 15:43:51 +02:00
Matthias Seitz
5dfbc9cf01 chore: bump max logs per response to 10k (#2688) 2023-05-16 00:08:53 +02:00
Aditya Pandey
c190d0e69b Configure Gas Price Oracle with CLI arguments (#2664)
Co-authored-by: Aditya Pandey <aditya.p@Aditya-P.local>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-15 11:46:05 +02:00
Dan Cline
52b5418a63 feat: gas price oracle (#2600) 2023-05-12 15:15:34 -04:00
Matthias Seitz
acbbd6788c feat: make logs per response configurable (#2559) 2023-05-04 12:27:31 -07:00
Aditya Pandey
cb318192ba Putting RPC tracing calls behind semaphore (#1914)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-25 11:27:52 +01:00
Matthias Seitz
84af91737d feat(rpc): integrate eth filter and eth pubsub (#1930) 2023-03-23 18:37:53 +01:00
chirag-bgh
1846f2d73c feat: Implement is_syncing subscription handler (#1562)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-12 10:16:47 +01:00
Matthias Seitz
5fbd3f0c9b feat(rpc): Add RpcModuleConfig and integrate in builder (#1605) 2023-03-02 15:39:00 +01:00