Commit Graph

2944 Commits

Author SHA1 Message Date
60e5b43992 chore: fix deps sanity check (#4462) 2023-09-03 13:40:26 +00:00
19e03ee9cd chore: do not warn when the chain is syncing normally (#4458) 2023-09-02 18:41:15 +00:00
6bb94af5bb feat(stages): respect PruneModes in TxLookup stage (#4390) 2023-09-01 14:06:49 +00:00
e66e3e3556 feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410) 2023-09-01 12:51:34 +00:00
39a6fa1b57 Remove duplicate in codeowners (#4451) 2023-09-01 06:06:24 +00:00
eb4126b78d feat: add blob count checks (#4447)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-09-01 00:54:46 +00:00
89bd024668 docs: add missing field docs (#4446) 2023-08-31 16:59:22 -07:00
2a771386b9 feat: support pending blob fee (#4443) 2023-08-31 22:54:34 +00:00
426865aca9 chore: apply same order 2023-08-31 15:45:05 -07:00
ad245702c9 docs: minor fixes/polish to private network docs (#4441) 2023-08-31 20:48:09 +00:00
97cf35673e feat: add blob fee calc functions (#4440) 2023-08-31 20:47:07 +00:00
a76da98316 feat: support admin_peers (#4435) 2023-08-31 20:36:50 +00:00
d8a7ee2eb4 fix: listen for all transactions (#4436) 2023-08-31 20:06:24 +00:00
1a40daef8a docs: add aquamarine as dep to reth (#4433) 2023-08-31 19:09:27 +00:00
b839e394a4 fix(grafana): peer disconnect reasons chart (#4429) 2023-08-31 16:52:05 +00:00
d0a5a19b0d fix(pruning): dont check pruning on every storage change for the same block (#4402) 2023-08-31 13:10:17 +00:00
d890053084 Add BlobStore metrics to grafana (#4424)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-08-31 12:48:20 +00:00
71cbddc233 docs(book): pruning & full node RPC breakdown & improvements (#4428) 2023-08-31 12:34:27 +00:00
edf31806d8 feat(stages): respect PruneModes in Index History stages (#4382) 2023-08-31 10:27:07 +00:00
cd71f689cd feat: add a CLI flag for secondary nodes (#4029)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-31 01:58:02 +00:00
3d9e968b03 feat: add eip4844 fields to rpc transaction (#4422) 2023-08-31 00:30:45 +00:00
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