Commit Graph

1759 Commits

Author SHA1 Message Date
a0ff24b691 feat(rpc): add eth transactions trait (#1751) 2023-03-14 13:55:35 +01:00
b121e4d8c7 chore(rpc): make async (#1748) 2023-03-14 10:55:48 +01:00
c5cd236e1a feat(rpc): implement log subscription (#1719) 2023-03-13 20:00:58 -07:00
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
5d9237c2e8 fix(rpc): use eth id provider for filter (#1740) 2023-03-13 15:57:50 -04:00
ff9f02d524 style(rpc): some transaction by touch ups (#1711) 2023-03-13 14:46:13 +01:00
2bd73199c2 chore(docs): add method name to RPC handler implementation (#1737) 2023-03-13 14:37:39 +01:00
139c0c4562 refactor(rpc): move revm utils to module (#1732) 2023-03-13 06:02:52 -07:00
102a5a378f chore: rename trace handler functions (#1731) 2023-03-13 13:44:43 +01:00
a98dc43cb0 docs: add api handler docs (#1727) 2023-03-13 12:13:56 +01:00
29a2e1ab3a feat(rpc): add EthSubscriptionIdProvider (#1721) 2023-03-12 22:36:19 -04:00
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
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
fdfeeb42dc refactor(txpool): use transaction error type (#1698) 2023-03-10 15:57:12 +01:00
3ed9ef49d0 feat(rpc): add missing geth trace calls (#1700) 2023-03-10 14:27:33 +01:00
ba96b9d165 feat: Add Latest State TransactionValidator implementation (#1498) 2023-03-10 10:35:59 +01:00
9d7975a07a fix: error on pow block in forkchoiceUpdated (#1692) 2023-03-10 09:46:49 +01:00
6190eac9ce feat: add Tracing inspector (#1618) 2023-03-09 13:43:24 -08:00
ea11461126 chore(rpc): add required fields to Trace handler (#1683) 2023-03-09 12:51:35 -08:00
89305b883a chore(rpc): add convenience from impl (#1686) 2023-03-09 12:50:26 -08:00
ce633c22e5 chore(rpc): move EthRpcErrorCode to rpc-types (#1690) 2023-03-09 10:10:26 -08:00
e913a536f0 fix: serialize index as hex string (#1687) 2023-03-09 16:25:34 +01:00
279ad346f7 fix: return zero latestValidHash pre-merge (#1677) 2023-03-08 18:17:28 -05:00
161de9aadf feat: persist contract analysis in db (#1640) 2023-03-08 16:25:14 +01:00
21c66621dd feat: ExecutorFactory (#1672) 2023-03-08 16:01:56 +01:00
77d108660e feat(rpc): add eth_createAccessList implementation (#1652)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-03-08 10:07:09 +01:00
e06d0a4a0b chore(rpc): match all error variants (#1658) 2023-03-07 11:38:10 +01:00
ce39c9810d chore: add InvalidChainId error variant (#1657) 2023-03-07 11:33:05 +01:00
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
10d24b5cd6 chore: spawn cache task as critical (#1633) 2023-03-04 13:44:59 -07:00
0e9d18d4e9 feat(rpc): support eth_call state overrides (#1634) 2023-03-04 13:44:33 -07:00
161795945b feat(rpc): impl eth_call (#1612) 2023-03-02 18:42:41 +01:00
f89b504245 feat(rpc): impl eth_estimate (#1599) 2023-03-02 17:07:36 +01:00
e9c2e884a4 chore: get_evm_evn -> get_evm_env (#1610) 2023-03-02 08:08:40 -07:00
5fbd3f0c9b feat(rpc): Add RpcModuleConfig and integrate in builder (#1605) 2023-03-02 15:39:00 +01:00
626c076c85 feat(rpc): integrate eth cache and task executor in pipeline (#1596) 2023-03-01 15:46:57 -07:00
ad0ce8cf1a fix(rpc): make exp claim optional (#1601) 2023-03-01 15:35:13 -07:00
4285186dbd refactor: Execution Stage owns Executor (#1568)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-03-01 00:55:51 +01:00
3790a14268 fix(rpc): accept jwt's starting with 0x (#1589)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-02-28 21:03:14 +01:00
7a01e1e231 feat: add eth state cache (#1561) 2023-02-28 20:46:25 +01:00
5e0fa44094 fix(rpc): return eth_call fee errors as invalid params (#1559) 2023-02-27 16:40:27 +01:00
494a9e88b2 test: serde roundtrip test for rpc types (#1571) 2023-02-27 16:28:29 +01:00
b1741bd86b fix: rm duplicate size field (#1563) 2023-02-25 15:49:37 -08:00
036e935819 chore: clippy fixes (#1558) 2023-02-25 16:10:44 +01:00
41748e818f feat: Integrate new EvmEnvProvider in RPC (#1550) 2023-02-25 10:53:41 +01:00
d872deda5d feat: more work on eth call and estimate (#1545) 2023-02-24 19:29:59 +01:00
8299ca6fd6 feat: add reth-revm crate (#1526) 2023-02-23 14:16:42 +01:00
3c77dd9e2f feat(rpc): initial work in eth_call+estimate (#1514) 2023-02-22 14:59:19 -08:00
17dffba150 feat(rpc): impl uncle count handlers (#1511) 2023-02-22 14:40:58 -08:00
823866ac57 feat(rpc): launch auth server (#1506)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-22 14:39:37 -08:00