Commit Graph

730 Commits

Author SHA1 Message Date
Devon Bear
62ec00c672 feat(rpc): implement eth_blobGasPrice (#5403)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-13 12:44:05 +00:00
DoTheBestToGetTheBest
cf542922e8 feat(rpc-testing-utils) : test blocks for trace_call_stream method (#5405) 2023-11-12 14:00:19 +00:00
DoTheBestToGetTheBest
02502adb96 feat(rpc-type) : make TraceCallRequest with Default Trait (#5394) 2023-11-12 14:21:44 +01:00
evalir
63f67d97fd chore: remove into_limbs() call for BlockNumberOrTag From impl (#5395) 2023-11-11 17:49:20 +00:00
Luca Provini
7734ab754c Feat/enable non namespaces (#5391) 2023-11-11 14:54:32 +00:00
evalir
4f631cc773 feat(rpc-types): from U64 for BlockHashOrNumber and BlockId (#5385)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-11 08:30:37 +00:00
Devon Bear
55db2dcd4b feat(rpc): add blob support for TransactionRequest (#5382)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-10 23:48:53 +00:00
DoTheBestToGetTheBest
6c4a9cd1c3 feat(rpc-builder): test requests params (#5267)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-11-10 16:39:56 +00:00
DoTheBestToGetTheBest
13fd00c117 feat(rpc-testing-utils): implement trace_call streaming (#5347)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-10 11:49:14 +00:00
Matthias Seitz
c47a2393e3 chore: fix a bunch of features (#5369) 2023-11-09 14:31:27 +01:00
Matthias Seitz
ef8677f33f chore: rm default features (#5366) 2023-11-09 00:58:44 +01:00
DaniPopes
e897764ad4 chore(meta): manifest maintenance (#5353) 2023-11-08 19:53:50 +00:00
Alexey Shekhirin
e056bfb213 feat(rpc): measure request/call time in seconds (#5361) 2023-11-08 17:10:40 +00:00
Matthias Seitz
0e2346597b feat: add for peers functions (#5351) 2023-11-08 14:46:07 +00:00
Alexey Shekhirin
47669c5886 feat(rpc): record call metrics per method (#5338) 2023-11-07 19:01:39 +00:00
Matthias Seitz
fd7896fd7c chore: serde misc CallRequest (#5345) 2023-11-07 19:01:03 +00:00
Matthias Seitz
27d70881a5 feat: add response type for execution header (#5342) 2023-11-07 17:35:13 +00:00
Matthias Seitz
ef2f96afe8 fix: output field is called value (#5339) 2023-11-07 15:29:18 +00:00
Dan Cline
e6ea2510c7 fix: use helper to deserialize mainnet TTD (#5322)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-06 22:00:09 +00:00
DoTheBestToGetTheBest
be542b2a94 feat(rpc-testing-util): rpc tracing compare testing support (#5148) 2023-11-06 17:29:54 +00:00
Matthias Seitz
73b11de894 docs: call many docs (#5331) 2023-11-06 17:20:40 +00:00
Matthias Seitz
164b486d9b chore: use u64 for payloadattributes directly (#5327) 2023-11-06 15:59:08 +00:00
DoTheBestToGetTheBest
2846609b24 feat (rpc-testing-utils) : enhenced trace filter streaming for local node (#5295) 2023-11-06 13:11:15 +00:00
Matthias Seitz
29a8489982 feat: add more beacon API types (#5292) 2023-11-06 13:10:26 +00:00
DoTheBestToGetTheBest
d090803eb8 feat(rpc-testing-utils) : trace_filter test (#5293) 2023-11-06 12:45:45 +00:00
clabby
52670a8b24 feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
2023-11-05 17:33:42 +00:00
DoTheBestToGetTheBest
2892f02659 feat(rpc-types) : Implement Default Trait for TraceFilter (#5294) 2023-11-05 13:59:37 +00:00
DaniPopes
470449ff24 fmt: format doc comments (#5308) 2023-11-05 13:06:30 +00:00
DoTheBestToGetTheBest
bcd8e6fa89 feat(rpc-testing-utils) : Implement trace_filter Stream Extension for TraceApiExt (#5282) 2023-11-04 15:45:03 +00:00
Phillip LeBlanc
219b7db52c fix: trace_filter properly matches when from_addresses or to_addresses aren't set (#5291) 2023-11-04 11:01:37 +00:00
DoTheBestToGetTheBest
e11b371770 feat(rpc-testing-utils) : enhanced tansaction replay (#5275)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-04 07:44:15 +00:00
DoTheBestToGetTheBest
2412cc4823 feat(rpc-builder): support jwt secret in client (#5284) 2023-11-04 06:47:41 +00:00
DoTheBestToGetTheBest
38eb1ee2ed feat(rpc-testing-util): support test block for trace get (#5272) 2023-11-03 11:46:03 +00:00
Phillip LeBlanc
ddcd4d600e fix: trace_filter matches all transactions on empty addresses (#5279) 2023-11-03 11:17:04 +00:00
Matthias Seitz
a98ae7fa3e feat: add --rpc.jwtsecret arg (#5271) 2023-11-03 02:58:55 +00:00
DoTheBestToGetTheBest
265dd56f24 feat(rpc-types): Implement Clone for TraceFilter struct (#5273) 2023-11-02 17:36:37 +00:00
DoTheBestToGetTheBest
93fc2e2991 feat(primitives): effective_gas_tip and effective_tip_per_gas functions together (#5144)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-02 14:31:30 +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
Darex
c0e70ba8b6 Authenticated json rpc endpoint (#5250)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-02 13:35:09 +00:00
DoTheBestToGetTheBest
026663f1d9 feat(primitives): extended display and formatting for JsonU256 (#5199)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-02 13:47:03 +01:00
DoTheBestToGetTheBest
b78b8b8990 feat(rpc-testing-utils) : stream support for trace_get functionality (#5265) 2023-11-02 10:35:52 +00:00
DoTheBestToGetTheBest
40e124b25e feat(rpc-testing-utils): support test block for trace_call_many (#5258)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-31 21:51:33 +00:00
Matthias Seitz
4dfcd4e6cb fix: treat invalid opcode as out-of-gas in estimate loop (#5256) 2023-10-31 21:10:17 +00:00
Matthias Seitz
9bac558ef4 fix: set tx gas limit not block gas limit (#5257) 2023-10-31 20:54:47 +00:00
DoTheBestToGetTheBest
d6e7fb11c6 feat(rpc-testing-utils) : TraceApiExt with trace_call_many Stream Support (#5255) 2023-10-31 20:22:07 +00:00
Aditya Pandey
e0276d278f Add missing beacon API eventstream-types (#5200)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-31 18:25:35 +00:00
Dan Cline
ac241928be fix(rpc): return the correct withdrawal index field (#5253) 2023-10-31 16:32:42 +00:00
Matthias Seitz
824152ecd0 fix: record memory if vm trace enabled (#5251) 2023-10-31 16:26:21 +00:00
Matthias Seitz
7907cece7c fix: dev-deps rpc-types (#5239) 2023-10-30 20:43:03 +00:00
DoTheBestToGetTheBest
ed9b9a7d82 feat(rpc) : support for eth_newPendingTransactionFilter full rpc function (#5206)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-30 18:00:30 +00:00