|
|
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 |
|
|
|
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 |
|
|
|
c9eeb181a5
|
feat: append chain network to db directory (#1846)
|
2023-04-11 21:00:49 -07:00 |
|
|
|
9e8d9883d1
|
fix: ignore header extradata validation in goerli pre-merge (#2178)
|
2023-04-11 18:03:45 -04:00 |
|
|
|
42a98a7194
|
feat(trie): stored nibbles (#2182)
|
2023-04-11 14:23:19 -07:00 |
|
|
|
be1eab11b5
|
fix: add initial goerli forks (#2196)
|
2023-04-11 14:18:50 -07:00 |
|
|
|
8a037a19b0
|
feat: add ReceiptWithBloomRef type (#2189)
|
2023-04-11 21:02:21 +02:00 |
|
|
|
3957f80070
|
chore: extract withdrawal balance changes function (#2186)
|
2023-04-11 21:02:05 +02:00 |
|
|
|
f919eeebfc
|
chore: accept AsRef in calculate_transaction_root (#2188)
|
2023-04-11 10:41:57 -07:00 |
|
|
|
840a0c7860
|
chore: add ChainSpec convenience function for Hardfork timestamps (#2190)
|
2023-04-11 13:09:34 -04:00 |
|
|
|
7cf2b28431
|
docs(rpc): add docs about engine_getPayloadV build process cancel (#2187)
|
2023-04-11 11:53:26 -04:00 |
|
|
|
ddc1407243
|
chore: add PostState::logs_bloom (#2191)
|
2023-04-11 08:52:46 -07:00 |
|