Commit Graph

71 Commits

Author SHA1 Message Date
Matthias Seitz
a0bfb654cd test: add basic auth server tests (#2278) 2023-04-16 21:43:08 -04:00
Matthias Seitz
f1fc9ecafb chore(rpc): rpc and auth server cleanup (#2272) 2023-04-16 16:49:39 -04:00
Matthias Seitz
08eae76bec refactor: simplify engine Api (#2240) 2023-04-14 09:59:18 -07:00
Roman Krasiuk
0759b30404 feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 09:48:33 -07:00
chirag-bgh
554c8258a9 feat: add trace_replayBlockTransactions (#2141)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-12 12:18:11 +02:00
rakita
087d0a6317 feat: CanonStateNotification for commit and reorg (#2156) 2023-04-10 13:11:15 +02:00
Matthias Seitz
cf18edb0fe chore(rpc): add submit hashrate impl (#2153) 2023-04-08 10:25:18 +02:00
Matthias Seitz
d306be1c15 chore(rpc): return 0 hashrate (#2152) 2023-04-07 03:37:16 -07:00
Matthias Seitz
843efe888f feat(rpc): implement trace_Block (#2117) 2023-04-05 13:44:42 -07:00
Matthias Seitz
cf5a1114d0 feat(rpc): add replay transaction (#2107)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-04-04 21:39:07 +02:00
Matthias Seitz
a49dca0ce6 feat(rpc): implement trace call many (#2106) 2023-04-04 21:10:32 +02:00
Dan Cline
cbfcbfbf7b fix: add JsonStorageKey for eth_getProof and eth_getStorageAt (#2067) 2023-03-31 17:37:40 -04:00
Matthias Seitz
4a8ed999c0 perf(rpc): use caching service for fetching logs and transactions (#2054) 2023-03-31 16:26:23 +02:00
Matthias Seitz
0d059275e5 feat(rpc): impl debug_getRawReceipts (#2059) 2023-03-31 16:17:45 +02:00
jawilk
6f0064f687 chore(rpc): improve rpc server launch error diagnostic (#1979) 2023-03-31 15:38:40 +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
Matthias Seitz
37752ccdaf chore(rpc): move send tx to EthTransactions trait (#1964) 2023-03-24 13:06:57 +01: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
724ec1b5cc fix: parse 66 blockid str as hash (#1890) 2023-03-21 17:36:06 -04:00
Matthias Seitz
a7a469302e feat(rpc): add trace_rawTransaction handler (#1861) 2023-03-20 08:33:05 -07:00
Matthias Seitz
2a457c7023 feat(rpc): add eth_syncing implementation (#1859) 2023-03-20 04:22:17 -07: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
96ae3e7bd2 chore(rpc): rm allow unused (#1838) 2023-03-19 14:32:14 +01:00
Matthias Seitz
fe011f1f8c feat(rpc): enable eth_call eth_estimateGas (#1799) 2023-03-16 17:41:16 +01:00
Matthias Seitz
0dfb940f1a feat(rpc): impl trace_get (#1769) 2023-03-15 15:51:46 +01:00
Francisco Krause Arnim
a688fdb38d feat(rpc): eth_sign* (#1665)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Tomás <tomas.gruner@lambdaclass.com>
2023-03-14 18:03:38 -07:00
Matthias Seitz
c78effcb3f chore(rpc): more trace prep (#1752) 2023-03-14 09:07:08 -07:00
Tomás
54aab533c2 feat(rpc): add partial eth_getProof implementation (#1515)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-03-13 17:49:36 -07:00
Matthias Seitz
102a5a378f chore: rename trace handler functions (#1731) 2023-03-13 13:44:43 +01:00
Matthias Seitz
29a2e1ab3a feat(rpc): add EthSubscriptionIdProvider (#1721) 2023-03-12 22:36:19 -04: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
sambukowski
853da85c44 feat(rpc): eth_transactionBy impls (#1664)
Co-authored-by: Sam Bukowski <sambukowski@Sams-MacBook-Pro.local>
2023-03-11 10:54:11 +01:00
Matthias Seitz
ea11461126 chore(rpc): add required fields to Trace handler (#1683) 2023-03-09 12:51:35 -08:00
Tomás
77d108660e feat(rpc): add eth_createAccessList implementation (#1652)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-03-08 10:07:09 +01:00
Francisco Krause Arnim
ce2b83e774 feat(rpc): rpc handler for eth_getUncleByBlock{Hash/Number}AndIndex (#1595)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-03-06 15:43:44 +01:00
Matthias Seitz
0e9d18d4e9 feat(rpc): support eth_call state overrides (#1634) 2023-03-04 13:44:33 -07:00
Matthias Seitz
5fbd3f0c9b feat(rpc): Add RpcModuleConfig and integrate in builder (#1605) 2023-03-02 15:39:00 +01:00
Matthias Seitz
626c076c85 feat(rpc): integrate eth cache and task executor in pipeline (#1596) 2023-03-01 15:46:57 -07:00
Chirag Baghasingh
41748e818f feat: Integrate new EvmEnvProvider in RPC (#1550) 2023-02-25 10:53:41 +01:00
Matthias Seitz
17dffba150 feat(rpc): impl uncle count handlers (#1511) 2023-02-22 14:40:58 -08:00
Roman Krasiuk
823866ac57 feat(rpc): launch auth server (#1506)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-22 14:39:37 -08:00
Matthias Seitz
93b1a7f49a chore: cors followup changes (#1480) 2023-02-21 05:57:09 -08:00
Tirth Patel
42b1fc1f5b feat: add --http.corsdomain (#1305) 2023-02-21 13:20:23 +01:00