Commit Graph

457 Commits

Author SHA1 Message Date
Matthias Seitz
8b66213e15 chore(deps): bump some deps (#3820) 2023-07-17 21:18:20 +00:00
Matthias Seitz
01e1344cc1 chore: use 50M default gas limit for calls in rpc (#3812) 2023-07-17 16:31:25 +00:00
Dan Cline
d095db50c4 feat: add yParity to rpc signatures (#3800) 2023-07-17 11:06:26 +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
64d58456da fix: rpc cap block range correctly (#3791)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-15 14:48:18 +00:00
Matthias Seitz
da13ef688b fix: concurrent ipc driver impl (#3790) 2023-07-15 14:28:26 +00:00
Matthias Seitz
e12883edef feat: txpool block building fallback (#3755) 2023-07-15 14:27:06 +00:00
Panagiotis Ganelis
be656c239a feat: trim cmd args in parser (#3789) 2023-07-15 10:33:33 +00:00
suneal
d1610f3df9 fix: add unknown block error (#3779)
Co-authored-by: suneal <suneal@soulwalletlabs.com>
2023-07-14 14:23:37 +00:00
Matthias Seitz
3b16a6b461 fix: add missing null check (#3766) 2023-07-14 11:38:24 +00:00
Matthias Seitz
e3ac77a231 perf: only lookup in db in cache layer (#3773) 2023-07-14 09:06:23 +00:00
Matthias Seitz
ad4c590b65 fix(rpc): make trace filter req field hex or decimal (#3772) 2023-07-14 08:13:56 +00:00
Matthias Seitz
f78f0302f1 fix(rpc): serialize traces always as vec (#3770) 2023-07-14 07:59:57 +00:00
Matthias Seitz
99f00eb8c2 fix: return null withdrawals (#3762) 2023-07-13 18:22:01 +00:00
Matthias Seitz
f3e13db71e chore: reorder call action fields (#3758) 2023-07-13 15:09:39 +00:00
Matthias Seitz
bebc2b433f fix: serialize selfdestruct as suicide (#3736) 2023-07-12 18:54:50 +00:00
Matthias Seitz
fbdea30375 fix: treat bool params as invalid in logs subscription (#3716) 2023-07-11 15:13:06 +00:00
Jay Miller
1763b5ea7a perf: handle engine API range request in a new task (#3685)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-11 14:07:13 +00:00
Matthias Seitz
467f6f9199 fix: check if value is bool (#3708) 2023-07-11 00:55:09 +00:00
Supernovahs.eth
139ab93586 test: eth_getProof without storage proof (#3643)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-10 17:30:22 +00:00
Sanket Shanbhag
7a1a48a8e1 test: add payload status error serde tests (#2803)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-10 12:23:41 +00:00
fomotrader
3910babb91 feat: add full pending txs to stream (#3649)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-10 11:34:12 +00:00
Michael Sproul
d35531e79e fix: remove txn header from getPayloadBodies (#3688) 2023-07-10 12:41:28 +03:00
Josh Stevens
6cbb639f6b fix: expose the revm_utils to consumer as needed structs from it (#3686) 2023-07-09 19:57:16 +00:00
Josh Stevens
f116040e63 fix: expose call method so a consumer can use it (#3680)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-09 14:14:36 +00:00
Matthias Seitz
a7f32dbb0b chore: add a few noop functions to builder (#3659) 2023-07-07 19:08:47 +00:00
Matthias Seitz
74b21c108c feat: support all alias (#3660) 2023-07-07 19:04:19 +00:00
Matthias Seitz
a66a1286a4 fix: rm bad flatten (#3637) 2023-07-06 16:41:29 +00:00
Matthias Seitz
77cd4abbdc fix: put attribute on correct line (#3636) 2023-07-06 19:00:11 +03:00
Matthias Seitz
6d5b6c66be fix: rm outdated flatten (#3630) 2023-07-06 14:57:17 +00:00
Matthias Seitz
73bfb2c9a4 chore: remove network-api test-utils feature (#3622) 2023-07-06 13:09:57 +00:00
Chris Evanko
09fe22f470 feat: add error field to parity transaction traces (#3611)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-06 11:20:19 +00:00
Matthias Seitz
e7cedee411 perf: only record return value if required (#3040)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-07-05 14:36:49 +00:00
Matthias Seitz
3806a0c25a chore: change field TransactionTrace order (#3598) 2023-07-05 13:10:11 +00:00
Matthias Seitz
ceb4e355a2 test: add test for state override json (#3586) 2023-07-05 12:25:04 +00:00
Matthias Seitz
ab2fc7e17a fix: use DatabaseRef impl when fetching overriden account (#3589)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-07-05 10:32:28 +00:00
Matthias Seitz
d848668fb2 fix(rpc): fix parity tracing config (#3549) 2023-07-03 13:21:17 +00:00
Matthias Seitz
e0748f7415 perf: join futures in tracing (#3541) 2023-07-03 14:29:35 +03:00
Roman Krasiuk
f2f3425f1c chore: fix clippy (#3540) 2023-07-03 14:26:17 +03:00
Bjerg
4f32f5627c fix: add block rewards to trace_block (#3491)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-02 15:06:52 +00:00
Matthias Seitz
7c3c8ab977 docs: add additional context to internal tracing error (#3531) 2023-07-02 12:52:02 +02:00
Matthias Seitz
1c796f24fc chore: rustfmt (#3532) 2023-07-02 12:51:43 +02:00
Thomas Coratger
2126c01a42 feat(error): add wrappers for std::fs methods to track path for errors (#3367)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-01 11:49:26 +00:00
Roman Krasiuk
de1323921d chore(rpc): split cache into multiple files (#3519)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-01 11:16:22 +00:00
Matthias Seitz
7cb4a71cf6 chore: rm cached bytes gauge (#3513) 2023-06-30 22:27:17 +00:00
Roman Krasiuk
8be06843e4 fix(rpc): limit cache by length (#3505) 2023-06-30 18:01:50 +00:00
Roman Krasiuk
10db78618f chore(rpc): add cached bytes metric (#3502) 2023-06-30 13:48:37 +00:00
Roman Krasiuk
886828bad9 feat(rpc): cache metrics (#3499) 2023-06-30 12:35:01 +00:00
Matthias Seitz
07e81c0e7e chore: bump default max logs (#3498) 2023-06-30 11:42:03 +00:00
Matthias Seitz
20ed70b1c3 fix: always return logs of single block range query (#3497) 2023-06-30 11:40:43 +00:00