Commit Graph

170 Commits

Author SHA1 Message Date
Matthias Seitz
b55b2d6182 fix(txpool): differentiate pool error variants (#2008) 2023-03-28 18:28:24 +02:00
Dan Cline
8987f4e8be fix: set fees to zero if not provided (#1997) 2023-03-28 14:26:46 +02:00
Matthias Seitz
81183b274f fix(rpc): set tx receipt contract address independent of status (#1996) 2023-03-27 19:44:43 +02:00
Gaon3
8e6214768f Make EthApi client, pool, network and state accessors public (#1988) 2023-03-26 16:02:35 +02:00
Matthias Seitz
00f691a58c fix(rpc): engine_getPayloadBodiesByRangeV1 params are quantity (#1986) 2023-03-26 14:56:49 +02:00
Thor
b27a0901a0 fix: clippy warnings in tests (#1954) 2023-03-26 13:32:55 +02: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
chirag-bgh
9fc3e6f594 feat: add missing Tx receipt info (#1931)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-25 10:51:23 +01:00
Matthias Seitz
3360d34440 feat(rpc): add missing eth_getFilterLogs impl (#1966) 2023-03-24 09:36:40 -07:00
Dan Cline
21e34da9c4 fix: disable EIP3607 for eth_call and eth_estimateGas (#1961) 2023-03-24 17:14:03 +01:00
Matthias Seitz
37752ccdaf chore(rpc): move send tx to EthTransactions trait (#1964) 2023-03-24 13:06:57 +01:00
Matthias Seitz
ba8650585e fix(rpc): AccountOverride nonce type is Quantity (#1948) 2023-03-23 20:14:03 -07:00
Matthias Seitz
d580b5a185 chore(rpc): cleanup imports (#1939) 2023-03-23 21:29:53 +01:00
Roman Krasiuk
8e4e5e088a feat(rpc): install EthFilter on auth rpc (#1937) 2023-03-23 12:08:08 -07:00
Roman Krasiuk
ce40bea46e feat(sync): beacon consensus engine (#1845) 2023-03-23 11:18:19 -07:00
Matthias Seitz
84af91737d feat(rpc): integrate eth filter and eth pubsub (#1930) 2023-03-23 18:37:53 +01:00
Matthias Seitz
2cba04774b chore(rpc): add traces for server start (#1925) 2023-03-23 05:51:29 -07:00
Matthias Seitz
7200969bd6 chore(rpc): add debug to server config (#1926) 2023-03-23 05:50:43 -07:00
Matthias Seitz
c4531feea5 feat(rpc): add ws allowed origins (#1924) 2023-03-23 05:48:37 -07:00
chirag-bgh
aaa99f6b4c feat: add transaction_receipt (#1919)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-23 11:46:07 +01:00
Matthias Seitz
6afdd331dc chore(rpc): simplify conflicting fee fields error (#1911) 2023-03-22 14:30:06 +01:00
chirag-bgh
f858379511 feat: impl send_transaction (#1774)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-22 12:25:10 +01:00
Dan Cline
29e798662c fix: use Latest instead of Pending for rpc BlockId (#1903)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-22 11:35:54 +01:00
Dan Cline
3ce50f6c85 chore: add traces to rpc (#1904) 2023-03-22 11:16:08 +01:00
Matthias Seitz
724ec1b5cc fix: parse 66 blockid str as hash (#1890) 2023-03-21 17:36:06 -04:00
Matthias Seitz
02e78c4bd7 fix(rpc): always include withdrawals in RPC (#1894) 2023-03-21 22:35:05 +01:00
Matthias Seitz
f6a420fcfb fix(rpc): fix block type fields (#1886) 2023-03-21 20:47:53 +01:00
Matthias Seitz
13d65707f1 fix(rpc): return resource not found error code (#1891) 2023-03-21 20:45:51 +01:00
Matthias Seitz
782b591c16 fix(rpc): cap tx gas limit with allowance in createAccessList (#1893) 2023-03-21 20:45:05 +01:00
Matthias Seitz
44d279b53e feat: populate tx meta fields in tx by hash (#1884) 2023-03-21 08:12:26 -07:00
Matthias Seitz
c5dbdab2e4 feat(rpc): impl eth_getLogs (#1865) 2023-03-20 18:54:05 +01:00
Matthias Seitz
a7a469302e feat(rpc): add trace_rawTransaction handler (#1861) 2023-03-20 08:33:05 -07:00
Matthias Seitz
bd8ff152b7 fix(rpc): cap request gas limit if not set (#1858)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-03-20 07:44:28 -07:00
Matthias Seitz
f926ee8af4 chore: phase out ethers blocknumber type (#1864) 2023-03-20 07:40:16 -07:00
Matthias Seitz
2a457c7023 feat(rpc): add eth_syncing implementation (#1859) 2023-03-20 04:22:17 -07:00
Matthias Seitz
1891e13d30 chore(rpc): return error instead of panic (#1856) 2023-03-20 11:44:06 +01:00
Georgios Konstantopoulos
46a4d7ee2a feat(rpc): impl debug_getRawBlock/Header/Tx (#1852)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-20 10:26:49 +01:00
Matthias Seitz
a59806f43b fix: add missing StructLog fields (#1847) 2023-03-19 12:17:28 -07:00
Matthias Seitz
0936523e3d feat(rpc): kickoff geth traces (#1772) 2023-03-19 11:29:22 -07:00
Matthias Seitz
96ae3e7bd2 chore(rpc): rm allow unused (#1838) 2023-03-19 14:32:14 +01:00
Bjerg
100d4a90c6 chore: indent stuff in #1833 (#1835) 2023-03-18 14:45:41 +01:00
François Garillot
075544e889 refactor: various cleanups (#1833)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-18 14:13:09 +01:00
Matthias Seitz
d65cab9132 feat(rpc): port all geth tracing types (#1812) 2023-03-17 10:52:18 -07:00
Roman Krasiuk
9036f5ea9f style: prefer then_some over if else (#1810) 2023-03-17 14:16:29 +01:00
Matthias Seitz
ef51f566fe chore(deps): bump revm and use new utils (#1816) 2023-03-17 14:16:09 +01:00
Matthias Seitz
f08a70dad8 feat: add int or hex serde parsers (#1811) 2023-03-17 13:19:21 +01:00
Matthias Seitz
241ec32abf feat: add canonical_headers_range (#1795)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-16 17:06:32 -07:00
Matthias Seitz
090bbe7836 fix(rpc): fallback to basefee when calculating fee fields (#1800)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-16 16:50:33 -07:00
Matthias Seitz
fe011f1f8c feat(rpc): enable eth_call eth_estimateGas (#1799) 2023-03-16 17:41:16 +01:00
Matthias Seitz
9f00d48402 chore: rearrange impl order (#1796) 2023-03-16 15:22:08 +01:00