|
|
00712d642e
|
feat(rpc): impl traceCall (#2029)
|
2023-03-31 11:19:56 -07:00 |
|
|
|
4a8ed999c0
|
perf(rpc): use caching service for fetching logs and transactions (#2054)
|
2023-03-31 16:26:23 +02:00 |
|
|
|
0d059275e5
|
feat(rpc): impl debug_getRawReceipts (#2059)
|
2023-03-31 16:17:45 +02:00 |
|
|
|
6f0064f687
|
chore(rpc): improve rpc server launch error diagnostic (#1979)
|
2023-03-31 15:38:40 +02:00 |
|
|
|
8e7807138e
|
chore: rm unused rpc-engine-api deps (#2053)
|
2023-03-31 12:07:38 +02:00 |
|
|
|
cda66470d1
|
fix: continue bisect on intrinsic gas error (#2048)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-03-31 11:18:50 +02:00 |
|
|
|
ec7a565ef3
|
fix: remove gas estimation accuracy threshold (#2049)
|
2023-03-31 10:33:40 +02:00 |
|
|
|
195d781b40
|
fix: use no_base_fee feature for calling RPCs (#2041)
|
2023-03-30 20:34:14 +02:00 |
|
|
|
944e032663
|
feat(rpc): add receipts caching (#2038)
|
2023-03-30 12:49:43 -04:00 |
|
|
|
6261262a20
|
chore(deps): add missing sync feature (#2037)
|
2023-03-30 13:44:22 +02:00 |
|
|
|
d239b82ccb
|
feat(BlockchainTree): Broadcast new canonical block headers (#2027)
|
2023-03-30 12:58:02 +02:00 |
|
|
|
efbaf6474c
|
feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007)
|
2023-03-29 20:59:24 +02:00 |
|
|
|
2eb4306efe
|
fix(rpc): disable basefee during eth_createAccessList (#2028)
|
2023-03-29 12:14:13 -04:00 |
|
|
|
b11a7e4c25
|
chore(rpc): replace todo! with unimplemented error response (#2026)
|
2023-03-29 15:05:19 +02:00 |
|
|
|
47b9738ede
|
chore: fix some typos (#2025)
|
2023-03-29 14:49:50 +02:00 |
|
|
|
ecee19207f
|
fix: determine if eth_getProof blockid arg is latest (#2019)
|
2023-03-28 16:23:47 -07:00 |
|
|
|
3810548bd7
|
chore(txpool): add AlreadyImported variant (#2009)
|
2023-03-28 19:00:30 +02:00 |
|
|
|
cf2a2dbf97
|
refactor(rpc): extract prepare_call_env logic (#2012)
|
2023-03-28 12:33:56 -04:00 |
|
|
|
b55b2d6182
|
fix(txpool): differentiate pool error variants (#2008)
|
2023-03-28 18:28:24 +02:00 |
|
|
|
8987f4e8be
|
fix: set fees to zero if not provided (#1997)
|
2023-03-28 14:26:46 +02:00 |
|
|
|
81183b274f
|
fix(rpc): set tx receipt contract address independent of status (#1996)
|
2023-03-27 19:44:43 +02:00 |
|
|
|
8e6214768f
|
Make EthApi client, pool, network and state accessors public (#1988)
|
2023-03-26 16:02:35 +02:00 |
|
|
|
00f691a58c
|
fix(rpc): engine_getPayloadBodiesByRangeV1 params are quantity (#1986)
|
2023-03-26 14:56:49 +02:00 |
|
|
|
b27a0901a0
|
fix: clippy warnings in tests (#1954)
|
2023-03-26 13:32:55 +02:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
3360d34440
|
feat(rpc): add missing eth_getFilterLogs impl (#1966)
|
2023-03-24 09:36:40 -07:00 |
|
|
|
21e34da9c4
|
fix: disable EIP3607 for eth_call and eth_estimateGas (#1961)
|
2023-03-24 17:14:03 +01:00 |
|
|
|
37752ccdaf
|
chore(rpc): move send tx to EthTransactions trait (#1964)
|
2023-03-24 13:06:57 +01:00 |
|
|
|
ba8650585e
|
fix(rpc): AccountOverride nonce type is Quantity (#1948)
|
2023-03-23 20:14:03 -07:00 |
|
|
|
d580b5a185
|
chore(rpc): cleanup imports (#1939)
|
2023-03-23 21:29:53 +01:00 |
|
|
|
8e4e5e088a
|
feat(rpc): install EthFilter on auth rpc (#1937)
|
2023-03-23 12:08:08 -07:00 |
|
|
|
ce40bea46e
|
feat(sync): beacon consensus engine (#1845)
|
2023-03-23 11:18:19 -07:00 |
|
|
|
84af91737d
|
feat(rpc): integrate eth filter and eth pubsub (#1930)
|
2023-03-23 18:37:53 +01:00 |
|
|
|
2cba04774b
|
chore(rpc): add traces for server start (#1925)
|
2023-03-23 05:51:29 -07:00 |
|
|
|
7200969bd6
|
chore(rpc): add debug to server config (#1926)
|
2023-03-23 05:50:43 -07:00 |
|
|
|
c4531feea5
|
feat(rpc): add ws allowed origins (#1924)
|
2023-03-23 05:48:37 -07:00 |
|
|
|
aaa99f6b4c
|
feat: add transaction_receipt (#1919)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-03-23 11:46:07 +01:00 |
|
|
|
6afdd331dc
|
chore(rpc): simplify conflicting fee fields error (#1911)
|
2023-03-22 14:30:06 +01:00 |
|
|
|
f858379511
|
feat: impl send_transaction (#1774)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-03-22 12:25:10 +01:00 |
|
|
|
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 |
|
|
|
3ce50f6c85
|
chore: add traces to rpc (#1904)
|
2023-03-22 11:16:08 +01:00 |
|
|
|
724ec1b5cc
|
fix: parse 66 blockid str as hash (#1890)
|
2023-03-21 17:36:06 -04:00 |
|
|
|
02e78c4bd7
|
fix(rpc): always include withdrawals in RPC (#1894)
|
2023-03-21 22:35:05 +01:00 |
|
|
|
f6a420fcfb
|
fix(rpc): fix block type fields (#1886)
|
2023-03-21 20:47:53 +01:00 |
|
|
|
13d65707f1
|
fix(rpc): return resource not found error code (#1891)
|
2023-03-21 20:45:51 +01:00 |
|
|
|
782b591c16
|
fix(rpc): cap tx gas limit with allowance in createAccessList (#1893)
|
2023-03-21 20:45:05 +01:00 |
|
|
|
44d279b53e
|
feat: populate tx meta fields in tx by hash (#1884)
|
2023-03-21 08:12:26 -07:00 |
|
|
|
c5dbdab2e4
|
feat(rpc): impl eth_getLogs (#1865)
|
2023-03-20 18:54:05 +01:00 |
|
|
|
a7a469302e
|
feat(rpc): add trace_rawTransaction handler (#1861)
|
2023-03-20 08:33:05 -07:00 |
|