mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
* `startBaseServices`: Warm data column storage cache. * `TestFindPeers_NodeDeduplication`: Use `t.context`. * `BUILD.bazel`: Moge `# gazelle.ignore` at the top of the file. Rationale: This directive is applied to the whole file, regardless its position in the file. * Improve `TestConstructGenericBeaconBlock`: Courtesy of Terence * Add `TestDataColumnStoragePath_FlagSpecified`. * `appFlags`: Move `flags.SubscribeAllDataSubnets` (cosmetic). * `appFlags`: Add `storage.DataColumnStoragePathFlag`. * Add changelog.
4 lines
88 B
Markdown
4 lines
88 B
Markdown
### Added
|
|
- Warm data columns storage cache at start.
|
|
- Add `--data-column-path` flag.
|