Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
6512603
chore(deps): weekly `cargo update` (#4281)
github-actions[bot] Aug 20, 2023
9ebeca3
chore: simplify builder fn (#4284)
mattsse Aug 20, 2023
5c88193
chore: rename test mod to make clippy happy (#4285)
mattsse Aug 20, 2023
7f9116b
dep: move `metrics` to workspace (#4289)
rkrasiuk Aug 21, 2023
b710e57
feat: add load_trusted_setup_from_bytes (#4290)
mattsse Aug 21, 2023
b13424a
chore: reorder receipt fields (#4291)
mattsse Aug 21, 2023
e45a0d3
feat: integrate kzg setting in validator (#4286)
mattsse Aug 21, 2023
2523154
feat: add additional conversion trait for pooled tx element (#4279)
mattsse Aug 21, 2023
566e244
feat: add blob store canon tracker (#4278)
mattsse Aug 21, 2023
eaca2a4
feat: provide a way to opt out of pool updates (#4270)
mattsse Aug 21, 2023
1563506
chore: add additional docs about root call gas limit (#4292)
mattsse Aug 21, 2023
f5a3042
fix: use gas_used from execution result (#4293)
mattsse Aug 21, 2023
0d47e4c
docs: typos & cleanup (#4296)
onbjerg Aug 21, 2023
3b404ac
feat: support blob transactions in manager (#4294)
mattsse Aug 21, 2023
c4626f7
fix: state overrides and call many args (#4298)
mattsse Aug 21, 2023
34b68de
release: v0.1.0-alpha.7 (#4297)
rkrasiuk Aug 21, 2023
07a1af8
feat: add Validator::on_new_head_block (#4303)
mattsse Aug 21, 2023
fe68514
Docs: Add a guide on how to spin up a private Reth testnet using Kurt…
leeederek Aug 22, 2023
b296c6b
feat(bin): show db path when confirming the drop (#4309)
shekhirin Aug 22, 2023
b78e10f
fix(pruner): history indices `cursor.prev()` emptiness check (#4301)
shekhirin Aug 22, 2023
6fee16e
chore: bump rustls-webpki (#4311)
shekhirin Aug 22, 2023
8d25aa3
fix: add docs and serde attrs to ExecutionPayload v3 fields (#4302)
Rjected Aug 22, 2023
3f887ab
chore: kebab case --dev fields (#4314)
mattsse Aug 22, 2023
35c01fe
docs: add `--dev` flag to book (#4307)
Sabnock01 Aug 22, 2023
0e61fbe
feat(bin): expose `db.table_entries` metric (#4316)
shekhirin Aug 22, 2023
928c60c
feat: add TransactionPool::get_pooled_transaction_elements (#4317)
mattsse Aug 22, 2023
12bec71
fix: apply state overrides once (#4313)
mattsse Aug 22, 2023
404f6ba
feat: track active forks (#4315)
mattsse Aug 22, 2023
1859321
chore: add `crates/prune` to CODEOWNERS (#4320)
shekhirin Aug 22, 2023
bfc4abf
feat: add shouldOverrideBuilder to ExecutionPayloadEnvelope (#4322)
Rjected Aug 22, 2023
77621fa
chore(trie): proofs should be generic over hashed cursor factory (#4310)
rkrasiuk Aug 23, 2023
5a7a57d
fix(bin): make db metrics a gauge instead of counter (#4324)
shekhirin Aug 23, 2023
9a97640
feat(book): `[prune]` config section (#4328)
shekhirin Aug 23, 2023
96f58d7
feat: make TransactionValidationTaskExecutor generic over V (#4331)
mattsse Aug 23, 2023
c99945e
fix: Update Return Type for eth_getFilterLogs function as per standar…
aniketpr01 Aug 23, 2023
1343644
feat: use get_pooled_transaction_elements in network manager (#4329)
mattsse Aug 23, 2023
312cf72
feat(pruner): respect batch size per run (#4246)
shekhirin Aug 23, 2023
1eee5ee
feat(pruner, primitives): move prune batch sizes to `ChainSpec` (#4318)
shekhirin Aug 23, 2023
cb6cf59
feat(grafana): filter by instance, bump version (#4333)
shekhirin Aug 23, 2023
fca6404
feat(book): basic pruning chapter (#4334)
shekhirin Aug 23, 2023
bfa130d
feat(bin): unhide and enable full flag (#4327)
shekhirin Aug 23, 2023
b473f20
chore(deps): bump enr 0.9 (#4230)
mattsse Aug 24, 2023
c2436a9
feat(rpc): add missing `DebugApi` methods (#4321)
tcoratger Aug 24, 2023
2801e68
chore: add TxEip4844::validate_blob (#4345)
mattsse Aug 24, 2023
20ea9c9
chore: change field order (#4348)
mattsse Aug 24, 2023
9791304
feat(bin): db freelist metric (#4346)
shekhirin Aug 24, 2023
b65e808
feat(book): node sizes (archive, full, pruned) (#4344)
shekhirin Aug 24, 2023
fea753b
fix: compare prev value against new value (#4347)
mattsse Aug 24, 2023
4f118cb
docs: correct `docker compose logs` command (#4189)
onbjerg Aug 24, 2023
f9b6a64
feat(grafana): DB freelist chart (#4349)
shekhirin Aug 24, 2023
0beaf85
feat: remove finalized blobs (#4342)
mattsse Aug 24, 2023
f0346c6
feat: add eth extension trait for EthValidator (#4343)
mattsse Aug 24, 2023
aad1895
chore: collect full discarded tx (#4353)
mattsse Aug 24, 2023
50ba828
feat: add validate-blob to extension trait (#4355)
mattsse Aug 25, 2023
6d0b00a
chore: use `DEFAULT_DISCOVERY_PORT` constant (#4356)
PatStiles Aug 25, 2023
4a13415
feat(book): advise to `tee` the output of `mdbx_chk` (#4360)
shekhirin Aug 25, 2023
2f808c2
feat(book): rpc methods pruning dependencies (#4358)
shekhirin Aug 25, 2023
d0c1fa3
chore(book): sort RPC methods in pruning chapter (#4361)
shekhirin Aug 25, 2023
d8b1609
dep: remove kzg patch (#4363)
rkrasiuk Aug 25, 2023
5d971d6
chore(deps): weekly `cargo update` (#4374)
github-actions[bot] Aug 27, 2023
b2a0548
feat(net): rm TODO for `DEFAULT_DISCOVERY_PORT` (#4366)
tcoratger Aug 27, 2023
513bec2
Merge upstream
clabby Aug 27, 2023
de038f7
chore: lint
clabby Aug 28, 2023
7d311b8
Fix code lints
refcell Aug 28, 2023
e3f5e75
Merge branch 'clabby/merge-upstream' of github.com:anton-rs/op-reth i…
refcell Aug 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ crates/blockchain-tree @rakita @rkrasiuk
crates/metrics @onbjerg
crates/tracing @onbjerg
crates/tasks @mattsse
crates/prune @shekhirin @joshieDo
.github/ @onbjerg @gakonst
Loading