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

@@ -32,8 +32,8 @@ use beacon_chain::{
pub use block_id::BlockId;
use directory::DEFAULT_ROOT_DIR;
use eth2::types::{
self as api_types, EndpointVersion, SignedBlockContents, ForkChoice, ForkChoiceNode, SkipRandaoVerification,
ValidatorId, ValidatorStatus,
self as api_types, EndpointVersion, ForkChoice, ForkChoiceNode, SignedBlockContents,
SkipRandaoVerification, ValidatorId, ValidatorStatus,
};
use lighthouse_network::{types::SyncState, EnrExt, NetworkGlobals, PeerId, PubsubMessage};
use lighthouse_version::version_with_platform;