Commit Graph

2832 Commits

Author SHA1 Message Date
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
97913049df feat(bin): db freelist metric (#4346) 2023-08-24 14:52:19 +00:00
20ea9c9237 chore: change field order (#4348) 2023-08-24 16:56:54 +02:00
2801e686f1 chore: add TxEip4844::validate_blob (#4345) 2023-08-24 14:15:28 +00:00
c2436a955f feat(rpc): add missing DebugApi methods (#4321) 2023-08-24 13:14:51 +00:00
b473f20279 chore(deps): bump enr 0.9 (#4230) 2023-08-24 14:23:03 +02:00
bfa130d187 feat(bin): unhide and enable full flag (#4327) 2023-08-23 15:08:27 -07:00
fca6404fc7 feat(book): basic pruning chapter (#4334) 2023-08-23 15:08:14 -07:00
cb6cf59068 feat(grafana): filter by instance, bump version (#4333) 2023-08-23 20:07:47 +00:00
1eee5ee80a feat(pruner, primitives): move prune batch sizes to ChainSpec (#4318)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:45:53 +00:00
312cf724bc feat(pruner): respect batch size per run (#4246)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:23:25 +00:00
1343644955 feat: use get_pooled_transaction_elements in network manager (#4329) 2023-08-23 16:26:57 +00:00
c99945ece4 fix: Update Return Type for eth_getFilterLogs function as per standard schema (#4323) 2023-08-23 16:26:46 +00:00
96f58d7293 feat: make TransactionValidationTaskExecutor generic over V (#4331) 2023-08-23 16:05:31 +00:00
9a97640f19 feat(book): [prune] config section (#4328) 2023-08-23 15:44:29 +00:00
5a7a57d86b fix(bin): make db metrics a gauge instead of counter (#4324) 2023-08-23 11:25:34 +00:00
77621fac2b chore(trie): proofs should be generic over hashed cursor factory (#4310) 2023-08-23 07:02:17 +00:00
bfc4abf7ca feat: add shouldOverrideBuilder to ExecutionPayloadEnvelope (#4322) 2023-08-22 20:42:29 +00:00
1859321c48 chore: add crates/prune to CODEOWNERS (#4320) 2023-08-22 17:46:17 +00:00
404f6baaaa feat: track active forks (#4315) 2023-08-22 15:36:55 +00:00
12bec71539 fix: apply state overrides once (#4313) 2023-08-22 15:18:06 +00:00
928c60cad4 feat: add TransactionPool::get_pooled_transaction_elements (#4317) 2023-08-22 15:17:24 +00:00
0e61fbe9c6 feat(bin): expose db.table_entries metric (#4316) 2023-08-22 15:04:54 +00:00
35c01fe25d docs: add --dev flag to book (#4307)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-22 14:17:12 +00:00
3f887ab82c chore: kebab case --dev fields (#4314) 2023-08-22 14:07:19 +00:00
8d25aa314c fix: add docs and serde attrs to ExecutionPayload v3 fields (#4302) 2023-08-22 13:33:07 +00:00
6fee16e144 chore: bump rustls-webpki (#4311) 2023-08-22 13:15:56 +00:00
b78e10fb2f fix(pruner): history indices cursor.prev() emptiness check (#4301) 2023-08-22 11:53:25 +00:00
b296c6bb92 feat(bin): show db path when confirming the drop (#4309) 2023-08-22 10:00:22 +00:00
fe685143f0 Docs: Add a guide on how to spin up a private Reth testnet using Kurtosis (#4304)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-08-22 07:57:20 +00:00
07a1af85ea feat: add Validator::on_new_head_block (#4303) 2023-08-21 23:12:03 +00:00
34b68deedf release: v0.1.0-alpha.7 (#4297) 2023-08-21 16:13:58 +00:00
c4626f7039 fix: state overrides and call many args (#4298) 2023-08-21 16:00:47 +00:00
3b404acc7d feat: support blob transactions in manager (#4294) 2023-08-21 15:05:11 +00:00
0d47e4cf4f docs: typos & cleanup (#4296) 2023-08-21 15:03:23 +00:00
f5a304286f fix: use gas_used from execution result (#4293) 2023-08-21 14:45:08 +00:00
1563506aea chore: add additional docs about root call gas limit (#4292) 2023-08-21 13:35:10 +00:00
eaca2a4a7f feat: provide a way to opt out of pool updates (#4270) 2023-08-21 12:41:31 +00:00
566e244e32 feat: add blob store canon tracker (#4278) 2023-08-21 12:41:21 +00:00
2523154260 feat: add additional conversion trait for pooled tx element (#4279) 2023-08-21 12:35:59 +00:00
e45a0d3e43 feat: integrate kzg setting in validator (#4286) 2023-08-21 12:35:21 +00:00
b13424aa21 chore: reorder receipt fields (#4291) 2023-08-21 12:35:02 +00:00