Update kzg to get windows going, expose blst features (#4177)

* fmt

* update kzg

* use commit from main repo
This commit is contained in:
Divma
2023-04-10 19:05:01 -05:00
committed by GitHub
parent f6f63b18ed
commit fca8559acc
5 changed files with 40 additions and 15 deletions

View File

@@ -24,8 +24,9 @@ use types::{
ContributionAndProof, Domain, Epoch, EthSpec, Fork, Graffiti, Hash256, Keypair, PublicKeyBytes,
SelectionProof, Signature, SignedAggregateAndProof, SignedBeaconBlock, SignedBlobSidecar,
SignedBlobSidecarList, SignedContributionAndProof, SignedRoot, SignedValidatorRegistrationData,
Slot, SyncAggregatorSelectionData, SyncCommitteeContribution, SyncCommitteeMessage,
SyncSelectionProof, SyncSubnetId, ValidatorRegistrationData, SignedVoluntaryExit, VoluntaryExit,
SignedVoluntaryExit, Slot, SyncAggregatorSelectionData, SyncCommitteeContribution,
SyncCommitteeMessage, SyncSelectionProof, SyncSubnetId, ValidatorRegistrationData,
VoluntaryExit,
};
use validator_dir::ValidatorDir;