Commit Graph

1531 Commits

Author SHA1 Message Date
a38bbbfd4a fix(payload): use latest block for genesis block (#2282) 2023-04-17 06:56:07 -07:00
6f15f844a5 Removing reth network api dependency from rpc types (#2281)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-17 14:03:06 +02:00
a0bfb654cd test: add basic auth server tests (#2278) 2023-04-16 21:43:08 -04:00
ca70d7337c feat(net): add reported bad transactions metric (#2270) 2023-04-16 16:49:54 -04:00
f1fc9ecafb chore(rpc): rpc and auth server cleanup (#2272) 2023-04-16 16:49:39 -04:00
581e9ffcc4 fix: poll_tick does not register waker if ready (#2276) 2023-04-16 16:45:57 -04:00
348e7301a3 chore: use client version as extradata (#2271) 2023-04-16 16:45:06 -04:00
e27ed92d1e fix(cli): event reporting (#2273) 2023-04-16 18:56:12 +02:00
d1162dbbb7 refactor: add beacon engine handle (#2266) 2023-04-16 18:22:07 +02:00
8b4a73d6a3 feat(cli): disable persistent logs (#2263) 2023-04-15 23:16:37 -04:00
1680630e4a chore: make clippy happy (#2267) 2023-04-15 13:26:55 +02:00
3a75181ae1 chore(cli): update drop merkle (#2264) 2023-04-15 04:13:11 -07:00
9091318ab1 fix(rpc): flip is empty check (#2269) 2023-04-15 12:56:51 +02:00
b45182ae2c fix: be less strict about what's a bad tx (#2268) 2023-04-15 03:44:21 -07:00
ec097fabf1 chore: move metrics to submodule (#2265) 2023-04-15 12:37:41 +03:00
31caaf8ee8 Skip serializing withdrawals if it is None (#2243) 2023-04-15 10:40:47 +02:00
adc01a8fd1 fix(rpc): add missing v2 handler (#2261) 2023-04-15 02:31:30 +02:00
adad6d31b4 Revert "Revert "chore: enable tx inserts via p2p" (#2252)" (#2259) 2023-04-15 01:31:16 +02:00
154ece7665 fix: simplify SyncState and fix wrong update (#2256) 2023-04-15 01:31:09 +02:00
c67c944a1f Revert "chore: enable tx inserts via p2p" (#2252) 2023-04-14 18:18:13 -04:00
6be4be6b2a perf: use ExecutionResult::into_logs (#2184) 2023-04-14 23:56:18 +02:00
08ba35bcaa Adding updated Sepolia bootnodes (#2251)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-14 21:08:45 +02:00
08eae76bec refactor: simplify engine Api (#2240) 2023-04-14 09:59:18 -07:00
3779a225fb fix: remove peers after incoming connection closed (#2245) 2023-04-14 11:42:49 -04:00
46d7dcba89 chore: extract serde bytes helper (#2247) 2023-04-14 11:33:15 -04:00
4ad33a9830 fix: remove inaccurate warning about engine API being unsupported (#2248) 2023-04-14 11:25:22 -04:00
4e792f88b4 chore: Cargo.lock outdated (#2242) 2023-04-14 11:00:31 +02:00
0b9621cfaa feat: integrate payload service (#2228) 2023-04-13 21:25:27 +02:00
9a5e15f33d fix(merkle): small merkle test flake (#2234) 2023-04-13 14:47:28 -04:00
35d774dcf0 fix: add MaybePlatformPath (#2231) 2023-04-13 13:24:55 -04:00
019ddd1edc perf(db): reduce different repeated allocations (#2103) 2023-04-13 11:33:53 -04:00
2f003bf8ae chore: move client constant to primitives (#2220)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-04-13 16:48:17 +02:00
5e64f0e079 chore: move cfg block env init to PayloadAttributes (#2222) 2023-04-13 16:08:32 +02:00
35f7c6d8cf perf: shortcircuit if new payload is worse (#2224) 2023-04-13 06:57:09 -07:00
a763dff7dd fix(rpc): use exact error messages (#2226) 2023-04-13 06:55:53 -07:00
7bcd468ab6 feat: add constants for slot and epoch (#2229) 2023-04-13 06:54:52 -07:00
26caa6d32f chore: add payload code owners (#2223) 2023-04-13 11:34:19 +02:00
1acff8bb45 fix: use chain specific net dir for known peers (#2218) 2023-04-13 11:08:09 +02:00
703f0fdf89 chore: rename miner to payload builder (#2217) 2023-04-12 18:04:32 -04:00
2f6d5e6ad2 feat: add basic payload generator (#2161) 2023-04-12 21:36:20 +02:00
d851054dff chore(db): clarify upsert (#2216)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 15:31:49 -04:00
0759b30404 feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 09:48:33 -07:00
d99befe818 chore: enable tx inserts via p2p (#2214) 2023-04-12 12:11:33 -04:00
a8665309fc chore: more error context for failed to open (#2215) 2023-04-12 12:10:52 -04:00
48dc9987a1 chore: use cost in error (#2213)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-04-12 17:53:52 +02:00
15ad63f8c2 fix(txpool): enforce minimum priority fee (#2212) 2023-04-12 08:41:10 -07:00
cf93d642f6 style: use .join for joining paths (#2210) 2023-04-12 07:01:08 -07:00
a346f1617c feat(engine): basic beacon engine metrics (#2200) 2023-04-12 05:52:45 -07:00
39ecb618d7 feat: add Transaction::effective_tip_per_gas (#2204) 2023-04-12 13:25:20 +02:00
ca28b37a74 chore(trie): remove proptest with arbitrary leaves (#2203) 2023-04-12 03:24:10 -07:00