|
|
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 |
|
|
|
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 |
|