mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
**Motivation** Bring changes from https://github.com/ChainSafe/lodestar/pull/7936 to unstable branch. **Description** - deneb relevant changes from https://github.com/ChainSafe/lodestar/pull/7936 - remove `--chain.trustedSetup` flag as file is part of kzg library now - remove trusted setup files Closes https://github.com/ChainSafe/lodestar/issues/7970
85 lines
1.3 KiB
Plaintext
85 lines
1.3 KiB
Plaintext
.__testdb*
|
|
node_modules/
|
|
lib
|
|
dist
|
|
.nyc_output/
|
|
coverage/**
|
|
.DS_Store
|
|
*.swp
|
|
.idea
|
|
beaconchain
|
|
lodestar-config.toml
|
|
keys/
|
|
keystores/
|
|
test-db
|
|
yarn-error.log
|
|
package-lock.json
|
|
LodestarValidatorDB/
|
|
*.log
|
|
data
|
|
validators
|
|
*.tsbuildinfo
|
|
**/coverage
|
|
**/node_modules
|
|
**/lib
|
|
**/dist
|
|
**/.nyc_output
|
|
.tmp
|
|
.npmrc
|
|
.vscode/launch.json
|
|
!.vscode/settings.json
|
|
.vscode/tasks.json
|
|
|
|
# Tests artifacts
|
|
packages/*/spec-tests*
|
|
packages/*/benchmark_data
|
|
packages/beacon-node/test-logs/
|
|
packages/cli/test-logs/
|
|
packages/state-transition/test-cache
|
|
benchmark_data
|
|
invalidSszObjects/
|
|
packages/beacon-node/mainnet_pubkeys.csv
|
|
packages/api/oapi-schemas
|
|
test-logs/
|
|
|
|
# Autogenerated docs
|
|
packages/**/docs
|
|
packages/**/typedocs
|
|
docs/pages/**/*-cli.md
|
|
docs/pages/assets
|
|
docs/pages/images
|
|
docs/pages/security.md
|
|
docs/pages/libraries/lightclient-prover/lightclient.md
|
|
docs/pages/libraries/lightclient-prover/prover.md
|
|
docs/pages/api/api-reference.md
|
|
docs/pages/contribution/getting-started.md
|
|
docs/static/install
|
|
## Docusaurus
|
|
docs/.docusaurus/
|
|
docs/build/
|
|
|
|
# Testnet artifacts
|
|
.lodestar
|
|
*.ssz
|
|
.pyrmont
|
|
.tmpdb
|
|
docker/grafana_dev/dashboards
|
|
|
|
# Wallet CLI artifacts
|
|
.pass
|
|
|
|
# docker-compose .env file
|
|
.env
|
|
|
|
# Grafana secret
|
|
.secrets.env
|
|
|
|
# Git artifacts
|
|
packages/cli/.git-data.json
|
|
|
|
# Build artifacts
|
|
.last_build_unixsec
|
|
dictionary.dic
|
|
|
|
temp/
|