Commit Graph

338 Commits

Author SHA1 Message Date
Matthias Seitz
6be4be6b2a perf: use ExecutionResult::into_logs (#2184) 2023-04-14 23:56:18 +02:00
Matthias Seitz
08eae76bec refactor: simplify engine Api (#2240) 2023-04-14 09:59:18 -07:00
Matthias Seitz
4e792f88b4 chore: Cargo.lock outdated (#2242) 2023-04-14 11:00:31 +02:00
Matthias Seitz
0b9621cfaa feat: integrate payload service (#2228) 2023-04-13 21:25:27 +02:00
Matthias Seitz
5e64f0e079 chore: move cfg block env init to PayloadAttributes (#2222) 2023-04-13 16:08:32 +02:00
Matthias Seitz
703f0fdf89 chore: rename miner to payload builder (#2217) 2023-04-12 18:04:32 -04:00
Matthias Seitz
2f6d5e6ad2 feat: add basic payload generator (#2161) 2023-04-12 21:36:20 +02:00
Roman Krasiuk
0759b30404 feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 09:48:33 -07:00
Roman Krasiuk
a346f1617c feat(engine): basic beacon engine metrics (#2200) 2023-04-12 05:52:45 -07:00
Roman Krasiuk
42a98a7194 feat(trie): stored nibbles (#2182) 2023-04-11 14:23:19 -07:00
Aditya Pandey
ccf540ea8d Adding miner args for cli (#2163) 2023-04-11 13:57:21 +02:00
Roman Krasiuk
54fc809a4c feat(trie): hash builder (#2177) 2023-04-10 13:57:59 -07:00
Matthias Seitz
5ba45ae34e feat: more builder abstractions (#2157) 2023-04-10 19:22:10 +02:00
Roman Krasiuk
a6366de1cd feat(trie): trie nodes (#2174) 2023-04-10 09:18:19 -07:00
georgewhewell
d0da2a3e92 feat: add reth config cmd to dump default reth.toml (#2167) 2023-04-10 18:09:23 +02:00
rakita
087d0a6317 feat: CanonStateNotification for commit and reorg (#2156) 2023-04-10 13:11:15 +02:00
Roman Krasiuk
cbbd834575 feat(trie): setup crate (#2166) 2023-04-10 01:34:50 -07:00
Matthias Seitz
13f59ea438 chore(deps): bump tokio (#2162) 2023-04-08 18:42:42 -04:00
Ryan Orendorff
eca6dd01ae feat: add secret-key command line option (#1946) 2023-04-07 19:48:21 -07:00
Dan Cline
1bf5c7dce3 feat: integrate payload store in BeaconEngine (#2146) 2023-04-07 16:45:44 -04:00
Matthias Seitz
2fd2825e24 feat: add Payload build abstraction (#2143) 2023-04-06 14:48:31 -04:00
Matthias Seitz
77a41e5edf feat: emit new block events in --auto-mine (#2079)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-04-05 14:16:03 +02:00
Matthias Seitz
10048a2dde fix: checked u64 downcast (#2122) 2023-04-05 12:31:07 +02:00
Matthias Seitz
b5f4283f79 chore(rpc): add proper engine_newPayload error messages (#2118) 2023-04-05 11:59:55 +02:00
rakita
89c525f9c9 chore: bump revm to v3.1.0 (#2113) 2023-04-04 16:50:09 +02:00
Matthias Seitz
c4ffa18449 chore(deps): bump spin (#2104) 2023-04-04 12:39:32 +02:00
Matthias Seitz
b7395a89a5 chore(deps): rm unused consenssu crate (#2099) 2023-04-04 10:03:11 +02:00
Bjerg
e4a428e29b refactor: move executors to revm crate (#2076) 2023-04-03 17:01:36 +02:00
Bjerg
7c6c0b41e8 refactor: reward calc cleanup (#2075) 2023-04-01 13:22:22 -07:00
Matthias Seitz
7576ee33f0 feat: Add autoseal consensus and downloaders (#1880)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-03-31 11:51:52 -07:00
Matthias Seitz
8e7807138e chore: rm unused rpc-engine-api deps (#2053) 2023-03-31 12:07:38 +02:00
Dan Cline
7c1bd7c5c5 chore: bump ruint (#2045) 2023-03-30 15:49:36 -07:00
Dan Cline
195d781b40 fix: use no_base_fee feature for calling RPCs (#2041) 2023-03-30 20:34:14 +02:00
rakita
efbaf6474c feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007) 2023-03-29 20:59:24 +02:00
Roman Krasiuk
c4bc65aa5d feat(consensus): spawn pipeline (#1965) 2023-03-24 05:49:01 -07:00
Roman Krasiuk
ce40bea46e feat(sync): beacon consensus engine (#1845) 2023-03-23 11:18:19 -07:00
Matthias Seitz
84af91737d feat(rpc): integrate eth filter and eth pubsub (#1930) 2023-03-23 18:37:53 +01:00
Matthias Seitz
2cba04774b chore(rpc): add traces for server start (#1925) 2023-03-23 05:51:29 -07: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
bcfeb1dea0 chore(deps): upgrade syn 2.0 (#1910) 2023-03-22 06:02:33 -07:00
Matthias Seitz
724ec1b5cc fix: parse 66 blockid str as hash (#1890) 2023-03-21 17:36:06 -04:00
Bjerg
f60b380a1e test: allow testing without --all-features (#1882) 2023-03-21 15:19:37 +01:00
Dan Cline
b28c40223e chore: move block body to primitives (#1874) 2023-03-20 21:14:23 -07:00
Bjerg
aaf73fd679 feat: database metrics (#1870) 2023-03-20 13:50:32 -07:00
Georgios Konstantopoulos
0b7205da66 feat: run revm-inspectors via CLI hooks (#1850) 2023-03-19 16:51:09 -07:00
Roman Krasiuk
25ac1370fd refactor(sync): header sync mode (#1831) 2023-03-19 06:59:37 -07:00
Matthias Seitz
6bb341a169 chore(deps): rm some rlp deps (#1839) 2023-03-19 14:36:20 +01:00
Matthias Seitz
d65cab9132 feat(rpc): port all geth tracing types (#1812) 2023-03-17 10:52:18 -07:00
Matthias Seitz
7ef3f4d68e chore(deps): rm unused rlp dep (#1821) 2023-03-17 18:07:48 +01:00
Roman Krasiuk
7da13eb40a chore(provider): add post state tracing (#1819) 2023-03-17 16:22:14 +01:00