jawilk
|
6f0064f687
|
chore(rpc): improve rpc server launch error diagnostic (#1979)
|
2023-03-31 15:38:40 +02:00 |
|
Matthias Seitz
|
37752ccdaf
|
chore(rpc): move send tx to EthTransactions trait (#1964)
|
2023-03-24 13:06:57 +01:00 |
|
Matthias Seitz
|
84af91737d
|
feat(rpc): integrate eth filter and eth pubsub (#1930)
|
2023-03-23 18:37:53 +01: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
|
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 |
|
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 |
|
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
|
626c076c85
|
feat(rpc): integrate eth cache and task executor in pipeline (#1596)
|
2023-03-01 15:46:57 -07:00 |
|
Matthias Seitz
|
17dffba150
|
feat(rpc): impl uncle count handlers (#1511)
|
2023-02-22 14:40:58 -08:00 |
|
Matthias Seitz
|
cc5e5cab3c
|
feat(rpc): implement block_transaction_count (#1471)
|
2023-02-20 20:46:25 +01:00 |
|
Matthias Seitz
|
8d1dc58af5
|
feat(rpc): add block_by_number (#1467)
|
2023-02-20 08:48:14 -08:00 |
|
Matthias Seitz
|
50203a8f2a
|
chore: phase out ethers rpc block types (#1463)
|
2023-02-20 16:02:33 +01:00 |
|
Matthias Seitz
|
279c0f917c
|
feat(rpc): impl block_by_hash (#1460)
|
2023-02-20 14:58:02 +01:00 |
|
Chen Kai
|
e8453abc78
|
feat:add server function in RpcServerArgs. (#1402)
Signed-off-by: grapebaba <281165273@qq.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-19 16:45:04 -08:00 |
|
Tomás
|
2306bfe998
|
feat: Add eth_getBalance, eth_getTransactionCount, eth_getStorageAt handlers (#1422)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-02-17 12:42:24 +01:00 |
|
Alexey Shekhirin
|
94674f9c16
|
feat(rpc, storage): eth_feeHistory except reward field (#1275)
|
2023-02-16 11:33:14 +01:00 |
|
Matthias Seitz
|
c415221876
|
chore(rpc): rename RpcModuleConfig --> RpcModuleSelection (#1376)
|
2023-02-15 12:53:42 -05:00 |
|
Matthias Seitz
|
a9b9f42715
|
fix(rpc): use rpc::BlockNumber type not u64 (#1370)
|
2023-02-15 14:17:33 +01:00 |
|
Matthias Seitz
|
a4ad2da06e
|
chore: change RpcServer build (#1367)
|
2023-02-15 11:19:26 +01:00 |
|
tomarST
|
7480ea418b
|
Split the http_ws_addr (#1323)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-15 11:01:02 +01:00 |
|
naviechan
|
dc391f9453
|
Test(rpc): Test support for different api modules (#1288)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-11 17:45:56 -08:00 |
|
Matthias Seitz
|
88a838b9f4
|
test: basic rpc testing support (#1222)
|
2023-02-08 16:51:24 +01:00 |
|
Matthias Seitz
|
10aa3d617a
|
feat(rpc): impl rpc-builder types (#1203)
|
2023-02-07 11:03:05 -08:00 |
|