mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 20:36:31 +00:00
bc3f164b97
The `BlockHeader` structure in `nim-eth` was updated with support for EIP-4895 (withdrawals). To enable the `nim-eth` bump, the ingress of `BlockHeader` structures has been hardened to reject headers that have the new `withdrawalsRoot` field until proper withdrawals support exists. https://github.com/status-im/nim-eth/pull/562
41 lines
544 B
Plaintext
41 lines
544 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
|
|
/dist
|
|
|
|
/all_test.md
|
|
|
|
# Nimble user files
|
|
nimble.develop
|
|
nimble.paths
|
|
|
|
# nimbus-build-system files
|
|
nimbus-build-system.paths
|