mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 01:28:11 -05:00
* Research the memory cost of bytes hex * Benchmark overhead of Uint8Array * Test template strings * Improve PubkeyIndexMap memory efficiency
64 lines
849 B
Plaintext
64 lines
849 B
Plaintext
.__testdb*
|
|
node_modules/
|
|
lib
|
|
.nyc_output/
|
|
coverage/**
|
|
.DS_Store
|
|
*.swp
|
|
.idea
|
|
beaconchain
|
|
lodestar-config.toml
|
|
keys/
|
|
test-db
|
|
yarn-error.log
|
|
package-lock.json
|
|
LodestarValidatorDB/
|
|
*.log
|
|
data
|
|
validators
|
|
*.tsbuildinfo
|
|
**/coverage
|
|
**/node_modules
|
|
**/lib
|
|
**/.nyc_output
|
|
.tmp
|
|
.vscode
|
|
|
|
# Tests artifacts
|
|
packages/*/spec-tests
|
|
packages/*/benchmark_data
|
|
packages/lodestar/test-logs/
|
|
packages/beacon-state-transition/test-cache
|
|
benchmark_data
|
|
invalidSszObjects/
|
|
packages/lodestar/mainnet_pubkeys.csv
|
|
|
|
# Autogenerated docs
|
|
packages/**/docs
|
|
packages/**/typedocs
|
|
docs/packages
|
|
docs/contributing.md
|
|
docs/assets
|
|
docs/reference/cli.md
|
|
/site
|
|
|
|
# Testnet artifacts
|
|
.lodestar
|
|
*.ssz
|
|
.pyrmont
|
|
packages/lodestar/.tmpdb/
|
|
|
|
# Wallet CLI artifacts
|
|
.pass
|
|
|
|
# docker-compose .env file
|
|
.env
|
|
|
|
# Git artifacts
|
|
packages/cli/.git-data.json
|
|
|
|
# Build artifacts
|
|
.last_build_unixsec
|
|
|
|
temp/
|