You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I was trying to generate keys with eth2-val-tools for the Incredible Squaring example, and it seems to fail because it can't parse the generated keystone. This happens at crypto/bls/attestation.go, inside ReadPrivateKeyFromFile.
Describe the solution you'd like
I'd like the operator to accept EIP-2335 keystores.
Describe alternatives you've considered
I could use egnkey to generate the keystone, but it doesn't support as many options.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I was trying to generate keys with
eth2-val-tools
for the Incredible Squaring example, and it seems to fail because it can't parse the generated keystone. This happens atcrypto/bls/attestation.go
, insideReadPrivateKeyFromFile
.Describe the solution you'd like
I'd like the operator to accept EIP-2335 keystores.
Describe alternatives you've considered
I could use
egnkey
to generate the keystone, but it doesn't support as many options.Additional context
The text was updated successfully, but these errors were encountered: