mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 20:36:31 +00:00
137eb97766
Includes a simple test harness for the merge interop M1 milestone This aims to enable connecting nimbus-eth2 to nimbus-eth1 within the testing protocol described here: https://github.com/status-im/nimbus-eth2/blob/amphora-merge-interop/docs/interop_merge.md To execute the work-in-progress test, please run: In terminal 1: tests/amphora/launch-nimbus.sh In terminal 2: tests/amphora/check-merge-test-vectors.sh
32 lines
421 B
Plaintext
32 lines
421 B
Plaintext
*~
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
/build
|
|
|
|
# Nimble packages
|
|
/vendor/.nimble
|
|
|
|
# ntags/ctags output
|
|
/tags
|
|
|
|
# a symlink that can't be added to the repo because of Windows
|
|
/nimbus.nims
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.dll
|
|
|
|
# Ignore generated C and doc files
|
|
nimcache
|
|
/nimbus/docs
|
|
|
|
/debug*.json
|
|
/block*.json
|
|
/.update.timestamp
|
|
|
|
*.generated.nim
|