Commit Graph

2555 Commits

Author SHA1 Message Date
rakita
8fd27a4b40 fix: return gas per tx in error (#4858) 2023-09-29 18:00:56 +00:00
kaliubuntu0206
23d2baff0f Add an ability to change P2P listening address (#4849)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-29 12:44:43 +00:00
Matthias Seitz
3c681fa45e feat: add NoopBlockchainTree (#4852) 2023-09-29 12:16:27 +00:00
Matthias Seitz
bbe54eb4d1 chore: downgrade spammy log (#4853) 2023-09-29 11:58:40 +00:00
Alexey Shekhirin
53ff254f53 fix(snapshot): debug assertion methods (#4851) 2023-09-29 10:54:23 +00:00
Panagiotis Ganelis
25aed7bf51 feat(tx-pool): Add new TransactionPool trait for getting the best transactions with blob fee (#4834)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-29 10:41:03 +00:00
Alexey Shekhirin
6b2945440b feat(snapshot, prune): highest snapshots tracker (#4721) 2023-09-29 09:59:48 +00:00
Alexey Shekhirin
8f3e4a1573 feat(engine): poll running hook between CL messages (#4839) 2023-09-29 08:20:22 +00:00
Alexey Shekhirin
e84adc5531 fix(engine): return sync state back to Idle when hook finishes (#4847) 2023-09-28 22:16:03 +00:00
Alexey Shekhirin
3887a18122 fix(snapshot): debug assertion methods (#4846) 2023-09-28 19:23:21 +00:00
Dan Cline
ad78d4c6a9 fix: return INVALID again if block contains blob transactions pre-cancun (#4845) 2023-09-28 18:34:18 +00:00
Alexey Shekhirin
0adc856431 feat(primitives): increase minimum pruning distance (#4750) 2023-09-28 18:29:22 +00:00
Alexey Shekhirin
760a5155d7 feat(engine, snapshot): snapshot hook (#4690) 2023-09-28 18:13:21 +00:00
Dan Cline
f534b405cd fix: do not validate increasing withdrawal indexes (#4844) 2023-09-28 18:12:21 +00:00
Dan Cline
c6ef9d7c34 fix: remove zero-amount withdrawals before incrementing balances (#4840) 2023-09-28 16:32:30 +00:00
DaniPopes
5f9a917fb1 feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-09-28 15:55:39 +00:00
Alexey Shekhirin
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
Matthias Seitz
ec25f49530 chore(deps): bump boa (#4787)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2023-09-28 00:26:43 +00:00
Matthias Seitz
50175f8cf6 fix: omit empty fields of AccountState (#4828) 2023-09-27 21:26:31 +00:00
Thomas Coratger
2138a8b587 feat(primitives): add Receipts to encapsulate Vec<Vec<Option<Receipt>> (#4626)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-27 18:11:19 +00:00
Matthias Seitz
61a1ac95ad fix(rpc): use nested lists for debug_traceCallMany (#4820) 2023-09-27 18:10:08 +00:00
Matthias Seitz
29d66a1021 fix: use u64 nonce field for prestate (#4825) 2023-09-27 16:47:45 +00:00
joshieDo
0cdd30251b feat: create a NippyJar snapshot from multiple Table (#4716) 2023-09-27 14:13:18 +00:00
Matthias Seitz
ac6570fa7a feat: add blob subpool variants and state (#4824) 2023-09-27 13:45:14 +00:00
Roman Krasiuk
5b2c03a483 feat(provider): query block range using cursors (#4821) 2023-09-27 12:50:35 +00:00
Matthias Seitz
66fc1964d7 feat: add block_range provider function (#4819) 2023-09-27 10:33:01 +00:00
Matthias Seitz
b994d159b4 chore: silence unused warning (#4817) 2023-09-27 12:20:20 +02:00
Thomas Coratger
4dbd8835e5 feat(primitives): remove mod ethers_compat (#4771) 2023-09-26 19:03:49 +00:00
Dan Cline
eb6dc51971 fix: ensure no blob transactions in payloads pre-cancun (#4779) 2023-09-26 18:24:20 +00:00
Alexey Shekhirin
5e01a21ec4 chore(tree, engine, prune, stages, storage): improve logs (#4790) 2023-09-26 17:01:37 +00:00
Roman Krasiuk
d0ef5af580 chore(primitives): move KeccakHasher behind test-utils feature flag (#4804) 2023-09-26 16:02:57 +00:00
Matthias Seitz
f7c3bbcc99 test: replace unused_tcp_udp with port 0 (#4805) 2023-09-26 18:57:16 +02:00
AtomicAzzaz
29a52010b6 fix typo as_eip2930 (#4801) 2023-09-26 15:21:47 +00:00
Matthias Seitz
a2c5a5c9df chore: make proto module pub (#4788) 2023-09-26 14:05:45 +00:00
Matthias Seitz
6e928f08fb chore: add missing builder fn for outbound dials (#4786) 2023-09-26 13:22:33 +00:00
Roman Krasiuk
ff27ecc75e chore(primitives): root calculation using HashBuilder (#4780) 2023-09-26 12:53:47 +00:00
duguorong009
321ded5b6f feat(network): implement PropagateHashTo helper in TransactionsCommand (#4713)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-26 12:33:56 +00:00
Matthias Seitz
e255dd8d49 test: flaky geth test (#4800) 2023-09-26 15:48:59 +02:00
Roman Krasiuk
7024e9a8e9 chore(dep): reth db workspace (#4782) 2023-09-26 11:31:09 +00:00
Roman Krasiuk
dae31fa2a7 chore: timestamp fork activation semantics (#4785) 2023-09-26 11:29:38 +00:00
Roman Krasiuk
faf9a89ca4 chore(cancun): beacon root address update (#4784) 2023-09-26 10:49:12 +00:00
Matthias Seitz
6d634e9ad5 test: disable discovery for test_listener_addr_in_use (#4774) 2023-09-26 00:19:59 +02:00
Dan Cline
1f33cb5e1b feat: update genesis for holesky (#4773) 2023-09-25 20:33:15 +00:00
Matthias Seitz
272f06216a chore: add missing builder functions (#4770) 2023-09-25 17:55:24 +00:00
DaniPopes
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
Roman Krasiuk
0f9def08c0 perf: remove unnecessary state clone (#4763) 2023-09-25 13:48:48 +00:00
Matthias Seitz
1b17453261 chore: pin breaking icu releases (#4760) 2023-09-25 11:56:42 +00:00
Supernovahs.eth
f67f850bfe Callrequest fee validation (#4685)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-25 11:23:55 +00:00
Matthias Seitz
7a0781c25e fix: block overrides inconsistencies (#4746) 2023-09-24 13:55:51 +00:00
Matthias Seitz
b7a6eedd3a fix: export self::zstd (#4747) 2023-09-23 15:27:19 +02:00