Files
lodestar/.gitignore
Lion - dapplion c384b36a1b Use memory efficient toHex in pubkey2index map (#3561)
* Research the memory cost of bytes hex

* Benchmark overhead of Uint8Array

* Test template strings

* Improve PubkeyIndexMap memory efficiency
2022-01-04 10:08:09 +01:00

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/