don't require optional fields importing slashing protection information #4997
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#4149 changed this, but it's unclear why.
Meanwhile, since then:
using from https://eips.ethereum.org/EIPS/eip-3076#example-json-instance
(
genesis_validators_root
modified for mainnet compatibility for easier testing)With this PR's change:
https://eips.ethereum.org/EIPS/eip-3076#json-schema confirms that these
signing_root
fields are, in fact, optional and not required.https://github.com/status-im/nimbus-eth2/blob/unstable/tests/slashing_protection/test_fixtures.nim and https://github.com/status-im/nimbus-eth2/blob/unstable/tests/slashing_protection/test_slashing_protection_db.nim test that these schema variations work, but in this case,
nimbus_beacon_node
has been preventing the slashing protection database import code from ever seeing the JSON.