nimbus-eth2/.gitignore
Etan Kissling 445ece1157
align MockPrivKeys with EF keys (#4866)
Back then, Milagro interop used offset 1000 for mock BLS keys.
Meanwhile, interop code was removed and multi client testnets are there.
EF tests use an offset of 1 for mock BLS keys. This patch aligns our
implementation to also use offset of 1, potentially making debugging of
state differences a bit easier (but, ultimately, low impact).

Furthermore, simulation files are now emitted into a subdirectory
to have less chunk in the repo root directory, and to avoid conflicts
where a cached file with offset 1000 runs against tests expecting 1.

See https://github.com/status-im/nimbus-eth2/pull/2928/files#r719266863
2023-04-27 12:17:19 +00:00

79 lines
1.4 KiB
Plaintext

# beacon_chain
# Copyright (c) 2018-2022 Status Research & Development GmbH
# Licensed and distributed under either of
# * MIT license (license terms in the root directory or at http://opensource.org/licenses/MIT).
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
# at your option. This file may not be copied, modified, or distributed except according to those terms.
nimcache/
# Executables shall be put in an ignored build/ directory
build/
# Nimble packages
/vendor/.nimble
# ntags/ctags output
/tags
# vscode
.vscode
# Each developer can create a personal .env file with
# local settings overrides (e.g. WEB3_URL)
.env
.direnv/
# Ignore dynamic, static libs and libtool archive files
*.so
*.dylib
*.a
*.la
*.exe
*.dll
*.su
/scripts/testnet*.sh
/scripts/package_image/usr/bin
# State sim # TODO - move in another folder
0000-*.json
*.ssz
*.log
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
/local-testnet-*/
/local_testnet_data*/
/local_testnet*_data*/
test_keymanager_api
test_sim
/libnfuzz_linkerArgs.txt
# Prometheus db
/data
# Grafana dashboards
/docker/*.json
# generated during Nim compilation
*.nim.generated.nim
/dist
/benchmark_results
/.update.timestamp
resttest0_data
# macOS
.DS_Store
**/.DS_Store
# Nimble user files
nimble.develop
nimble.paths
# nimbus-build-system files
nimbus-build-system.paths