2
0
mirror of https://github.com/status-im/nimbus-eth2.git synced 2025-01-11 23:04:26 +00:00
zah d30cb8baf1
Support for obtaining deposit snapshots during trustedNodeSync ()
Other changes:

* More optimal search for TTD block.

* Add timeouts to all REST requests during trusted node sync.
  Fixes 

* Removed support for storing a deposit snapshot in the network
  metadata.
2022-12-07 12:24:51 +02:00

15 lines
208 B
INI

root = true
[*.nim]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = false
[*.sh]
indent_style = space
indent_size = 2
[Makefile]
ident_size = 2
ident_style = tab