mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 20:32:45 +00:00
EIP7549 get_attestation_indices (#5657)
* get attesting indices electra impl * fmt * get tests to pass * fmt * fix some beacon chain tests * fmt * fix slasher test * fmt got me again * fix more tests * fix tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
use crate::common::update_progressive_balances_cache::initialize_progressive_balances_cache;
|
||||
use crate::common::{get_attestation_participation_flag_indices, get_attesting_indices};
|
||||
use crate::common::{
|
||||
attesting_indices_base::get_attesting_indices, get_attestation_participation_flag_indices,
|
||||
};
|
||||
use std::mem;
|
||||
use std::sync::Arc;
|
||||
use types::{
|
||||
|
||||
Reference in New Issue
Block a user