build(deps): Bump github.com/celestiaorg/go-header from 0.6.6 to 0.7.0
Open
Number: #2524
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 2
Association: Contributor
Comments: 2
Created:
August 05, 2025 at 08:10 AM UTC
(12 months ago)
(12 months ago)
Updated:
August 08, 2025 at 10:15 AM UTC
(12 months ago)
(12 months ago)
Labels:
T:dependencies
T:dependencies
Description:
Bumps github.com/celestiaorg/go-header from 0.6.6 to 0.7.0.
Release notes
Sourced from github.com/celestiaorg/go-header's releases.
v0.7.0
v0.7.0 release brings high-performance dynamic Tail maintenance for Syncer, also known as header pruning.
Notable Changes
Syncer
These new fields were introduced to Syncer's config:
// PruningWindow defines the duration within which headers are retained before being pruned. // Default is 337 hours. PruningWindow time.Duration // SyncFromHash is the hash of the header from which Syncer should start syncing. // Zero value to disable. Value updates up and down the chain are gracefully handled by Syncer. // // By default, Syncer maintains PruningWindow number of headers. SyncFromHash overrides this default, // allowing any user to specify a custom starting point. // // SyncFromHash has higher priority than SyncFromHeight. SyncFromHash string // SyncFromHeight is the height of the header from which Syncer should start syncing. // Zero value to disable. Value updates up and down the chain are gracefully handled by Syncer. // // By default, Syncer maintains PruningWindow number of headers. SyncFromHeight overrides this default, // allowing any user to specify a custom starting point. // // SyncFromHeight has lower priority than SyncFromHash. SyncFromHeight uint64Store
store.Store.DeleteTomethod (celestiaorg/go-header#275)store.Store.OnDeletemethod, which allows users to register individual header deletion handlers. This will enable users to execute farewell logic when headers are removed, e.g., cleanup data committed in the header but stored separately. (celestiaorg/go-header#320)- Unsafe store recovery tools (celestiaorg/go-header#325)
Breaks
store.Store.Initandstore.Initwere removed. Initialization is now performed lazily using the first header given tostore.Append(celestiaorg/go-header#274)What's Changed
- chore(CODEOWNERS): remove
@cristalolegby@cristalolegin celestiaorg/go-header#288- chore(sync): improve bifurcation logs by
@Wondertanin celestiaorg/go-header#291- Pruning Meta PR by
@Wondertanin celestiaorg/go-header#292- fix(store): support intermittent writes for batch by
@Wondertanin celestiaorg/go-header#296- fix(store): Tail aware HasAt by
@Wondertanin celestiaorg/go-header#298- fix(sync): move tail only if head changes by
@Wondertanin celestiaorg/go-header#293- chore: bump deps by
@Wondertanin celestiaorg/go-header#299- chore: bump libp2p by
@Wondertanin celestiaorg/go-header#300- fix(syncer): check tail hash via len by
@Wondertanin celestiaorg/go-header#309- fix(headertest): correctly initialize Tail by
@Wondertanin celestiaorg/go-header#308- feat(store)!: OnDelete method by
@Wondertanin celestiaorg/go-header#304- chore(store|sync): error wrappings by
@Wondertanin celestiaorg/go-header#310
... (truncated)
Commits
9b03087feat(store): store recovery tools (#325)38be935perf(store): batch reads (#331)bc5064bfix(sync): allow estimation errors (#329)aa4ae28fix(sync): subj init death loop (#324)5c305adfeat(store): allow partial init (#327)105a106perf(store): pass batch through context (#328)03ded0dmisc(store): various fixes and chores (#330)5776877fix(store): stop long receding/advancing on Stop (#326)27b8dfeperf(store): almost readless parallel deletes (#320)21b31ffchore(syncer): improved logging (#315)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Package:
github.com/celestiaorg/go-header
Ecosystem:
go
go
Version Change:
0.6.6 → 0.7.0
Update Type:
Minor
Minor
Technical Details
| ID: | 4625827 |
| UUID: | 3292066976 |
| Node ID: | PR_kwDOFABrEc6iJKYG |
| Host: | GitHub |
| Repository: | evstack/ev-node |