Commit Graph

3073 Commits

Author SHA1 Message Date
893f4cf2a2 feat: validate payload versioned hashes (#4417)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-31 00:05:46 +00:00
8fff8fa8e9 fix: use payload v2 for v2 (#4421) 2023-08-31 00:01:04 +00:00
b5aa94301c feat: add blob fields to receipt type (#4420) 2023-08-30 23:52:51 +00:00
e33e3c9154 chore: add eip4844 nonce gap error (#4414) 2023-08-30 23:13:27 +00:00
3088104a6d chore: add max fee per blob gas to mock transaction (#4416) 2023-08-30 23:13:21 +00:00
975ff13155 feat(cli): extract more functions from RpcServerArgs in RethRpcConfig (#4412) 2023-08-30 22:31:41 +00:00
2e332b5c8d feat(primitives): add doc for parent_beacon_block_root in Header (#4415) 2023-08-30 22:26:45 +00:00
05d38dd476 feat(rpc): add documentation for calculate_reward_percentiles (#4413) 2023-08-30 22:02:53 +00:00
5d9b3d8ab7 feat: add max blob fee per gas underpriced check (#4406) 2023-08-30 21:40:14 +00:00
90a1900da8 feat(book): document rpc limitations during pipeline sync (#4411) 2023-08-30 21:38:45 +00:00
1c83740720 feat: add CancunPayloadFields for engine_newPayloadV3 (#4407) 2023-08-30 16:28:53 +00:00
e576c007e3 chore: introduce versioned ExecutionPayload (#4400) 2023-08-30 02:28:58 +00:00
d66eff1f76 feat: add holesky bootnodes (#4404) 2023-08-30 01:53:24 +00:00
3ffcae360e feat(cli): allow overriding kzg trusted setup (#4335) 2023-08-30 00:41:29 +00:00
82fb0eedb3 feat: integrate blobs into the payload builder (#4305) 2023-08-29 18:33:51 +00:00
505be45559 feat: integrate price bump (#4398) 2023-08-29 18:22:28 +00:00
0c7a93717a feat: add EIP-4788 parent_beacon_block_root to Header (#4299) 2023-08-29 17:55:13 +00:00
4a2c1691fc chore: rename price bump arg (#4399) 2023-08-29 17:54:15 +00:00
cb82498526 bump(revm): with fix (#4389) 2023-08-29 17:47:41 +00:00
3a1eeee812 perf: no need to keep track of replaced txs (#4394) 2023-08-29 17:40:19 +00:00
5556505e35 chore: mention Sepolia changes in Docker Compose files (#4391) 2023-08-29 17:17:45 +00:00
405795301e chore: pin Grafana version in docker-compose.yml (#4395) 2023-08-29 17:17:37 +00:00
80ee49b777 fix: complete vmTrace memory delta recording (#4227)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-29 16:48:18 +00:00
2fc574f329 feat: validate blobs (#4388) 2023-08-29 16:25:34 +00:00
03afe376b8 fix(txpool): respect propagate setting in the full tx stream (#4362)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-29 03:16:10 +00:00
b7541943b8 docs: clean up payload builder docs (#4380) 2023-08-29 03:12:57 +00:00
55ec82bb53 feat(book): note on pruning (#4387) 2023-08-29 03:12:19 +00:00
863cc166a3 feat(grafana): blockchain tree canonical commit time (#4385) 2023-08-28 17:41:13 +00:00
0f14ec4007 release: v0.1.0-alpha.8 (#4386) 2023-08-28 17:38:07 +00:00
f303b5cb17 feat(primitives): increase transaction senders pruning batch size (#4383) 2023-08-28 17:08:59 +00:00
e527531a70 ref(cli): remove duplicated clap arg (#4336) 2023-08-28 15:01:06 +00:00
47683fd6e8 feat(grafana): sort stages (#4373) 2023-08-28 13:52:30 +00:00
7095733449 feat(book): add documentation for ports (#4370) 2023-08-28 13:42:34 +00:00
5339502f3f chore(stages): document index history stages pruning (#4379) 2023-08-28 13:14:49 +00:00
72b211ed4f feat(reth): remove History variant in StageEnum (#4365) 2023-08-28 09:00:23 +00:00
b2a0548e47 feat(net): rm TODO for DEFAULT_DISCOVERY_PORT (#4366) 2023-08-27 20:29:55 +00:00
5d971d626f chore(deps): weekly cargo update (#4374)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-08-27 13:29:36 -07:00
d8b1609299 dep: remove kzg patch (#4363) 2023-08-25 15:33:00 +00:00
d0c1fa3442 chore(book): sort RPC methods in pruning chapter (#4361) 2023-08-25 13:21:09 +00:00
2f808c2435 feat(book): rpc methods pruning dependencies (#4358) 2023-08-25 11:24:30 +00:00
4a13415f92 feat(book): advise to tee the output of mdbx_chk (#4360) 2023-08-25 11:18:19 +00:00
6d0b00a391 chore: use DEFAULT_DISCOVERY_PORT constant (#4356) 2023-08-25 07:47:58 +00:00
50ba82803d feat: add validate-blob to extension trait (#4355) 2023-08-25 02:51:23 +00:00
aad1895cc7 chore: collect full discarded tx (#4353) 2023-08-24 17:28:05 +00:00
f0346c697e feat: add eth extension trait for EthValidator (#4343) 2023-08-24 17:27:51 +00:00
0beaf85f4b feat: remove finalized blobs (#4342) 2023-08-24 15:44:25 +00:00
f9b6a64ccb feat(grafana): DB freelist chart (#4349) 2023-08-24 15:38:57 +00:00
4f118cbbe1 docs: correct docker compose logs command (#4189) 2023-08-24 15:34:44 +00:00
fea753beb2 fix: compare prev value against new value (#4347) 2023-08-24 15:31:39 +00:00
b65e808ebf feat(book): node sizes (archive, full, pruned) (#4344) 2023-08-24 15:30:06 +00:00