Commit Graph

1116 Commits

Author SHA1 Message Date
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
Roman Krasiuk
a34226c8e5 chore(executor): reuse revm hashmap (#1663) 2023-03-07 18:56:34 +01:00
Matthias Seitz
edeedd519e fix(net): enforce soft limit when propagating tx hashes (#1660) 2023-03-07 11:56:05 -05:00
rakita
a1d0b537a7 bug: Remove old account/storage root in merkle trie (#1646) 2023-03-07 13:49:43 +01:00
Matthias Seitz
e06d0a4a0b chore(rpc): match all error variants (#1658) 2023-03-07 11:38:10 +01:00
Matthias Seitz
ce39c9810d chore: add InvalidChainId error variant (#1657) 2023-03-07 11:33:05 +01:00
Roman Krasiuk
32e31b240d perf(provider): remove redundant lookup (#1650) 2023-03-06 22:18:51 +01:00
Roman Krasiuk
3503444342 chore(txpool): expose underlying tx (#1651) 2023-03-06 11:55:41 -08:00
Roman Krasiuk
75e677cfde chore(txpool): expose PooledTransaction (#1649) 2023-03-06 09:22:12 -08:00
Roman Krasiuk
1e007d6911 docs(txpool): minor fixes (#1645) 2023-03-06 07:59:01 -08:00
Roman Krasiuk
809d0cab03 fix(txpool): queued tx ordering (#1643) 2023-03-06 06:49:48 -08: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
92a0ebbf04 ci: no longer pin nightly version (#1638) 2023-03-05 20:20:59 +01:00
Matthias Seitz
e58fb6714f chore(deps): cargo update (#1637) 2023-03-05 07:01:45 -08:00
Matthias Seitz
9dfee497e9 chore: add tx type constants (#1639)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-03-05 13:33:19 +01:00
Matthias Seitz
31f62c11d5 test: add test for display help (#1623) 2023-03-04 13:52:12 -07:00
Matthias Seitz
7b71af2409 test: add empty decode buffer check (#1628) 2023-03-04 13:51:35 -07:00
grantkee
446d76bc29 feat: Genesis Setters (#1632) 2023-03-04 13:45:32 -07:00
Matthias Seitz
10d24b5cd6 chore: spawn cache task as critical (#1633) 2023-03-04 13:44:59 -07:00
Matthias Seitz
0e9d18d4e9 feat(rpc): support eth_call state overrides (#1634) 2023-03-04 13:44:33 -07:00
Matthias Seitz
91652a0b0c chore: add From bytes::Bytes impl (#1635) 2023-03-04 14:14:16 +01:00
Matthias Seitz
cef4c425fd perf: allocate ping buffer and move to standalone function (#1629) 2023-03-04 01:26:45 +01:00
Matthias Seitz
5dc56cc76f chore: drop tokio rt on separate thread (#1627) 2023-03-03 22:56:35 +01:00
Matthias Seitz
f605e7f3a0 chore: reexport revm create address (#1624) 2023-03-03 22:35:11 +01:00
Matthias Seitz
1bb25ae8b4 style: take ownership of header arg (#1626) 2023-03-03 22:21:38 +01:00
Matthias Seitz
9bdbbb2b9e fix(disc): trigger bootstrap if table empty (#1621) 2023-03-03 15:07:19 -05:00
Matthias Seitz
2d1bcd17d8 perf: improve initial pooled tx exchange (#1615) 2023-03-03 14:50:49 -05:00
Matthias Seitz
bc538770b1 fix: use correct serde impl for Withdrawal (#1616) 2023-03-03 14:17:28 -05:00
Matthias Seitz
789ae514af feat: add derive contract address functions (#1620) 2023-03-03 17:59:18 +01:00
Matthias Seitz
a553c1d700 chore: add spawn_critical function to trait (#1622) 2023-03-03 14:12:00 +01:00
Tirth Patel
fbfec26a36 Support soft limit in NewPooledTransactions (#1577) 2023-03-03 09:36:01 +01:00
Matthias Seitz
161795945b feat(rpc): impl eth_call (#1612) 2023-03-02 18:42:41 +01:00
Bjerg
1ae74feeb5 chore: remove unused config table (#1611)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-03-02 17:25:06 +01:00
Matthias Seitz
f89b504245 feat(rpc): impl eth_estimate (#1599) 2023-03-02 17:07:36 +01:00
Bjerg
e9c2e884a4 chore: get_evm_evn -> get_evm_env (#1610) 2023-03-02 08:08:40 -07:00
Bjerg
5720ede550 feat: db list paging (#1542) 2023-03-02 15:46:00 +01:00
Matthias Seitz
5fbd3f0c9b feat(rpc): Add RpcModuleConfig and integrate in builder (#1605) 2023-03-02 15:39:00 +01:00
Roman Krasiuk
6501ce2956 chore: expose methods and structs (#1607) 2023-03-02 15:29:00 +01:00
Matthias Seitz
9326b45821 chore(deps): rm unused deps in primitives (#1604) 2023-03-02 13:49:15 +01:00
Matthias Seitz
626c076c85 feat(rpc): integrate eth cache and task executor in pipeline (#1596) 2023-03-01 15:46:57 -07:00
Dan Cline
ad0ce8cf1a fix(rpc): make exp claim optional (#1601) 2023-03-01 15:35:13 -07:00
rakita
42e3f56108 feat: refactor few stages to providers, introduce insert_block (#1474)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-01 13:42:45 -07:00
Dan Cline
6136e0deb4 chore: bump ethers (#1598)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-01 21:13:37 +01:00
grantkee
14811dae40 Implement Decodable for TransactionSignedEcRecovered (#1591) 2023-03-01 20:47:24 +01:00
joshieDo
2884eae075 perf: bench merkle stage (#1497) 2023-02-28 23:20:00 -07:00
Francisco Krause Arnim
4839adeaef test: fix hive tests (#1530)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-02-28 18:35:37 -07:00
Georgios Konstantopoulos
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
Dan Cline
71bc1451af fix: use correct type for NewPooledTransactionHashes68 (#1548) 2023-02-28 21:20:02 +01:00
Paul Lange
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
Matthias Seitz
7a01e1e231 feat: add eth state cache (#1561) 2023-02-28 20:46:25 +01:00