jeluard
jeluard
The `reducer` can be leveraged to start the app with controlled data, provided via ENV var or URL query param. Associated with some configuration options to not follow chain and...
I added some experiment using a lodestar base builder image. This reduce the need to either use a big image or update via `apk` every build. This image will have...
@nflaig Yes that's what we are doing, see [this](https://github.com/ChainSafe/lodestar/blob/82a9384b2780669195f6514b5ade7f22b6426618/.github/workflows/publish-rc.yml#L148). If we were not doing multi-platform build the Dockerfile could be simplified to have only a single build stage (w/o the...
In a separate Dockerfile only used for local dev, yes
Doesn't appear to provide value.
[PR](https://github.com/ChainSafe/lodestar/pull/6787) cutting Docker build time by 2. Note that the current Docker build creates a multi-platform Docker image (`arm64` and `amd64`). We can probably improve things further by having a...
Replaced by https://github.com/ChainSafe/lodestar/pull/6850
The high-level idea is to have comprehensive Test Cases that can be used with real chain data. e.g. right now there is no clear reproducible way to trigger specific errors...
[https://redocly.com/docs/cli/commands/bundle/](redocly) offers a `--remove-unused-components` option that should take care of unused objects. Note that we are currently not using `redocly` for bundling but [swagger-cli](https://github.com/APIDevTools/swagger-cli). `swagger-cli` is deprecated and recommends [migrating](https://redocly.com/docs/cli/guides/migrate-from-swagger-cli/)...