Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lodestar persists invalid ssz objects by default #730

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

nflaig
Copy link
Contributor

@nflaig nflaig commented Aug 4, 2024

Would be good to have invalid ssz objects persisted by default in case there is a consensus bug or other issue. There is not much downside to this besides slight storage increase but since states / blocks are generally small on devnets this shouldn't matter, also we prune objects after some time (15 days).

@barnabasbusa
Copy link
Contributor

Is this flag an older flag? Is it present in all the devnet environments? (pectra/peerdas branches)

@nflaig
Copy link
Contributor Author

nflaig commented Aug 5, 2024

Is this flag an older flag? Is it present in all the devnet environments? (pectra/peerdas branches)

Yes, the flag is quite old, don't know the exact release but must be more than a year ago

@barnabasbusa barnabasbusa enabled auto-merge (squash) August 6, 2024 13:29
@barnabasbusa barnabasbusa merged commit 5a45991 into ethpandaops:main Aug 6, 2024
13 checks passed
barnabasbusa pushed a commit that referenced this pull request Aug 19, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](4.1.0...4.2.0)
(2024-08-19)


### Features

* add customizable configuraiton for prometheus retention
([#745](#745))
([6c02dfe](6c02dfe))
* add genesis_gaslimit param configuration
([#726](#726))
([a4ba9a6](a4ba9a6))
* Add Lighthouse PeerDAS Dashboard
([#736](#736))
([ffbfde2](ffbfde2))
* add peerdas-electra-support
([#740](#740))
([663e7e6](663e7e6))
* add profiling for prysm
([#722](#722))
([7dc6660](7dc6660))
* add sanity check
([#710](#710))
([b824cac](b824cac))
* enable dora pprof
([#743](#743))
([2b7be9a](2b7be9a))
* generate keys if not default key is used
([#707](#707))
([2d1cab5](2d1cab5))
* lodestar persists invalid ssz objects by default
([#730](#730))
([5a45991](5a45991))
* update egg config parameters
([#737](#737))
([78c2bc7](78c2bc7))


### Bug Fixes

* add debug ns to nethermind
([#732](#732))
([372bb52](372bb52))
* allow vc properties in participants_matrix.cl
([#715](#715))
([c8b9b19](c8b9b19))
* besu devnet schedule
([#734](#734))
([28b67cd](28b67cd))
* blobscan redis dependency
([#712](#712))
([0ed1c9c](0ed1c9c))
* change churn limit default for pectra tests
([#747](#747))
([8109054](8109054))
* correctly apply extra params if builder is enabled
([#725](#725))
([a94caf0](a94caf0))
* disable all assertoor tests by default
([#738](#738))
([2961f96](2961f96))
* lodestar vc faster startup
([#721](#721))
([225e3d8](225e3d8))
* readme eof
([#739](#739))
([7f94f6e](7f94f6e))
* remove custom peerdas images for dora & assertoor
([#741](#741))
([a19398d](a19398d))
* remove subscribe all subnet nimbus
([#719](#719))
([ef92f8f](ef92f8f))
* remove subscribe-all-subnets from default prysm config
([#717](#717))
([6348c0b](6348c0b))
* remove subscribe-all-subnets lighthouse/lodestar/teku
([#720](#720))
([cdb20e1](cdb20e1))
* update snapshots URL
([#731](#731))
([f9269ad](f9269ad))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants