Commit Graph

3391 Commits

Author SHA1 Message Date
fbfca3f55f feat: add sync fn to send a lookup message (#4875) 2023-10-02 12:55:17 +00:00
602e7756fb fix(execution): reset tx env blob settings (#4873) 2023-10-02 11:39:48 +00:00
3bd6079f9e Add test to example rpc extension (#4872) 2023-10-02 11:38:13 +00:00
b273eeb8a2 chore(deps): weekly cargo update (#4866)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-02 11:23:23 +00:00
858ea41da1 fix(tx-pool) make BestTransactionsAttributes public (#4870) 2023-10-01 20:01:49 +00:00
fd697d9d3f Changes to enable validation api extension (#4783)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-30 13:10:30 +00:00
05198e990c feat(network): PropagateTransactionsTo implementation (#4772)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-30 09:45:54 +00:00
01b264a025 chore(deps): bump Alloy to 0.4 and remove patch (#4862) 2023-09-30 00:27:08 +00:00
702d04bb85 chore(deps): rm hashbrown dep (#4861) 2023-09-29 20:38:01 +00:00
a046288af9 fix: unwrap latest block for cli log (#4859) 2023-09-29 18:33:34 +00:00
8fd27a4b40 fix: return gas per tx in error (#4858) 2023-09-29 18:00:56 +00:00
ce85e17830 fix(bin): latest block in status message (#4856) 2023-09-29 14:27:07 +00:00
8f6a33b9ca chore(deps): change revm to use evalir/revm instead of dani branch (#4855) 2023-09-29 13:35:59 +00:00
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
3c681fa45e feat: add NoopBlockchainTree (#4852) 2023-09-29 12:16:27 +00:00
bbe54eb4d1 chore: downgrade spammy log (#4853) 2023-09-29 11:58:40 +00:00
53ff254f53 fix(snapshot): debug assertion methods (#4851) 2023-09-29 10:54:23 +00:00
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
6b2945440b feat(snapshot, prune): highest snapshots tracker (#4721) 2023-09-29 09:59:48 +00:00
8f3e4a1573 feat(engine): poll running hook between CL messages (#4839) 2023-09-29 08:20:22 +00:00
e84adc5531 fix(engine): return sync state back to Idle when hook finishes (#4847) 2023-09-28 22:16:03 +00:00
3887a18122 fix(snapshot): debug assertion methods (#4846) 2023-09-28 19:23:21 +00:00
ad78d4c6a9 fix: return INVALID again if block contains blob transactions pre-cancun (#4845) 2023-09-28 18:34:18 +00:00
0adc856431 feat(primitives): increase minimum pruning distance (#4750) 2023-09-28 18:29:22 +00:00
6d7dacffdf docs: add holesky to list of chains in cli docs (#4842) 2023-09-28 18:16:05 +00:00
760a5155d7 feat(engine, snapshot): snapshot hook (#4690) 2023-09-28 18:13:21 +00:00
f534b405cd fix: do not validate increasing withdrawal indexes (#4844) 2023-09-28 18:12:21 +00:00
486b289caa chore: bump c-kzg to crate version (#4841) 2023-09-28 17:36:26 +00:00
c6ef9d7c34 fix: remove zero-amount withdrawals before incrementing balances (#4840) 2023-09-28 16:32:30 +00:00
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
3ef0364e42 default RPC limit (#4838) 2023-09-28 15:12:12 +00:00
216effd016 feat: add hivetests profile (#4833) 2023-09-28 14:44:33 +00:00
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
a4e7760a5d fix(bin): warn about CL health only when pipeline is idle (#4835) 2023-09-28 14:13:51 +00:00
73db2d8b70 Update private-testnet.md (#4836)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-09-28 11:57:47 +00:00
8e9937bb08 ci: minor fixes (#4831) 2023-09-28 01:25:33 +00:00
ec25f49530 chore(deps): bump boa (#4787)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2023-09-28 00:26:43 +00:00
50175f8cf6 fix: omit empty fields of AccountState (#4828) 2023-09-27 21:26:31 +00:00
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
61a1ac95ad fix(rpc): use nested lists for debug_traceCallMany (#4820) 2023-09-27 18:10:08 +00:00
29d66a1021 fix: use u64 nonce field for prestate (#4825) 2023-09-27 16:47:45 +00:00
6d028119da chore(deps): dedup c-kzg by unpinning it (#4827) 2023-09-27 16:45:54 +00:00
0cdd30251b feat: create a NippyJar snapshot from multiple Table (#4716) 2023-09-27 14:13:18 +00:00
ac6570fa7a feat: add blob subpool variants and state (#4824) 2023-09-27 13:45:14 +00:00
5b2c03a483 feat(provider): query block range using cursors (#4821) 2023-09-27 12:50:35 +00:00
66fc1964d7 feat: add block_range provider function (#4819) 2023-09-27 10:33:01 +00:00
b994d159b4 chore: silence unused warning (#4817) 2023-09-27 12:20:20 +02:00
4dbd8835e5 feat(primitives): remove mod ethers_compat (#4771) 2023-09-26 19:03:49 +00:00
1b16d804ef release: v0.1.0-alpha.10 (#4781) 2023-09-26 18:41:21 +00:00
eb6dc51971 fix: ensure no blob transactions in payloads pre-cancun (#4779) 2023-09-26 18:24:20 +00:00