Commit Graph

5922 Commits

Author SHA1 Message Date
47c038201a feat: parsers (#9366) 2024-07-10 12:44:18 +00:00
f479db2010 Added wrapper type defaulting to prague engine caps (#9413) 2024-07-10 12:10:52 +00:00
ce20adcd0b chore(deps): trim cli-util crate deps (#9410) 2024-07-10 08:58:25 +00:00
35ab924c03 feat: add get and take methods to db provider (#9406) 2024-07-09 20:19:28 +00:00
022d481a72 feat: add DatabaseProvider remove method (#9405) 2024-07-09 19:23:27 +00:00
83ce56e8a8 feat: make unwind_table_by_walker take RangeBounds (#9404) 2024-07-09 19:23:18 +00:00
63c8a82873 fix(op): fixes impl of eth api for OP (#9377) 2024-07-09 18:49:00 +00:00
7dab636b04 test: add serial lock for lockfile tests (#9403) 2024-07-09 17:24:26 +00:00
0a27779375 chore: remove unused chainspec field from OptimismPayloadBuilder (#9397) 2024-07-09 16:47:38 +00:00
bb8ff67182 test: make test compile in reth-rpc (#9399) 2024-07-09 16:17:34 +00:00
387587a1bb style: move function below impl (#9398) 2024-07-09 16:17:17 +00:00
d39069027c chore: move import command to reth-cli-commands (#9394) 2024-07-09 16:02:30 +00:00
2fa37b1ad1 Integrate Request evm env filling in ethapi (#9358)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-07-09 15:57:37 +00:00
e97e379e43 chore: move node command to reth-cli-commands (#9395) 2024-07-09 15:13:58 +00:00
d599393771 chore(deps): rm reth-codecs dep (#9390) 2024-07-09 12:30:04 +00:00
b97ace200f chore(deps): bump revm 11 (#9391) 2024-07-09 12:28:44 +00:00
05ad783763 fix: support additional eth call bundle args (#9383) 2024-07-09 10:38:16 +00:00
41382557b6 chore: release 1.0.1 (#9388) 2024-07-09 10:34:09 +00:00
5272a53091 feat(rpc/ots): implement ots_getTransactionBySenderAndNonce (#9263)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-09 10:23:14 +00:00
e4d16eb1ab chore: update private-testnet.md (#9389) 2024-07-09 12:19:27 +02:00
67478b7a58 feat(rpc/ots): implement ots_traceTransaction RPC (#9246)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-07-09 09:55:55 +00:00
38f4c6118c chore: fix clippy warnings for needless_borrows_for_generic_args (#9387) 2024-07-09 09:47:14 +00:00
9c0bc8477a refactor(rpc): remove intermediate types from rpc start up process (#9180)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-08 21:06:52 +00:00
94f1adfa7c feat(rpc/ots): implement ots_getContractCreator (#9236)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-08 20:39:50 +00:00
17af21f826 chore: move stage command to reth-cli-commands (#9384) 2024-07-08 20:29:50 +00:00
4544168098 feat: add support for payload bodies (#9378) 2024-07-08 17:56:08 +00:00
3e8a2a29c5 Integrate permits for getproof (#9363) 2024-07-08 17:51:08 +00:00
2f8a860bb8 feat(tree): pre-validate fcu (#9371) 2024-07-08 17:47:49 +00:00
5b81fc1ee4 clippy: rm useless clippy statement (#9380) 2024-07-08 17:06:45 +00:00
a9ebab4c79 perf(pruner): delete history indices by changeset keys (#9312)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-07-08 16:46:29 +00:00
ad403b4671 docs: typos (#9379) 2024-07-08 16:45:18 +00:00
b14192fcaf feat(tree): validate state root (#9369) 2024-07-08 16:29:29 +00:00
jn
2c2098c05c feat: move mev rpc types to alloy (#9108)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-08 15:59:17 +00:00
aaa27d6f5c feat(pruner): log stats as an ordered list of segments (#9370) 2024-07-08 14:29:43 +00:00
1b41bc8e14 chore(deps): bump alloy 0.1.4 (#9368) 2024-07-08 14:07:07 +00:00
923cda79cf book: add troubleshooting commands to check disk and memory health and performance (#9364)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-07-08 13:54:14 +00:00
cbf19c1656 replacing network_handle with peer_info trait object (#9367) 2024-07-08 13:01:51 +00:00
92fb25137e feat: eip-7251 (#9335) 2024-07-08 12:48:22 +00:00
9e45c82fe9 feat: Add required trait impls for OpEthApi (#9341) 2024-07-08 11:09:48 +00:00
5b85567aa6 feat: adds eth request panels to grafana (#9026) 2024-07-08 10:26:13 +00:00
1b3209ae0e feat: add entrypoint and main loop to EngineApiTreeHandlerImpl (#9334) 2024-07-08 10:09:15 +00:00
61f2505d4d test(tx-pool): add unit tests for BestTransactions add_new_transactions (#9355) 2024-07-08 10:04:10 +00:00
6e4bc4f1f7 chore(deps): weekly cargo update (#9354)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-07 09:24:23 +00:00
2adf2d3364 chore: remove unused private stream type (#9357) 2024-07-07 11:07:52 +02:00
abf3aff194 fix: encode block as is in debug_getRawBlock (#9353) 2024-07-06 19:43:29 +00:00
7579f91d0a chore: remove cfg'ed use serde (#9352) 2024-07-06 19:29:27 +00:00
3b976bc9f5 chore: make eyre optional in reth-db (#9351) 2024-07-06 18:26:43 +00:00
a4ba294fa5 chore(meta): remove security link from issue template config (#9350) 2024-07-06 17:56:16 +00:00
1498acb096 chore: dont enable serde by default for eth-wire (#9339) 2024-07-06 17:55:08 +00:00
b94d8324cf chore(deps): rm discv4 dep from eth-wire (#9344) 2024-07-06 17:51:38 +00:00