|
|
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 |
|
|
|
1680630e4a
|
chore: make clippy happy (#2267)
|
2023-04-15 13:26:55 +02: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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
554c8258a9
|
feat: add trace_replayBlockTransactions (#2141)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-04-12 12:18:11 +02:00 |
|
|
|
5ce1873a83
|
feat: extract increment_account_balance (#2201)
|
2023-04-12 12:17:05 +02:00 |
|
|
|
e3f4780c6c
|
chore: add note about fees (#2202)
|
2023-04-12 03:14:15 -07:00 |
|
|
|
ad8ca5677a
|
chore: add PayloadError to PayloadStatus conversion (#2123)
|
2023-04-12 11:41:15 +02:00 |
|
|
|
74d90de450
|
fix(download): body consecutive range (#2198)
|
2023-04-12 01:59:11 -07:00 |
|
|
|
e87960ea8d
|
fix(engine): pipeline run conditions (#2193)
|
2023-04-11 23:42:01 -07:00 |
|
|
|
c5b70f4771
|
chore: clippy (#2197)
|
2023-04-11 23:14:01 -07:00 |
|
|
|
18fd8c133a
|
fix(engine): initial sync target (#2194)
|
2023-04-11 21:44:20 -07:00 |
|
|
|
9e8d9883d1
|
fix: ignore header extradata validation in goerli pre-merge (#2178)
|
2023-04-11 18:03:45 -04:00 |
|