Commit Graph

468 Commits

Author SHA1 Message Date
Resende
3ff9be6d4f feat(rpc): ots_hasCode implementation (#3886)
Co-authored-by: Miguel Palhas <mpalhas@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 15:44:07 +00:00
Resende
08403c80e2 feat(rpc): ots_getApiLevel implementation (#3861)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 14:12:45 +02:00
Matthias Seitz
15781beda8 fix: convert empty topic vec to vec None (#3856) 2023-07-24 12:09:05 +02:00
Roman Krasiuk
c878a9f489 chore(txpool): move basefee to u64 (#3872)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 12:08:34 +02:00
Matthias Seitz
815cac7dd8 chore: reorder fields (#3832) 2023-07-19 23:54:01 +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
0fcb338e25 fix(rpc): trace get is index not trace address (#3852) 2023-07-19 19:17:29 +00:00
Resende
170e6f24d2 feat(rpc): Add ots_ namespace and trait bindings for Otterscan Endpoints (#3778)
Co-authored-by: Miguel Palhas <mpalhas@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 23:53:34 +00:00
Ryan Schneider
34c9abe249 feat: implement reth_getBalanceChangesInBlock (#3768)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 17:49:23 +00:00
Matthias Seitz
7686371448 feat: build local pending block (#3811) 2023-07-18 14:48:24 +00:00
Matthias Seitz
26b1ffa92a chore: make clippy happy (#3827) 2023-07-18 12:06:27 +00:00
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