Commit Graph

2816 Commits

Author SHA1 Message Date
Alexey Shekhirin
cb6cf59068 feat(grafana): filter by instance, bump version (#4333) 2023-08-23 20:07:47 +00:00
Alexey Shekhirin
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
Alexey Shekhirin
312cf724bc feat(pruner): respect batch size per run (#4246)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:23:25 +00:00
Matthias Seitz
1343644955 feat: use get_pooled_transaction_elements in network manager (#4329) 2023-08-23 16:26:57 +00:00
Aniket Prajapati
c99945ece4 fix: Update Return Type for eth_getFilterLogs function as per standard schema (#4323) 2023-08-23 16:26:46 +00:00
Matthias Seitz
96f58d7293 feat: make TransactionValidationTaskExecutor generic over V (#4331) 2023-08-23 16:05:31 +00:00
Alexey Shekhirin
9a97640f19 feat(book): [prune] config section (#4328) 2023-08-23 15:44:29 +00:00
Alexey Shekhirin
5a7a57d86b fix(bin): make db metrics a gauge instead of counter (#4324) 2023-08-23 11:25:34 +00:00
Roman Krasiuk
77621fac2b chore(trie): proofs should be generic over hashed cursor factory (#4310) 2023-08-23 07:02:17 +00:00
Dan Cline
bfc4abf7ca feat: add shouldOverrideBuilder to ExecutionPayloadEnvelope (#4322) 2023-08-22 20:42:29 +00:00
Alexey Shekhirin
1859321c48 chore: add crates/prune to CODEOWNERS (#4320) 2023-08-22 17:46:17 +00:00
Matthias Seitz
404f6baaaa feat: track active forks (#4315) 2023-08-22 15:36:55 +00:00
Matthias Seitz
12bec71539 fix: apply state overrides once (#4313) 2023-08-22 15:18:06 +00:00
Matthias Seitz
928c60cad4 feat: add TransactionPool::get_pooled_transaction_elements (#4317) 2023-08-22 15:17:24 +00:00
Alexey Shekhirin
0e61fbe9c6 feat(bin): expose db.table_entries metric (#4316) 2023-08-22 15:04:54 +00:00
Sabnock
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
Matthias Seitz
3f887ab82c chore: kebab case --dev fields (#4314) 2023-08-22 14:07:19 +00:00
Dan Cline
8d25aa314c fix: add docs and serde attrs to ExecutionPayload v3 fields (#4302) 2023-08-22 13:33:07 +00:00
Alexey Shekhirin
6fee16e144 chore: bump rustls-webpki (#4311) 2023-08-22 13:15:56 +00:00
Alexey Shekhirin
b78e10fb2f fix(pruner): history indices cursor.prev() emptiness check (#4301) 2023-08-22 11:53:25 +00:00
Alexey Shekhirin
b296c6bb92 feat(bin): show db path when confirming the drop (#4309) 2023-08-22 10:00:22 +00:00
Derek
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
Matthias Seitz
07a1af85ea feat: add Validator::on_new_head_block (#4303) 2023-08-21 23:12:03 +00:00
Roman Krasiuk
34b68deedf release: v0.1.0-alpha.7 (#4297) v0.1.0-alpha.7 2023-08-21 16:13:58 +00:00
Matthias Seitz
c4626f7039 fix: state overrides and call many args (#4298) 2023-08-21 16:00:47 +00:00
Matthias Seitz
3b404acc7d feat: support blob transactions in manager (#4294) 2023-08-21 15:05:11 +00:00
Bjerg
0d47e4cf4f docs: typos & cleanup (#4296) 2023-08-21 15:03:23 +00:00
Matthias Seitz
f5a304286f fix: use gas_used from execution result (#4293) 2023-08-21 14:45:08 +00:00
Matthias Seitz
1563506aea chore: add additional docs about root call gas limit (#4292) 2023-08-21 13:35:10 +00:00
Matthias Seitz
eaca2a4a7f feat: provide a way to opt out of pool updates (#4270) 2023-08-21 12:41:31 +00:00
Matthias Seitz
566e244e32 feat: add blob store canon tracker (#4278) 2023-08-21 12:41:21 +00:00
Matthias Seitz
2523154260 feat: add additional conversion trait for pooled tx element (#4279) 2023-08-21 12:35:59 +00:00
Matthias Seitz
e45a0d3e43 feat: integrate kzg setting in validator (#4286) 2023-08-21 12:35:21 +00:00
Matthias Seitz
b13424aa21 chore: reorder receipt fields (#4291) 2023-08-21 12:35:02 +00:00
Matthias Seitz
b710e57f9a feat: add load_trusted_setup_from_bytes (#4290) 2023-08-21 12:10:15 +00:00
Roman Krasiuk
7f9116b747 dep: move metrics to workspace (#4289) 2023-08-21 09:33:50 +00:00
Matthias Seitz
5c88193328 chore: rename test mod to make clippy happy (#4285) 2023-08-20 14:09:13 +02:00
Matthias Seitz
9ebeca3bef chore: simplify builder fn (#4284) 2023-08-20 13:07:32 +02:00
github-actions[bot]
6512603348 chore(deps): weekly cargo update (#4281)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-08-20 12:36:06 +02:00
ftupas
2abfe23171 dev: use U64 for transaction_index (#4261)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-18 21:37:52 +00:00
Matthias Seitz
cbf3eb4333 feat: integrate blobstore in validator (#4273) 2023-08-18 20:52:49 +00:00
Matthias Seitz
82a42c98a3 feat: add TransactionPool blob getters (#4272) 2023-08-18 18:43:16 +00:00
Dan Cline
9d46ab4863 feat: validate engine cancun fields based on method version (#4256) 2023-08-18 18:29:53 +00:00
Matthias Seitz
6077edf42a feat: add recovered wrapper type and eth pool conversions (#4267)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-08-18 17:57:42 +00:00
Matthias Seitz
8516fefa28 feat: integrate blobstore in pool (#4266) 2023-08-18 17:45:33 +00:00
joshieDo
24632aca6f feat(pruner): prune receipts based on log emitters during live sync (#4140) 2023-08-18 15:58:07 +00:00
Matthias Seitz
890eacbe54 fix: record geth selfdestructs (#4264) 2023-08-18 15:39:06 +00:00
Roman Krasiuk
466934c8f9 feat(trie): account proofs (#4249) 2023-08-18 15:32:01 +00:00
Matthias Seitz
849a47efb8 fix: prevent node info zero address (#4268) 2023-08-18 15:07:30 +00:00
Alexey Shekhirin
2904745650 chore: bump metrics (#4265) 2023-08-18 14:57:28 +00:00