mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-10 05:35:28 +00:00
* Re-enabled requireAllFields after a fix in nim-json-serialization The problem was that `Option[T]` fields were not treated as optional when requireAllFields is set to true. This is now fixed in NJS. * Add makefile targets for recreating the Jenkins simulation runs * Fix a discrepancy with the REST spec